Uses of Class
com.google.cloud.privatecatalog.v1beta1.PrivateCatalogClient.SearchVersionsPagedResponse
-
Packages that use PrivateCatalogClient.SearchVersionsPagedResponse Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog APIcom.google.cloud.privatecatalog.v1beta1.stub -
-
Uses of PrivateCatalogClient.SearchVersionsPagedResponse in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return PrivateCatalogClient.SearchVersionsPagedResponse Modifier and Type Method Description PrivateCatalogClient.SearchVersionsPagedResponse
PrivateCatalogClient. searchVersions(SearchVersionsRequest request)
Search [Version][google.cloud.privatecatalog.v1beta1.Version] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type PrivateCatalogClient.SearchVersionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<PrivateCatalogClient.SearchVersionsPagedResponse>
PrivateCatalogClient.SearchVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchVersionsRequest,SearchVersionsResponse,Version> context, com.google.api.core.ApiFuture<SearchVersionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<SearchVersionsRequest,PrivateCatalogClient.SearchVersionsPagedResponse>
PrivateCatalogClient. searchVersionsPagedCallable()
Search [Version][google.cloud.privatecatalog.v1beta1.Version] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchVersionsRequest,SearchVersionsResponse,PrivateCatalogClient.SearchVersionsPagedResponse>
PrivateCatalogSettings.Builder. searchVersionsSettings()
Returns the builder for the settings used for calls to searchVersions.com.google.api.gax.rpc.PagedCallSettings<SearchVersionsRequest,SearchVersionsResponse,PrivateCatalogClient.SearchVersionsPagedResponse>
PrivateCatalogSettings. searchVersionsSettings()
Returns the object with the settings used for calls to searchVersions. -
Uses of PrivateCatalogClient.SearchVersionsPagedResponse in com.google.cloud.privatecatalog.v1beta1.stub
-