| 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.ListHmacKeysPagedResponse |
StorageClient.listHmacKeys(ListHmacKeysRequest request)
Lists HMAC keys under a given project with the additional filters provided.
|
StorageClient.ListHmacKeysPagedResponse |
StorageClient.listHmacKeys(ProjectName project)
Lists HMAC keys under a given project with the additional filters provided.
|
StorageClient.ListHmacKeysPagedResponse |
StorageClient.listHmacKeys(String project)
Lists HMAC keys under a given project with the additional filters provided.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<StorageClient.ListHmacKeysPagedResponse> |
StorageClient.ListHmacKeysPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListHmacKeysRequest,ListHmacKeysResponse,HmacKeyMetadata> context,
com.google.api.core.ApiFuture<ListHmacKeysResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListHmacKeysRequest,StorageClient.ListHmacKeysPagedResponse> |
StorageClient.listHmacKeysPagedCallable()
Lists HMAC keys under a given project with the additional filters provided.
|
com.google.api.gax.rpc.PagedCallSettings<ListHmacKeysRequest,ListHmacKeysResponse,StorageClient.ListHmacKeysPagedResponse> |
StorageSettings.listHmacKeysSettings()
Returns the object with the settings used for calls to listHmacKeys.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListHmacKeysRequest,ListHmacKeysResponse,StorageClient.ListHmacKeysPagedResponse> |
StorageSettings.Builder.listHmacKeysSettings()
Returns the builder for the settings used for calls to listHmacKeys.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListHmacKeysRequest,StorageClient.ListHmacKeysPagedResponse> |
GrpcStorageStub.listHmacKeysPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListHmacKeysRequest,StorageClient.ListHmacKeysPagedResponse> |
StorageStub.listHmacKeysPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListHmacKeysRequest,ListHmacKeysResponse,StorageClient.ListHmacKeysPagedResponse> |
StorageStubSettings.listHmacKeysSettings()
Returns the object with the settings used for calls to listHmacKeys.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListHmacKeysRequest,ListHmacKeysResponse,StorageClient.ListHmacKeysPagedResponse> |
StorageStubSettings.Builder.listHmacKeysSettings()
Returns the builder for the settings used for calls to listHmacKeys.
|
Copyright © 2023 Google LLC. All rights reserved.