Package | Description |
---|---|
com.google.cloud.securitycenter.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
NotificationMessage.Builder |
NotificationMessage.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
NotificationMessage.Builder |
NotificationMessage.Builder.clear() |
NotificationMessage.Builder |
NotificationMessage.Builder.clearEvent() |
NotificationMessage.Builder |
NotificationMessage.Builder.clearField(Descriptors.FieldDescriptor field) |
NotificationMessage.Builder |
NotificationMessage.Builder.clearFinding()
If it's a Finding based notification config, this field will be
populated.
|
NotificationMessage.Builder |
NotificationMessage.Builder.clearNotificationConfigName()
Name of the notification config that generated current notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
NotificationMessage.Builder |
NotificationMessage.Builder.clearResource()
The Cloud resource tied to the notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.clone() |
NotificationMessage.Builder |
NotificationMessage.Builder.mergeFinding(Finding value)
If it's a Finding based notification config, this field will be
populated.
|
NotificationMessage.Builder |
NotificationMessage.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
NotificationMessage.Builder |
NotificationMessage.Builder.mergeFrom(Message other) |
NotificationMessage.Builder |
NotificationMessage.Builder.mergeFrom(NotificationMessage other) |
NotificationMessage.Builder |
NotificationMessage.Builder.mergeResource(Resource value)
The Cloud resource tied to the notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static NotificationMessage.Builder |
NotificationMessage.newBuilder() |
static NotificationMessage.Builder |
NotificationMessage.newBuilder(NotificationMessage prototype) |
NotificationMessage.Builder |
NotificationMessage.newBuilderForType() |
protected NotificationMessage.Builder |
NotificationMessage.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
NotificationMessage.Builder |
NotificationMessage.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
NotificationMessage.Builder |
NotificationMessage.Builder.setFinding(Finding.Builder builderForValue)
If it's a Finding based notification config, this field will be
populated.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setFinding(Finding value)
If it's a Finding based notification config, this field will be
populated.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setNotificationConfigName(String value)
Name of the notification config that generated current notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setNotificationConfigNameBytes(ByteString value)
Name of the notification config that generated current notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
NotificationMessage.Builder |
NotificationMessage.Builder.setResource(Resource.Builder builderForValue)
The Cloud resource tied to the notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setResource(Resource value)
The Cloud resource tied to the notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
NotificationMessage.Builder |
NotificationMessage.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.