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