| 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.ListNotificationsPagedResponse |
StorageClient.listNotifications(ListNotificationsRequest request)
Retrieves a list of notification subscriptions for a given bucket.
|
StorageClient.ListNotificationsPagedResponse |
StorageClient.listNotifications(ProjectName parent)
Retrieves a list of notification subscriptions for a given bucket.
|
StorageClient.ListNotificationsPagedResponse |
StorageClient.listNotifications(String parent)
Retrieves a list of notification subscriptions for a given bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<StorageClient.ListNotificationsPagedResponse> |
StorageClient.ListNotificationsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context,
com.google.api.core.ApiFuture<ListNotificationsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListNotificationsRequest,StorageClient.ListNotificationsPagedResponse> |
StorageClient.listNotificationsPagedCallable()
Retrieves a list of notification subscriptions for a given bucket.
|
com.google.api.gax.rpc.PagedCallSettings<ListNotificationsRequest,ListNotificationsResponse,StorageClient.ListNotificationsPagedResponse> |
StorageSettings.listNotificationsSettings()
Returns the object with the settings used for calls to listNotifications.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationsRequest,ListNotificationsResponse,StorageClient.ListNotificationsPagedResponse> |
StorageSettings.Builder.listNotificationsSettings()
Returns the builder for the settings used for calls to listNotifications.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListNotificationsRequest,StorageClient.ListNotificationsPagedResponse> |
StorageStub.listNotificationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListNotificationsRequest,StorageClient.ListNotificationsPagedResponse> |
GrpcStorageStub.listNotificationsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListNotificationsRequest,ListNotificationsResponse,StorageClient.ListNotificationsPagedResponse> |
StorageStubSettings.listNotificationsSettings()
Returns the object with the settings used for calls to listNotifications.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationsRequest,ListNotificationsResponse,StorageClient.ListNotificationsPagedResponse> |
StorageStubSettings.Builder.listNotificationsSettings()
Returns the builder for the settings used for calls to listNotifications.
|
Copyright © 2023 Google LLC. All rights reserved.