Uses of Class
com.google.cloud.retail.v2alpha.Control
-
Packages that use Control Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of Control in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Control Modifier and Type Method Description Control
Control.Builder. build()
Control
Control.Builder. buildPartial()
Control
ControlServiceClient. createControl(CatalogName parent, Control control, String controlId)
Creates a Control.Control
ControlServiceClient. createControl(CreateControlRequest request)
Creates a Control.Control
ControlServiceClient. createControl(String parent, Control control, String controlId)
Creates a Control.Control
ControlServiceGrpc.ControlServiceBlockingStub. createControl(CreateControlRequest request)
Creates a Control.Control
ControlServiceClient. getControl(ControlName name)
Gets a Control.Control
ControlServiceClient. getControl(GetControlRequest request)
Gets a Control.Control
ControlServiceClient. getControl(String name)
Gets a Control.Control
ControlServiceGrpc.ControlServiceBlockingStub. getControl(GetControlRequest request)
Gets a Control.Control
CreateControlRequest.Builder. getControl()
Required.Control
CreateControlRequest. getControl()
Required.Control
CreateControlRequestOrBuilder. getControl()
Required.Control
UpdateControlRequest.Builder. getControl()
Required.Control
UpdateControlRequest. getControl()
Required.Control
UpdateControlRequestOrBuilder. getControl()
Required.Control
ListControlsResponse.Builder. getControls(int index)
All the Controls for a given catalog.Control
ListControlsResponse. getControls(int index)
All the Controls for a given catalog.Control
ListControlsResponseOrBuilder. getControls(int index)
All the Controls for a given catalog.static Control
Control. getDefaultInstance()
Control
Control.Builder. getDefaultInstanceForType()
Control
Control. getDefaultInstanceForType()
static Control
Control. parseDelimitedFrom(InputStream input)
static Control
Control. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(byte[] data)
static Control
Control. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(com.google.protobuf.ByteString data)
static Control
Control. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(com.google.protobuf.CodedInputStream input)
static Control
Control. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(InputStream input)
static Control
Control. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(ByteBuffer data)
static Control
Control. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Control
ControlServiceClient. updateControl(Control control, com.google.protobuf.FieldMask updateMask)
Updates a Control.Control
ControlServiceClient. updateControl(UpdateControlRequest request)
Updates a Control.Control
ControlServiceGrpc.ControlServiceBlockingStub. updateControl(UpdateControlRequest request)
Updates a Control.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type Control Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Control>
ControlServiceGrpc.ControlServiceFutureStub. createControl(CreateControlRequest request)
Creates a Control.com.google.api.gax.rpc.UnaryCallable<CreateControlRequest,Control>
ControlServiceClient. createControlCallable()
Creates a Control.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateControlRequest,Control>
ControlServiceSettings.Builder. createControlSettings()
Returns the builder for the settings used for calls to createControl.com.google.api.gax.rpc.UnaryCallSettings<CreateControlRequest,Control>
ControlServiceSettings. createControlSettings()
Returns the object with the settings used for calls to createControl.com.google.common.util.concurrent.ListenableFuture<Control>
ControlServiceGrpc.ControlServiceFutureStub. getControl(GetControlRequest request)
Gets a Control.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.List<Control>
ListControlsResponse.Builder. getControlsList()
All the Controls for a given catalog.List<Control>
ListControlsResponse. getControlsList()
All the Controls for a given catalog.List<Control>
ListControlsResponseOrBuilder. getControlsList()
All the Controls for a given catalog.static io.grpc.MethodDescriptor<CreateControlRequest,Control>
ControlServiceGrpc. getCreateControlMethod()
static io.grpc.MethodDescriptor<GetControlRequest,Control>
ControlServiceGrpc. getGetControlMethod()
com.google.protobuf.Parser<Control>
Control. getParserForType()
static io.grpc.MethodDescriptor<UpdateControlRequest,Control>
ControlServiceGrpc. getUpdateControlMethod()
static com.google.protobuf.Parser<Control>
Control. parser()
com.google.common.util.concurrent.ListenableFuture<Control>
ControlServiceGrpc.ControlServiceFutureStub. updateControl(UpdateControlRequest request)
Updates a Control.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.v2alpha with parameters of type Control Modifier and Type Method Description ListControlsResponse.Builder
ListControlsResponse.Builder. addControls(int index, Control value)
All the Controls for a given catalog.ListControlsResponse.Builder
ListControlsResponse.Builder. addControls(Control value)
All the Controls for a given catalog.Control
ControlServiceClient. createControl(CatalogName parent, Control control, String controlId)
Creates a Control.Control
ControlServiceClient. createControl(String parent, Control control, String controlId)
Creates a Control.CreateControlRequest.Builder
CreateControlRequest.Builder. mergeControl(Control value)
Required.UpdateControlRequest.Builder
UpdateControlRequest.Builder. mergeControl(Control value)
Required.Control.Builder
Control.Builder. mergeFrom(Control other)
static Control.Builder
Control. newBuilder(Control prototype)
CreateControlRequest.Builder
CreateControlRequest.Builder. setControl(Control value)
Required.UpdateControlRequest.Builder
UpdateControlRequest.Builder. setControl(Control value)
Required.ListControlsResponse.Builder
ListControlsResponse.Builder. setControls(int index, Control value)
All the Controls for a given catalog.Control
ControlServiceClient. updateControl(Control control, com.google.protobuf.FieldMask updateMask)
Updates a Control.Method parameters in com.google.cloud.retail.v2alpha with type arguments of type Control Modifier and Type Method Description ListControlsResponse.Builder
ListControlsResponse.Builder. addAllControls(Iterable<? extends Control> values)
All the Controls for a given catalog.static com.google.api.core.ApiFuture<ControlServiceClient.ListControlsPagedResponse>
ControlServiceClient.ListControlsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, com.google.api.core.ApiFuture<ListControlsResponse> futureResponse)
default void
ControlServiceGrpc.AsyncService. createControl(CreateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Creates a Control.void
ControlServiceGrpc.ControlServiceStub. createControl(CreateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Creates a Control.protected ControlServiceClient.ListControlsPage
ControlServiceClient.ListControlsPage. createPage(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, ListControlsResponse response)
com.google.api.core.ApiFuture<ControlServiceClient.ListControlsPage>
ControlServiceClient.ListControlsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListControlsRequest,ListControlsResponse,Control> context, com.google.api.core.ApiFuture<ListControlsResponse> futureResponse)
default void
ControlServiceGrpc.AsyncService. getControl(GetControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Gets a Control.void
ControlServiceGrpc.ControlServiceStub. getControl(GetControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Gets a Control.default void
ControlServiceGrpc.AsyncService. updateControl(UpdateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Updates a Control.void
ControlServiceGrpc.ControlServiceStub. updateControl(UpdateControlRequest request, io.grpc.stub.StreamObserver<Control> responseObserver)
Updates a Control. -
Uses of Control in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type Control Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateControlRequest,Control>
ControlServiceStub. createControlCallable()
com.google.api.gax.rpc.UnaryCallable<CreateControlRequest,Control>
GrpcControlServiceStub. createControlCallable()
com.google.api.gax.rpc.UnaryCallable<CreateControlRequest,Control>
HttpJsonControlServiceStub. createControlCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateControlRequest,Control>
ControlServiceStubSettings.Builder. createControlSettings()
Returns the builder for the settings used for calls to createControl.com.google.api.gax.rpc.UnaryCallSettings<CreateControlRequest,Control>
ControlServiceStubSettings. createControlSettings()
Returns the object with the settings used for calls to createControl.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.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.
-