| 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.ListNotificationConfigsPagedResponse |
StorageClient.listNotificationConfigs(ListNotificationConfigsRequest request)
Retrieves a list of NotificationConfigs for a given bucket.
|
StorageClient.ListNotificationConfigsPagedResponse |
StorageClient.listNotificationConfigs(ProjectName parent)
Retrieves a list of NotificationConfigs for a given bucket.
|
StorageClient.ListNotificationConfigsPagedResponse |
StorageClient.listNotificationConfigs(String parent)
Retrieves a list of NotificationConfigs for a given bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<StorageClient.ListNotificationConfigsPagedResponse> |
StorageClient.ListNotificationConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListNotificationConfigsRequest,StorageClient.ListNotificationConfigsPagedResponse> |
StorageClient.listNotificationConfigsPagedCallable()
Retrieves a list of NotificationConfigs for a given bucket.
|
com.google.api.gax.rpc.PagedCallSettings<ListNotificationConfigsRequest,ListNotificationConfigsResponse,StorageClient.ListNotificationConfigsPagedResponse> |
StorageSettings.listNotificationConfigsSettings()
Returns the object with the settings used for calls to listNotificationConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationConfigsRequest,ListNotificationConfigsResponse,StorageClient.ListNotificationConfigsPagedResponse> |
StorageSettings.Builder.listNotificationConfigsSettings()
Returns the builder for the settings used for calls to listNotificationConfigs.
|
Copyright © 2023 Google LLC. All rights reserved.