Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
StorageClient.ListBucketsPagedResponse |
StorageClient.listBuckets(ListBucketsRequest request)
Retrieves a list of buckets for a given project.
|
StorageClient.ListBucketsPagedResponse |
StorageClient.listBuckets(ProjectName parent)
Retrieves a list of buckets for a given project.
|
StorageClient.ListBucketsPagedResponse |
StorageClient.listBuckets(String parent)
Retrieves a list of buckets for a given project.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
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<ListBucketsRequest,ListBucketsResponse,StorageClient.ListBucketsPagedResponse> |
StorageSettings.listBucketsSettings()
Returns the object with the settings used for calls to listBuckets.
|
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.
|
Modifier and Type | Method and Description |
---|---|
com.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<ListBucketsRequest,ListBucketsResponse,StorageClient.ListBucketsPagedResponse> |
StorageStubSettings.listBucketsSettings()
Returns the object with the settings used for calls to listBuckets.
|
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.
|
Copyright © 2023 Google LLC. All rights reserved.