Uses of Class
com.google.storage.v2.NotificationConfig.Builder
-
Uses of NotificationConfig.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return NotificationConfig.BuilderModifier and TypeMethodDescriptionNotificationConfig.Builder.addAllEventTypes(Iterable<String> values) If present, only send notifications about listed event types.NotificationConfig.Builder.addEventTypes(String value) If present, only send notifications about listed event types.NotificationConfig.Builder.addEventTypesBytes(com.google.protobuf.ByteString value) If present, only send notifications about listed event types.ListNotificationConfigsResponse.Builder.addNotificationConfigsBuilder()The list of items.ListNotificationConfigsResponse.Builder.addNotificationConfigsBuilder(int index) The list of items.NotificationConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NotificationConfig.Builder.clear()NotificationConfig.Builder.clearCustomAttributes()NotificationConfig.Builder.clearEtag()The etag of the NotificationConfig.NotificationConfig.Builder.clearEventTypes()If present, only send notifications about listed event types.NotificationConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) NotificationConfig.Builder.clearName()Required.NotificationConfig.Builder.clearObjectNamePrefix()If present, only apply this NotificationConfig to object names that begin with this prefix.NotificationConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) NotificationConfig.Builder.clearPayloadFormat()Required.NotificationConfig.Builder.clearTopic()Required.NotificationConfig.Builder.clone()CreateNotificationConfigRequest.Builder.getNotificationConfigBuilder()Required.ListNotificationConfigsResponse.Builder.getNotificationConfigsBuilder(int index) The list of items.NotificationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NotificationConfig.Builder.mergeFrom(com.google.protobuf.Message other) NotificationConfig.Builder.mergeFrom(NotificationConfig other) NotificationConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static NotificationConfig.BuilderNotificationConfig.newBuilder()static NotificationConfig.BuilderNotificationConfig.newBuilder(NotificationConfig prototype) NotificationConfig.newBuilderForType()protected NotificationConfig.BuilderNotificationConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.putCustomAttributes(String key, String value) A list of additional attributes to attach to each Pub/Sub message published for this NotificationConfig.NotificationConfig.Builder.removeCustomAttributes(String key) A list of additional attributes to attach to each Pub/Sub message published for this NotificationConfig.The etag of the NotificationConfig.NotificationConfig.Builder.setEtagBytes(com.google.protobuf.ByteString value) The etag of the NotificationConfig.NotificationConfig.Builder.setEventTypes(int index, String value) If present, only send notifications about listed event types.NotificationConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Required.NotificationConfig.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.NotificationConfig.Builder.setObjectNamePrefix(String value) If present, only apply this NotificationConfig to object names that begin with this prefix.NotificationConfig.Builder.setObjectNamePrefixBytes(com.google.protobuf.ByteString value) If present, only apply this NotificationConfig to object names that begin with this prefix.NotificationConfig.Builder.setPayloadFormat(String value) Required.NotificationConfig.Builder.setPayloadFormatBytes(com.google.protobuf.ByteString value) Required.NotificationConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Required.NotificationConfig.Builder.setTopicBytes(com.google.protobuf.ByteString value) Required.NotificationConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NotificationConfig.toBuilder()Methods in com.google.storage.v2 that return types with arguments of type NotificationConfig.BuilderModifier and TypeMethodDescriptionListNotificationConfigsResponse.Builder.getNotificationConfigsBuilderList()The list of items.Methods in com.google.storage.v2 with parameters of type NotificationConfig.BuilderModifier and TypeMethodDescriptionListNotificationConfigsResponse.Builder.addNotificationConfigs(int index, NotificationConfig.Builder builderForValue) The list of items.ListNotificationConfigsResponse.Builder.addNotificationConfigs(NotificationConfig.Builder builderForValue) The list of items.CreateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig.Builder builderForValue) Required.ListNotificationConfigsResponse.Builder.setNotificationConfigs(int index, NotificationConfig.Builder builderForValue) The list of items.