Uses of Class
com.google.cloud.retail.v2.ListControlsRequest
-
Packages that use ListControlsRequest Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of ListControlsRequest in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return ListControlsRequest Modifier and Type Method Description ListControlsRequest
ListControlsRequest.Builder. build()
ListControlsRequest
ListControlsRequest.Builder. buildPartial()
static ListControlsRequest
ListControlsRequest. getDefaultInstance()
ListControlsRequest
ListControlsRequest.Builder. getDefaultInstanceForType()
ListControlsRequest
ListControlsRequest. getDefaultInstanceForType()
static ListControlsRequest
ListControlsRequest. parseDelimitedFrom(InputStream input)
static ListControlsRequest
ListControlsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListControlsRequest
ListControlsRequest. parseFrom(byte[] data)
static ListControlsRequest
ListControlsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListControlsRequest
ListControlsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListControlsRequest
ListControlsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListControlsRequest
ListControlsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListControlsRequest
ListControlsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListControlsRequest
ListControlsRequest. parseFrom(InputStream input)
static ListControlsRequest
ListControlsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListControlsRequest
ListControlsRequest. parseFrom(ByteBuffer data)
static ListControlsRequest
ListControlsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type ListControlsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse>
ControlServiceGrpc. getListControlsMethod()
com.google.protobuf.Parser<ListControlsRequest>
ListControlsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>
ControlServiceClient. listControlsCallable()
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse>
ControlServiceClient. listControlsPagedCallable()
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].com.google.api.gax.rpc.PagedCallSettings.Builder<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>
ControlServiceSettings.Builder. listControlsSettings()
Returns the builder for the settings used for calls to listControls.com.google.api.gax.rpc.PagedCallSettings<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>
ControlServiceSettings. listControlsSettings()
Returns the object with the settings used for calls to listControls.static com.google.protobuf.Parser<ListControlsRequest>
ListControlsRequest. parser()
Methods in com.google.cloud.retail.v2 with parameters of type ListControlsRequest Modifier and Type Method Description ControlServiceClient.ListControlsPagedResponse
ControlServiceClient. listControls(ListControlsRequest request)
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].default void
ControlServiceGrpc.AsyncService. listControls(ListControlsRequest request, io.grpc.stub.StreamObserver<ListControlsResponse> responseObserver)
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].ListControlsResponse
ControlServiceGrpc.ControlServiceBlockingStub. listControls(ListControlsRequest request)
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].com.google.common.util.concurrent.ListenableFuture<ListControlsResponse>
ControlServiceGrpc.ControlServiceFutureStub. listControls(ListControlsRequest request)
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].void
ControlServiceGrpc.ControlServiceStub. listControls(ListControlsRequest request, io.grpc.stub.StreamObserver<ListControlsResponse> responseObserver)
Lists all Controls by their parent [Catalog][google.cloud.retail.v2.Catalog].ListControlsRequest.Builder
ListControlsRequest.Builder. mergeFrom(ListControlsRequest other)
static ListControlsRequest.Builder
ListControlsRequest. newBuilder(ListControlsRequest prototype)
Method parameters in com.google.cloud.retail.v2 with type arguments of type ListControlsRequest Modifier and Type Method Description 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)
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)
-
Uses of ListControlsRequest in com.google.cloud.retail.v2.stub
Methods in com.google.cloud.retail.v2.stub that return types with arguments of type ListControlsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>
ControlServiceStub. listControlsCallable()
com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>
GrpcControlServiceStub. listControlsCallable()
com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ListControlsResponse>
HttpJsonControlServiceStub. listControlsCallable()
com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse>
ControlServiceStub. listControlsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse>
GrpcControlServiceStub. listControlsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse>
HttpJsonControlServiceStub. listControlsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>
ControlServiceStubSettings.Builder. listControlsSettings()
Returns the builder for the settings used for calls to listControls.com.google.api.gax.rpc.PagedCallSettings<ListControlsRequest,ListControlsResponse,ControlServiceClient.ListControlsPagedResponse>
ControlServiceStubSettings. listControlsSettings()
Returns the object with the settings used for calls to listControls.
-