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 UpdateServingConfigRequest
UpdateServingConfigRequest.Builder. build()
UpdateServingConfigRequest
UpdateServingConfigRequest.Builder. buildPartial()
static UpdateServingConfigRequest
UpdateServingConfigRequest. getDefaultInstance()
UpdateServingConfigRequest
UpdateServingConfigRequest.Builder. getDefaultInstanceForType()
UpdateServingConfigRequest
UpdateServingConfigRequest. getDefaultInstanceForType()
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseDelimitedFrom(InputStream input)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(byte[] data)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(InputStream input)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServingConfigRequest
UpdateServingConfigRequest. parseFrom(ByteBuffer data)
static UpdateServingConfigRequest
UpdateServingConfigRequest. 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.Builder
UpdateServingConfigRequest.Builder. mergeFrom(UpdateServingConfigRequest other)
static UpdateServingConfigRequest.Builder
UpdateServingConfigRequest. newBuilder(UpdateServingConfigRequest prototype)
ServingConfig
ServingConfigServiceClient. updateServingConfig(UpdateServingConfigRequest request)
Updates a ServingConfig.default void
ServingConfigServiceGrpc.AsyncService. updateServingConfig(UpdateServingConfigRequest request, io.grpc.stub.StreamObserver<ServingConfig> responseObserver)
Updates a ServingConfig.ServingConfig
ServingConfigServiceGrpc.ServingConfigServiceBlockingStub. updateServingConfig(UpdateServingConfigRequest request)
Updates a ServingConfig.com.google.common.util.concurrent.ListenableFuture<ServingConfig>
ServingConfigServiceGrpc.ServingConfigServiceFutureStub. updateServingConfig(UpdateServingConfigRequest request)
Updates a ServingConfig.void
ServingConfigServiceGrpc.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.
-