Uses of Class
com.google.cloud.retail.v2alpha.UpdateAttributesConfigRequest
-
Packages that use UpdateAttributesConfigRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of UpdateAttributesConfigRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return UpdateAttributesConfigRequest Modifier and Type Method Description UpdateAttributesConfigRequestUpdateAttributesConfigRequest.Builder. build()UpdateAttributesConfigRequestUpdateAttributesConfigRequest.Builder. buildPartial()static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. getDefaultInstance()UpdateAttributesConfigRequestUpdateAttributesConfigRequest.Builder. getDefaultInstanceForType()UpdateAttributesConfigRequestUpdateAttributesConfigRequest. getDefaultInstanceForType()static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseDelimitedFrom(InputStream input)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(byte[] data)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(InputStream input)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(ByteBuffer data)static UpdateAttributesConfigRequestUpdateAttributesConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha 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.v2alpha.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.v2alpha with parameters of type UpdateAttributesConfigRequest Modifier and Type Method Description UpdateAttributesConfigRequest.BuilderUpdateAttributesConfigRequest.Builder. mergeFrom(UpdateAttributesConfigRequest other)static UpdateAttributesConfigRequest.BuilderUpdateAttributesConfigRequest. newBuilder(UpdateAttributesConfigRequest prototype)AttributesConfigCatalogServiceClient. updateAttributesConfig(UpdateAttributesConfigRequest request)Updates the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].default voidCatalogServiceGrpc.AsyncService. updateAttributesConfig(UpdateAttributesConfigRequest request, io.grpc.stub.StreamObserver<AttributesConfig> responseObserver)Updates the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].AttributesConfigCatalogServiceGrpc.CatalogServiceBlockingStub. updateAttributesConfig(UpdateAttributesConfigRequest request)Updates the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].com.google.common.util.concurrent.ListenableFuture<AttributesConfig>CatalogServiceGrpc.CatalogServiceFutureStub. updateAttributesConfig(UpdateAttributesConfigRequest request)Updates the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig].voidCatalogServiceGrpc.CatalogServiceStub. updateAttributesConfig(UpdateAttributesConfigRequest request, io.grpc.stub.StreamObserver<AttributesConfig> responseObserver)Updates the [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig]. -
Uses of UpdateAttributesConfigRequest in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.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.
-