Uses of Class
com.google.cloud.retail.v2.GetAttributesConfigRequest
-
Packages that use GetAttributesConfigRequest Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of GetAttributesConfigRequest in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return GetAttributesConfigRequest Modifier and Type Method Description GetAttributesConfigRequestGetAttributesConfigRequest.Builder. build()GetAttributesConfigRequestGetAttributesConfigRequest.Builder. buildPartial()static GetAttributesConfigRequestGetAttributesConfigRequest. getDefaultInstance()GetAttributesConfigRequestGetAttributesConfigRequest.Builder. getDefaultInstanceForType()GetAttributesConfigRequestGetAttributesConfigRequest. getDefaultInstanceForType()static GetAttributesConfigRequestGetAttributesConfigRequest. parseDelimitedFrom(InputStream input)static GetAttributesConfigRequestGetAttributesConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(byte[] data)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(com.google.protobuf.ByteString data)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(InputStream input)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(ByteBuffer data)static GetAttributesConfigRequestGetAttributesConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2 that return types with arguments of type GetAttributesConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAttributesConfigRequest,AttributesConfig>CatalogServiceClient. getAttributesConfigCallable()Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttributesConfigRequest,AttributesConfig>CatalogServiceSettings.Builder. getAttributesConfigSettings()Returns the builder for the settings used for calls to getAttributesConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAttributesConfigRequest,AttributesConfig>CatalogServiceSettings. getAttributesConfigSettings()Returns the object with the settings used for calls to getAttributesConfig.static io.grpc.MethodDescriptor<GetAttributesConfigRequest,AttributesConfig>CatalogServiceGrpc. getGetAttributesConfigMethod()com.google.protobuf.Parser<GetAttributesConfigRequest>GetAttributesConfigRequest. getParserForType()static com.google.protobuf.Parser<GetAttributesConfigRequest>GetAttributesConfigRequest. parser()Methods in com.google.cloud.retail.v2 with parameters of type GetAttributesConfigRequest Modifier and Type Method Description AttributesConfigCatalogServiceClient. getAttributesConfig(GetAttributesConfigRequest request)Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].default voidCatalogServiceGrpc.AsyncService. getAttributesConfig(GetAttributesConfigRequest request, io.grpc.stub.StreamObserver<AttributesConfig> responseObserver)Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].AttributesConfigCatalogServiceGrpc.CatalogServiceBlockingStub. getAttributesConfig(GetAttributesConfigRequest request)Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].com.google.common.util.concurrent.ListenableFuture<AttributesConfig>CatalogServiceGrpc.CatalogServiceFutureStub. getAttributesConfig(GetAttributesConfigRequest request)Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].voidCatalogServiceGrpc.CatalogServiceStub. getAttributesConfig(GetAttributesConfigRequest request, io.grpc.stub.StreamObserver<AttributesConfig> responseObserver)Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].GetAttributesConfigRequest.BuilderGetAttributesConfigRequest.Builder. mergeFrom(GetAttributesConfigRequest other)static GetAttributesConfigRequest.BuilderGetAttributesConfigRequest. newBuilder(GetAttributesConfigRequest prototype) -
Uses of GetAttributesConfigRequest in com.google.cloud.retail.v2.stub
Methods in com.google.cloud.retail.v2.stub that return types with arguments of type GetAttributesConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAttributesConfigRequest,AttributesConfig>CatalogServiceStub. getAttributesConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetAttributesConfigRequest,AttributesConfig>GrpcCatalogServiceStub. getAttributesConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetAttributesConfigRequest,AttributesConfig>HttpJsonCatalogServiceStub. getAttributesConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttributesConfigRequest,AttributesConfig>CatalogServiceStubSettings.Builder. getAttributesConfigSettings()Returns the builder for the settings used for calls to getAttributesConfig.com.google.api.gax.rpc.UnaryCallSettings<GetAttributesConfigRequest,AttributesConfig>CatalogServiceStubSettings. getAttributesConfigSettings()Returns the object with the settings used for calls to getAttributesConfig.
-