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.StorageClient.listBuckets(ProjectName parent) Retrieves a list of buckets for a given project.StorageClient.listBuckets(String parent) Retrieves a list of buckets for a given project.Methods in com.google.storage.v2 that return types with arguments of type StorageClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<StorageClient.ListBucketsPagedResponse>StorageClient.ListBucketsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListBucketsRequest, ListBucketsResponse, Bucket> context, com.google.api.core.ApiFuture<ListBucketsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,StorageClient.ListBucketsPagedResponse> StorageClient.listBucketsPagedCallable()Retrieves a list of buckets for a given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, StorageClient.ListBucketsPagedResponse> StorageSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse, StorageClient.ListBucketsPagedResponse> 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 TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,StorageClient.ListBucketsPagedResponse> GrpcStorageStub.listBucketsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,StorageClient.ListBucketsPagedResponse> StorageStub.listBucketsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, StorageClient.ListBucketsPagedResponse> StorageStubSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse, StorageClient.ListBucketsPagedResponse> StorageStubSettings.listBucketsSettings()Returns the object with the settings used for calls to listBuckets.