Uses of Class
com.google.cloud.retail.v2alpha.ControlServiceClient.ListControlsPagedResponse
-
Packages that use ControlServiceClient.ListControlsPagedResponse Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of ControlServiceClient.ListControlsPagedResponse in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ControlServiceClient.ListControlsPagedResponse Modifier and Type Method Description ControlServiceClient.ListControlsPagedResponseControlServiceClient. listControls(CatalogName parent)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].ControlServiceClient.ListControlsPagedResponseControlServiceClient. listControls(ListControlsRequest request)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].ControlServiceClient.ListControlsPagedResponseControlServiceClient. listControls(String parent)Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.Catalog].Methods in com.google.cloud.retail.v2alpha that return types with arguments of type ControlServiceClient.ListControlsPagedResponse 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)com.google.api.gax.rpc.UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse>ControlServiceClient. listControlsPagedCallable()Lists all Controls by their parent [Catalog][google.cloud.retail.v2alpha.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. -
Uses of ControlServiceClient.ListControlsPagedResponse in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type ControlServiceClient.ListControlsPagedResponse Modifier and Type Method Description 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.
-