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