Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
com.google.storage.v2.stub |
Modifier and Type | Method and Description |
---|---|
CreateNotificationConfigRequest |
CreateNotificationConfigRequest.Builder.build() |
CreateNotificationConfigRequest |
CreateNotificationConfigRequest.Builder.buildPartial() |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.getDefaultInstance() |
CreateNotificationConfigRequest |
CreateNotificationConfigRequest.getDefaultInstanceForType() |
CreateNotificationConfigRequest |
CreateNotificationConfigRequest.Builder.getDefaultInstanceForType() |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseDelimitedFrom(InputStream input) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(byte[] data) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(ByteBuffer data) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(com.google.protobuf.ByteString data) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(InputStream input) |
static CreateNotificationConfigRequest |
CreateNotificationConfigRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> |
StorageClient.createNotificationConfigCallable()
Creates a NotificationConfig for a given bucket.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig> |
StorageSettings.createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig> |
StorageSettings.Builder.createNotificationConfigSettings()
Returns the builder for the settings used for calls to createNotificationConfig.
|
static MethodDescriptor<CreateNotificationConfigRequest,NotificationConfig> |
StorageGrpc.getCreateNotificationConfigMethod() |
com.google.protobuf.Parser<CreateNotificationConfigRequest> |
CreateNotificationConfigRequest.getParserForType() |
static com.google.protobuf.Parser<CreateNotificationConfigRequest> |
CreateNotificationConfigRequest.parser() |
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
StorageClient.createNotificationConfig(CreateNotificationConfigRequest request)
Creates a NotificationConfig for a given bucket.
|
NotificationConfig |
StorageGrpc.StorageBlockingStub.createNotificationConfig(CreateNotificationConfigRequest request)
Creates a NotificationConfig for a given bucket.
|
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
StorageGrpc.StorageFutureStub.createNotificationConfig(CreateNotificationConfigRequest request)
Creates a NotificationConfig for a given bucket.
|
default void |
StorageGrpc.AsyncService.createNotificationConfig(CreateNotificationConfigRequest request,
StreamObserver<NotificationConfig> responseObserver)
Creates a NotificationConfig for a given bucket.
|
void |
StorageGrpc.StorageStub.createNotificationConfig(CreateNotificationConfigRequest request,
StreamObserver<NotificationConfig> responseObserver)
Creates a NotificationConfig for a given bucket.
|
CreateNotificationConfigRequest.Builder |
CreateNotificationConfigRequest.Builder.mergeFrom(CreateNotificationConfigRequest other) |
static CreateNotificationConfigRequest.Builder |
CreateNotificationConfigRequest.newBuilder(CreateNotificationConfigRequest prototype) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> |
GrpcStorageStub.createNotificationConfigCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> |
StorageStub.createNotificationConfigCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig> |
StorageStubSettings.createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig> |
StorageStubSettings.Builder.createNotificationConfigSettings()
Returns the builder for the settings used for calls to createNotificationConfig.
|
Copyright © 2023 Google LLC. All rights reserved.