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