Uses of Class
com.google.cloud.retail.v2beta.UpdateServingConfigRequest
-
Packages that use UpdateServingConfigRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of UpdateServingConfigRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return UpdateServingConfigRequest Modifier and Type Method Description UpdateServingConfigRequestUpdateServingConfigRequest.Builder. build()UpdateServingConfigRequestUpdateServingConfigRequest.Builder. buildPartial()static UpdateServingConfigRequestUpdateServingConfigRequest. getDefaultInstance()UpdateServingConfigRequestUpdateServingConfigRequest.Builder. getDefaultInstanceForType()UpdateServingConfigRequestUpdateServingConfigRequest. getDefaultInstanceForType()static UpdateServingConfigRequestUpdateServingConfigRequest. parseDelimitedFrom(InputStream input)static UpdateServingConfigRequestUpdateServingConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(byte[] data)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(InputStream input)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(ByteBuffer data)static UpdateServingConfigRequestUpdateServingConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta that return types with arguments of type UpdateServingConfigRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateServingConfigRequest>UpdateServingConfigRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceGrpc. getUpdateServingConfigMethod()static com.google.protobuf.Parser<UpdateServingConfigRequest>UpdateServingConfigRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceClient. updateServingConfigCallable()Updates a ServingConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceSettings.Builder. updateServingConfigSettings()Returns the builder for the settings used for calls to updateServingConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceSettings. updateServingConfigSettings()Returns the object with the settings used for calls to updateServingConfig.Methods in com.google.cloud.retail.v2beta with parameters of type UpdateServingConfigRequest Modifier and Type Method Description UpdateServingConfigRequest.BuilderUpdateServingConfigRequest.Builder. mergeFrom(UpdateServingConfigRequest other)static UpdateServingConfigRequest.BuilderUpdateServingConfigRequest. newBuilder(UpdateServingConfigRequest prototype)ServingConfigServingConfigServiceClient. updateServingConfig(UpdateServingConfigRequest request)Updates a ServingConfig.default voidServingConfigServiceGrpc.AsyncService. updateServingConfig(UpdateServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)Updates a ServingConfig.ServingConfigServingConfigServiceGrpc.ServingConfigServiceBlockingStub. updateServingConfig(UpdateServingConfigRequest request)Updates a ServingConfig.com.google.common.util.concurrent.ListenableFuture<ServingConfig>ServingConfigServiceGrpc.ServingConfigServiceFutureStub. updateServingConfig(UpdateServingConfigRequest request)Updates a ServingConfig.voidServingConfigServiceGrpc.ServingConfigServiceStub. updateServingConfig(UpdateServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)Updates a ServingConfig. -
Uses of UpdateServingConfigRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type UpdateServingConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateServingConfigRequest,ServingConfig>GrpcServingConfigServiceStub. updateServingConfigCallable()com.google.api.gax.rpc.UnaryCallable<UpdateServingConfigRequest,ServingConfig>HttpJsonServingConfigServiceStub. updateServingConfigCallable()com.google.api.gax.rpc.UnaryCallable<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceStub. updateServingConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceStubSettings.Builder. updateServingConfigSettings()Returns the builder for the settings used for calls to updateServingConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateServingConfigRequest,ServingConfig>ServingConfigServiceStubSettings. updateServingConfigSettings()Returns the object with the settings used for calls to updateServingConfig.
-