| Package | Description |
|---|---|
| com.google.storage.v2 |
The interfaces provided are listed below, along with usage samples.
|
| com.google.storage.v2.stub |
| Modifier and Type | Method and Description |
|---|---|
StorageClient.ListObjectsPagedResponse |
StorageClient.listObjects(ListObjectsRequest request)
Retrieves a list of objects matching the criteria.
|
StorageClient.ListObjectsPagedResponse |
StorageClient.listObjects(ProjectName parent)
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> |
StorageStub.listObjectsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListObjectsRequest,StorageClient.ListObjectsPagedResponse> |
GrpcStorageStub.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 © 2022 Google LLC. All rights reserved.