Uses of Class
com.google.storage.v2.NotificationConfig
-
Uses of NotificationConfig in com.google.storage.v2
Methods in com.google.storage.v2 that return NotificationConfigModifier and TypeMethodDescriptionNotificationConfig.Builder.build()NotificationConfig.Builder.buildPartial()static NotificationConfigNotificationConfig.getDefaultInstance()NotificationConfig.Builder.getDefaultInstanceForType()NotificationConfig.getDefaultInstanceForType()CreateNotificationConfigRequest.Builder.getNotificationConfig()Required.CreateNotificationConfigRequest.getNotificationConfig()Required.CreateNotificationConfigRequestOrBuilder.getNotificationConfig()Required.ListNotificationConfigsResponse.Builder.getNotificationConfigs(int index) The list of items.ListNotificationConfigsResponse.getNotificationConfigs(int index) The list of items.ListNotificationConfigsResponseOrBuilder.getNotificationConfigs(int index) The list of items.static NotificationConfigNotificationConfig.parseDelimitedFrom(InputStream input) static NotificationConfigNotificationConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NotificationConfigNotificationConfig.parseFrom(byte[] data) static NotificationConfigNotificationConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NotificationConfigNotificationConfig.parseFrom(com.google.protobuf.ByteString data) static NotificationConfigNotificationConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NotificationConfigNotificationConfig.parseFrom(com.google.protobuf.CodedInputStream input) static NotificationConfigNotificationConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NotificationConfigNotificationConfig.parseFrom(InputStream input) static NotificationConfigNotificationConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NotificationConfigNotificationConfig.parseFrom(ByteBuffer data) static NotificationConfigNotificationConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.storage.v2 that return types with arguments of type NotificationConfigModifier and TypeMethodDescriptionListNotificationConfigsResponse.Builder.getNotificationConfigsList()The list of items.ListNotificationConfigsResponse.getNotificationConfigsList()The list of items.ListNotificationConfigsResponseOrBuilder.getNotificationConfigsList()The list of items.com.google.protobuf.Parser<NotificationConfig>NotificationConfig.getParserForType()static com.google.protobuf.Parser<NotificationConfig>NotificationConfig.parser()Methods in com.google.storage.v2 with parameters of type NotificationConfigModifier and TypeMethodDescriptionListNotificationConfigsResponse.Builder.addNotificationConfigs(int index, NotificationConfig value) The list of items.ListNotificationConfigsResponse.Builder.addNotificationConfigs(NotificationConfig value) The list of items.NotificationConfig.Builder.mergeFrom(NotificationConfig other) CreateNotificationConfigRequest.Builder.mergeNotificationConfig(NotificationConfig value) Required.static NotificationConfig.BuilderNotificationConfig.newBuilder(NotificationConfig prototype) CreateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig value) Required.ListNotificationConfigsResponse.Builder.setNotificationConfigs(int index, NotificationConfig value) The list of items.Method parameters in com.google.storage.v2 with type arguments of type NotificationConfigModifier and TypeMethodDescriptionListNotificationConfigsResponse.Builder.addAllNotificationConfigs(Iterable<? extends NotificationConfig> values) The list of items.