Uses of Class
com.google.cloud.retail.v2beta.UpdateControlRequest
-
Packages that use UpdateControlRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of UpdateControlRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return UpdateControlRequest Modifier and Type Method Description UpdateControlRequest
UpdateControlRequest.Builder. build()
UpdateControlRequest
UpdateControlRequest.Builder. buildPartial()
static UpdateControlRequest
UpdateControlRequest. getDefaultInstance()
UpdateControlRequest
UpdateControlRequest.Builder. getDefaultInstanceForType()
UpdateControlRequest
UpdateControlRequest. getDefaultInstanceForType()
static UpdateControlRequest
UpdateControlRequest. parseDelimitedFrom(InputStream input)
static UpdateControlRequest
UpdateControlRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateControlRequest
UpdateControlRequest. parseFrom(byte[] data)
static UpdateControlRequest
UpdateControlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateControlRequest
UpdateControlRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateControlRequest
UpdateControlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateControlRequest
UpdateControlRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateControlRequest
UpdateControlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateControlRequest
UpdateControlRequest. parseFrom(InputStream input)
static UpdateControlRequest
UpdateControlRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateControlRequest
UpdateControlRequest. parseFrom(ByteBuffer data)
static UpdateControlRequest
UpdateControlRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type UpdateControlRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateControlRequest>
UpdateControlRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateControlRequest,Control>
ControlServiceGrpc. getUpdateControlMethod()
static com.google.protobuf.Parser<UpdateControlRequest>
UpdateControlRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateControlRequest,Control>
ControlServiceClient. updateControlCallable()
Updates a Control.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateControlRequest,Control>
ControlServiceSettings.Builder. updateControlSettings()
Returns the builder for the settings used for calls to updateControl.com.google.api.gax.rpc.UnaryCallSettings<UpdateControlRequest,Control>
ControlServiceSettings. updateControlSettings()
Returns the object with the settings used for calls to updateControl.Methods in com.google.cloud.retail.v2beta with parameters of type UpdateControlRequest Modifier and Type Method Description UpdateControlRequest.Builder
UpdateControlRequest.Builder. mergeFrom(UpdateControlRequest other)
static UpdateControlRequest.Builder
UpdateControlRequest. newBuilder(UpdateControlRequest prototype)
Control
ControlServiceClient. updateControl(UpdateControlRequest request)
Updates a Control.default void
ControlServiceGrpc.AsyncService. updateControl(UpdateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Updates a Control.Control
ControlServiceGrpc.ControlServiceBlockingStub. updateControl(UpdateControlRequest request)
Updates a Control.com.google.common.util.concurrent.ListenableFuture<Control>
ControlServiceGrpc.ControlServiceFutureStub. updateControl(UpdateControlRequest request)
Updates a Control.void
ControlServiceGrpc.ControlServiceStub. updateControl(UpdateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Updates a Control. -
Uses of UpdateControlRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type UpdateControlRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateControlRequest,Control>
ControlServiceStub. updateControlCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateControlRequest,Control>
GrpcControlServiceStub. updateControlCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateControlRequest,Control>
HttpJsonControlServiceStub. updateControlCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateControlRequest,Control>
ControlServiceStubSettings.Builder. updateControlSettings()
Returns the builder for the settings used for calls to updateControl.com.google.api.gax.rpc.UnaryCallSettings<UpdateControlRequest,Control>
ControlServiceStubSettings. updateControlSettings()
Returns the object with the settings used for calls to updateControl.
-