Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
NotificationConfig.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigsBuilder()
Notification configs belonging to the requested parent.
|
NotificationConfig.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
|
NotificationConfig.Builder |
NotificationConfig.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.clear() |
NotificationConfig.Builder |
NotificationConfig.Builder.clearDescription()
The description of the notification config (max of 1024 characters).
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearField(Descriptors.FieldDescriptor field) |
NotificationConfig.Builder |
NotificationConfig.Builder.clearName()
The relative resource name of this notification config.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearNotifyConfig() |
NotificationConfig.Builder |
NotificationConfig.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
NotificationConfig.Builder |
NotificationConfig.Builder.clearPubsubTopic()
The Pub/Sub topic to send notifications to.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearServiceAccount()
Output only.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clearStreamingConfig()
The config for triggering streaming-based notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.clone() |
NotificationConfig.Builder |
CreateNotificationConfigRequest.Builder.getNotificationConfigBuilder()
Required.
|
NotificationConfig.Builder |
UpdateNotificationConfigRequest.Builder.getNotificationConfigBuilder()
Required.
|
NotificationConfig.Builder |
ListNotificationConfigsResponse.Builder.getNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
|
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(Message other) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(NotificationConfig other) |
NotificationConfig.Builder |
NotificationConfig.Builder.mergeStreamingConfig(NotificationConfig.StreamingConfig value)
The config for triggering streaming-based notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static NotificationConfig.Builder |
NotificationConfig.newBuilder() |
static NotificationConfig.Builder |
NotificationConfig.newBuilder(NotificationConfig prototype) |
NotificationConfig.Builder |
NotificationConfig.newBuilderForType() |
protected NotificationConfig.Builder |
NotificationConfig.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
NotificationConfig.Builder |
NotificationConfig.Builder.setDescription(String value)
The description of the notification config (max of 1024 characters).
|
NotificationConfig.Builder |
NotificationConfig.Builder.setDescriptionBytes(ByteString value)
The description of the notification config (max of 1024 characters).
|
NotificationConfig.Builder |
NotificationConfig.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.setName(String value)
The relative resource name of this notification config.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setNameBytes(ByteString value)
The relative resource name of this notification config.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setPubsubTopic(String value)
The Pub/Sub topic to send notifications to.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setPubsubTopicBytes(ByteString value)
The Pub/Sub topic to send notifications to.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
NotificationConfig.Builder |
NotificationConfig.Builder.setServiceAccount(String value)
Output only.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setServiceAccountBytes(ByteString value)
Output only.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setStreamingConfig(NotificationConfig.StreamingConfig.Builder builderForValue)
The config for triggering streaming-based notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setStreamingConfig(NotificationConfig.StreamingConfig value)
The config for triggering streaming-based notifications.
|
NotificationConfig.Builder |
NotificationConfig.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
NotificationConfig.Builder |
NotificationConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<NotificationConfig.Builder> |
ListNotificationConfigsResponse.Builder.getNotificationConfigsBuilderList()
Notification configs belonging to the requested parent.
|
Modifier and Type | Method and Description |
---|---|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigs(int index,
NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigs(NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
|
CreateNotificationConfigRequest.Builder |
CreateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig.Builder builderForValue)
Required.
|
UpdateNotificationConfigRequest.Builder |
UpdateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig.Builder builderForValue)
Required.
|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.setNotificationConfigs(int index,
NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
|
Copyright © 2022 Google LLC. All rights reserved.