Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
ListNotificationConfigsResponse |
ListNotificationConfigsResponse.Builder.build() |
ListNotificationConfigsResponse |
ListNotificationConfigsResponse.Builder.buildPartial() |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.getDefaultInstance() |
ListNotificationConfigsResponse |
ListNotificationConfigsResponse.getDefaultInstanceForType() |
ListNotificationConfigsResponse |
ListNotificationConfigsResponse.Builder.getDefaultInstanceForType() |
ListNotificationConfigsResponse |
StorageGrpc.StorageBlockingStub.listNotificationConfigs(ListNotificationConfigsRequest request)
Retrieves a list of NotificationConfigs for a given bucket.
|
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseDelimitedFrom(InputStream input) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(byte[] data) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(ByteBuffer data) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(com.google.protobuf.ByteString data) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(InputStream input) |
static ListNotificationConfigsResponse |
ListNotificationConfigsResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListNotificationConfigsRequest,ListNotificationConfigsResponse> |
StorageGrpc.getListNotificationConfigsMethod() |
com.google.protobuf.Parser<ListNotificationConfigsResponse> |
ListNotificationConfigsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListNotificationConfigsResponse> |
StorageGrpc.StorageFutureStub.listNotificationConfigs(ListNotificationConfigsRequest request)
Retrieves a list of NotificationConfigs for a given bucket.
|
com.google.api.gax.rpc.UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsResponse> |
StorageClient.listNotificationConfigsCallable()
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.
|
static com.google.protobuf.Parser<ListNotificationConfigsResponse> |
ListNotificationConfigsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected StorageClient.ListNotificationConfigsPage |
StorageClient.ListNotificationConfigsPage.createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
ListNotificationConfigsResponse response) |
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.mergeFrom(ListNotificationConfigsResponse other) |
static ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.newBuilder(ListNotificationConfigsResponse prototype) |
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) |
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) |
protected StorageClient.ListNotificationConfigsPage |
StorageClient.ListNotificationConfigsPage.createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
ListNotificationConfigsResponse response) |
com.google.api.core.ApiFuture<StorageClient.ListNotificationConfigsPage> |
StorageClient.ListNotificationConfigsPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) |
com.google.api.core.ApiFuture<StorageClient.ListNotificationConfigsPage> |
StorageClient.ListNotificationConfigsPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) |
default void |
StorageGrpc.AsyncService.listNotificationConfigs(ListNotificationConfigsRequest request,
StreamObserver<ListNotificationConfigsResponse> responseObserver)
Retrieves a list of NotificationConfigs for a given bucket.
|
void |
StorageGrpc.StorageStub.listNotificationConfigs(ListNotificationConfigsRequest request,
StreamObserver<ListNotificationConfigsResponse> responseObserver)
Retrieves a list of NotificationConfigs for a given bucket.
|
Copyright © 2023 Google LLC. All rights reserved.