Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Method and Description |
---|---|
NotificationConfig.Builder |
NotificationConfig.Builder.addAllEventTypes(Iterable<String> values)
If present, only send notifications about listed event types.
|
NotificationConfig.Builder |
NotificationConfig.Builder.addEventTypes(String value)
If present, only send notifications about listed event types.
|
NotificationConfig.Builder |
NotificationConfig.Builder.addEventTypesBytes(com.google.protobuf.ByteString value)
If present, only send notifications about listed event types.
|
NotificationConfig.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigsBuilder()
The list of items.
|
NotificationConfig.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigsBuilder(int index)
The list of items.
|
NotificationConfig.Builder |
NotificationConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.clear() |
NotificationConfig.Builder |
NotificationConfig.Builder.clearCustomAttributes() |
NotificationConfig.Builder |
NotificationConfig.Builder.clearEtag()
The etag of the NotificationConfig.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearEventTypes()
If present, only send notifications about listed event types.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
NotificationConfig.Builder |
NotificationConfig.Builder.clearName()
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearObjectNamePrefix()
If present, only apply this NotificationConfig to object names that
begin with this prefix.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NotificationConfig.Builder |
NotificationConfig.Builder.clearPayloadFormat()
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearTopic()
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clone() |
NotificationConfig.Builder |
CreateNotificationConfigRequest.Builder.getNotificationConfigBuilder()
Required.
|
NotificationConfig.Builder |
ListNotificationConfigsResponse.Builder.getNotificationConfigsBuilder(int index)
The list of items.
|
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(NotificationConfig other) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static NotificationConfig.Builder |
NotificationConfig.newBuilder() |
static NotificationConfig.Builder |
NotificationConfig.newBuilder(NotificationConfig prototype) |
NotificationConfig.Builder |
NotificationConfig.newBuilderForType() |
protected NotificationConfig.Builder |
NotificationConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
NotificationConfig.Builder |
NotificationConfig.Builder.putAllCustomAttributes(Map<String,String> values)
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
|
NotificationConfig.Builder |
NotificationConfig.Builder.putCustomAttributes(String key,
String value)
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
|
NotificationConfig.Builder |
NotificationConfig.Builder.removeCustomAttributes(String key)
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setEtag(String value)
The etag of the NotificationConfig.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setEtagBytes(com.google.protobuf.ByteString value)
The etag of the NotificationConfig.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setEventTypes(int index,
String value)
If present, only send notifications about listed event types.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.setName(String value)
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setNameBytes(com.google.protobuf.ByteString value)
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setObjectNamePrefix(String value)
If present, only apply this NotificationConfig to object names that
begin with this prefix.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setObjectNamePrefixBytes(com.google.protobuf.ByteString value)
If present, only apply this NotificationConfig to object names that
begin with this prefix.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setPayloadFormat(String value)
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setPayloadFormatBytes(com.google.protobuf.ByteString value)
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.setTopic(String value)
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setTopicBytes(com.google.protobuf.ByteString value)
Required.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NotificationConfig.Builder |
NotificationConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<NotificationConfig.Builder> |
ListNotificationConfigsResponse.Builder.getNotificationConfigsBuilderList()
The list of items.
|
Modifier and Type | Method and Description |
---|---|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigs(int index,
NotificationConfig.Builder builderForValue)
The list of items.
|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigs(NotificationConfig.Builder builderForValue)
The list of items.
|
CreateNotificationConfigRequest.Builder |
CreateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig.Builder builderForValue)
Required.
|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.setNotificationConfigs(int index,
NotificationConfig.Builder builderForValue)
The list of items.
|
Copyright © 2023 Google LLC. All rights reserved.