Uses of Class
com.google.cloud.retail.v2.UpdateControlRequest
-
Packages that use UpdateControlRequest Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of UpdateControlRequest in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return UpdateControlRequest Modifier and Type Method Description UpdateControlRequestUpdateControlRequest.Builder. build()UpdateControlRequestUpdateControlRequest.Builder. buildPartial()static UpdateControlRequestUpdateControlRequest. getDefaultInstance()UpdateControlRequestUpdateControlRequest.Builder. getDefaultInstanceForType()UpdateControlRequestUpdateControlRequest. getDefaultInstanceForType()static UpdateControlRequestUpdateControlRequest. parseDelimitedFrom(InputStream input)static UpdateControlRequestUpdateControlRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateControlRequestUpdateControlRequest. parseFrom(byte[] data)static UpdateControlRequestUpdateControlRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateControlRequestUpdateControlRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateControlRequestUpdateControlRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateControlRequestUpdateControlRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateControlRequestUpdateControlRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateControlRequestUpdateControlRequest. parseFrom(InputStream input)static UpdateControlRequestUpdateControlRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateControlRequestUpdateControlRequest. parseFrom(ByteBuffer data)static UpdateControlRequestUpdateControlRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2 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.v2 with parameters of type UpdateControlRequest Modifier and Type Method Description UpdateControlRequest.BuilderUpdateControlRequest.Builder. mergeFrom(UpdateControlRequest other)static UpdateControlRequest.BuilderUpdateControlRequest. newBuilder(UpdateControlRequest prototype)ControlControlServiceClient. updateControl(UpdateControlRequest request)Updates a Control.default voidControlServiceGrpc.AsyncService. updateControl(UpdateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)Updates a Control.ControlControlServiceGrpc.ControlServiceBlockingStub. updateControl(UpdateControlRequest request)Updates a Control.com.google.common.util.concurrent.ListenableFuture<Control>ControlServiceGrpc.ControlServiceFutureStub. updateControl(UpdateControlRequest request)Updates a Control.voidControlServiceGrpc.ControlServiceStub. updateControl(UpdateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)Updates a Control. -
Uses of UpdateControlRequest in com.google.cloud.retail.v2.stub
Methods in com.google.cloud.retail.v2.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.
-