Uses of Class
com.google.cloud.retail.v2beta.ListControlsRequest
-
Packages that use ListControlsRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of ListControlsRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return ListControlsRequest Modifier and Type Method Description ListControlsRequestListControlsRequest.Builder. build()ListControlsRequestListControlsRequest.Builder. buildPartial()static ListControlsRequestListControlsRequest. getDefaultInstance()ListControlsRequestListControlsRequest.Builder. getDefaultInstanceForType()ListControlsRequestListControlsRequest. getDefaultInstanceForType()static ListControlsRequestListControlsRequest. parseDelimitedFrom(InputStream input)static ListControlsRequestListControlsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsRequestListControlsRequest. parseFrom(byte[] data)static ListControlsRequestListControlsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsRequestListControlsRequest. parseFrom(com.google.protobuf.ByteString data)static ListControlsRequestListControlsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsRequestListControlsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListControlsRequestListControlsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsRequestListControlsRequest. parseFrom(InputStream input)static ListControlsRequestListControlsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListControlsRequestListControlsRequest. parseFrom(ByteBuffer data)static ListControlsRequestListControlsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta 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.v2beta.Catalog].com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse>ControlServiceClient. listControlsPagedCallable()Lists all Controls by their parent [Catalog][google.cloud.retail.v2beta.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.v2beta with parameters of type ListControlsRequest Modifier and Type Method Description ControlServiceClient.ListControlsPagedResponseControlServiceClient. listControls(ListControlsRequest request)Lists all Controls by their parent [Catalog][google.cloud.retail.v2beta.Catalog].default voidControlServiceGrpc.AsyncService. listControls(ListControlsRequest request, io.grpc.stub.StreamObserver<ListControlsResponse> responseObserver)Lists all Controls by their parent [Catalog][google.cloud.retail.v2beta.Catalog].ListControlsResponseControlServiceGrpc.ControlServiceBlockingStub. listControls(ListControlsRequest request)Lists all Controls by their parent [Catalog][google.cloud.retail.v2beta.Catalog].com.google.common.util.concurrent.ListenableFuture<ListControlsResponse>ControlServiceGrpc.ControlServiceFutureStub. listControls(ListControlsRequest request)Lists all Controls by their parent [Catalog][google.cloud.retail.v2beta.Catalog].voidControlServiceGrpc.ControlServiceStub. listControls(ListControlsRequest request, io.grpc.stub.StreamObserver<ListControlsResponse> responseObserver)Lists all Controls by their parent [Catalog][google.cloud.retail.v2beta.Catalog].ListControlsRequest.BuilderListControlsRequest.Builder. mergeFrom(ListControlsRequest other)static ListControlsRequest.BuilderListControlsRequest. newBuilder(ListControlsRequest prototype)Method parameters in com.google.cloud.retail.v2beta 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.ListControlsPageControlServiceClient.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.v2beta.stub
Methods in com.google.cloud.retail.v2beta.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.
-