Uses of Class
com.google.storage.v2.StorageClient.ListBucketsPagedResponse
Packages that use StorageClient.ListBucketsPagedResponse
-
Uses of StorageClient.ListBucketsPagedResponse in com.google.storage.v2
Methods in com.google.storage.v2 that return StorageClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionStorageClient.listBuckets(ListBucketsRequest request) Retrieves a list of buckets for a given project, ordered lexicographically by name.StorageClient.listBuckets(ProjectName parent) Retrieves a list of buckets for a given project, ordered lexicographically by name.StorageClient.listBuckets(String parent) Retrieves a list of buckets for a given project, ordered lexicographically by name.Methods in com.google.storage.v2 that return types with arguments of type StorageClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionStorageClient.ListBucketsPagedResponse.createAsync(PageContext<ListBucketsRequest, ListBucketsResponse, Bucket> context, ApiFuture<ListBucketsResponse> futureResponse) StorageClient.listBucketsPagedCallable()Retrieves a list of buckets for a given project, ordered lexicographically by name.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, StorageClient.ListBucketsPagedResponse> StorageSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.StorageSettings.listBucketsSettings()Returns the object with the settings used for calls to listBuckets. -
Uses of StorageClient.ListBucketsPagedResponse in com.google.storage.v2.stub
Methods in com.google.storage.v2.stub that return types with arguments of type StorageClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionGrpcStorageStub.listBucketsPagedCallable()StorageStub.listBucketsPagedCallable()PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, StorageClient.ListBucketsPagedResponse> StorageStubSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.StorageStubSettings.listBucketsSettings()Returns the object with the settings used for calls to listBuckets.