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