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