Class NotificationConfig (2.3.2)

public final class NotificationConfig extends GeneratedMessageV3 implements NotificationConfigOrBuilder

Security Command Center notification configs. A notification config is a Security Command Center resource that contains the configuration to send notifications for create/update events of findings, assets and etc.

Protobuf type google.cloud.securitycenter.v1p1beta1.NotificationConfig

Fields

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

EVENT_TYPE_FIELD_NUMBER

public static final int EVENT_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PUBSUB_TOPIC_FIELD_NUMBER

public static final int PUBSUB_TOPIC_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_ACCOUNT_FIELD_NUMBER

public static final int SERVICE_ACCOUNT_FIELD_NUMBER
Field Value
TypeDescription
int

STREAMING_CONFIG_FIELD_NUMBER

public static final int STREAMING_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstance()

public static NotificationConfig getDefaultInstance()
Returns
TypeDescription
NotificationConfig

getDefaultInstanceForType()

public NotificationConfig getDefaultInstanceForType()
Returns
TypeDescription
NotificationConfig

getDescription()

public String getDescription()

The description of the notification config (max of 1024 characters).

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

The description of the notification config (max of 1024 characters).

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getEventType()

public NotificationConfig.EventType getEventType()

The type of events the config is for, e.g. FINDING.

.google.cloud.securitycenter.v1p1beta1.NotificationConfig.EventType event_type = 3;

Returns
TypeDescription
NotificationConfig.EventType

The eventType.

getEventTypeValue()

public int getEventTypeValue()

The type of events the config is for, e.g. FINDING.

.google.cloud.securitycenter.v1p1beta1.NotificationConfig.EventType event_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for eventType.

getName()

public String getName()

The relative resource name of this notification config. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/notificationConfigs/notify_public_bucket".

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The relative resource name of this notification config. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/notificationConfigs/notify_public_bucket".

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getNotifyConfigCase()

public NotificationConfig.NotifyConfigCase getNotifyConfigCase()
Returns
TypeDescription
NotificationConfig.NotifyConfigCase

getParserForType()

public Parser<NotificationConfig> getParserForType()
Returns
TypeDescription
Parser<NotificationConfig>
Overrides

getPubsubTopic()

public String getPubsubTopic()

The Pub/Sub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]".

string pubsub_topic = 4 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The pubsubTopic.

getPubsubTopicBytes()

public ByteString getPubsubTopicBytes()

The Pub/Sub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]".

string pubsub_topic = 4 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for pubsubTopic.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServiceAccount()

public String getServiceAccount()

Output only. The service account that needs "pubsub.topics.publish" permission to publish to the Pub/Sub topic.

string service_account = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

Output only. The service account that needs "pubsub.topics.publish" permission to publish to the Pub/Sub topic.

string service_account = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getStreamingConfig()

public NotificationConfig.StreamingConfig getStreamingConfig()

The config for triggering streaming-based notifications.

.google.cloud.securitycenter.v1p1beta1.NotificationConfig.StreamingConfig streaming_config = 6;

Returns
TypeDescription
NotificationConfig.StreamingConfig

The streamingConfig.

getStreamingConfigOrBuilder()

public NotificationConfig.StreamingConfigOrBuilder getStreamingConfigOrBuilder()

The config for triggering streaming-based notifications.

.google.cloud.securitycenter.v1p1beta1.NotificationConfig.StreamingConfig streaming_config = 6;

Returns
TypeDescription
NotificationConfig.StreamingConfigOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasStreamingConfig()

public boolean hasStreamingConfig()

The config for triggering streaming-based notifications.

.google.cloud.securitycenter.v1p1beta1.NotificationConfig.StreamingConfig streaming_config = 6;

Returns
TypeDescription
boolean

Whether the streamingConfig field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilder()

public static NotificationConfig.Builder newBuilder()
Returns
TypeDescription
NotificationConfig.Builder

newBuilder(NotificationConfig prototype)

public static NotificationConfig.Builder newBuilder(NotificationConfig prototype)
Parameter
NameDescription
prototypeNotificationConfig
Returns
TypeDescription
NotificationConfig.Builder

newBuilderForType()

public NotificationConfig.Builder newBuilderForType()
Returns
TypeDescription
NotificationConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NotificationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NotificationConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

parseDelimitedFrom(InputStream input)

public static NotificationConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NotificationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NotificationConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NotificationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NotificationConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NotificationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NotificationConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NotificationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NotificationConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NotificationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NotificationConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NotificationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotificationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NotificationConfig> parser()
Returns
TypeDescription
Parser<NotificationConfig>

toBuilder()

public NotificationConfig.Builder toBuilder()
Returns
TypeDescription
NotificationConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException