Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
StorageClient.ListObjectsPagedResponse |
StorageClient.listObjects(BucketName parent)
Retrieves a list of objects matching the criteria.
|
StorageClient.ListObjectsPagedResponse |
StorageClient.listObjects(ListObjectsRequest request)
Retrieves a list of objects matching the criteria.
|
StorageClient.ListObjectsPagedResponse |
StorageClient.listObjects(String parent)
Retrieves a list of objects matching the criteria.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<StorageClient.ListObjectsPagedResponse> |
StorageClient.ListObjectsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListObjectsRequest,ListObjectsResponse,Object> context,
com.google.api.core.ApiFuture<ListObjectsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> |
StorageClient.listObjectsPagedCallable()
Retrieves a list of objects matching the criteria.
|
com.google.api.gax.rpc.PagedCallSettings<ListObjectsRequest,ListObjectsResponse,StorageClient.ListObjectsPagedResponse> |
StorageSettings.listObjectsSettings()
Returns the object with the settings used for calls to listObjects.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse,StorageClient.ListObjectsPagedResponse> |
StorageSettings.Builder.listObjectsSettings()
Returns the builder for the settings used for calls to listObjects.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> |
GrpcStorageStub.listObjectsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> |
StorageStub.listObjectsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListObjectsRequest,ListObjectsResponse,StorageClient.ListObjectsPagedResponse> |
StorageStubSettings.listObjectsSettings()
Returns the object with the settings used for calls to listObjects.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse,StorageClient.ListObjectsPagedResponse> |
StorageStubSettings.Builder.listObjectsSettings()
Returns the builder for the settings used for calls to listObjects.
|
Copyright © 2023 Google LLC. All rights reserved.