NotificationMessage.Builder |
NotificationMessage.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.clear() |
|
NotificationMessage.Builder |
NotificationMessage.Builder.clearEvent() |
|
NotificationMessage.Builder |
NotificationMessage.Builder.clearField(com.google.protobuf.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(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.clearResource() |
The Cloud resource tied to this notification's Finding.
|
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(NotificationMessage other) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.mergeFrom(com.google.protobuf.Message other) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.mergeResource(Resource value) |
The Cloud resource tied to this notification's Finding.
|
NotificationMessage.Builder |
NotificationMessage.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static NotificationMessage.Builder |
NotificationMessage.newBuilder() |
|
static NotificationMessage.Builder |
NotificationMessage.newBuilder(NotificationMessage prototype) |
|
NotificationMessage.Builder |
NotificationMessage.newBuilderForType() |
|
protected NotificationMessage.Builder |
NotificationMessage.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.setFinding(Finding value) |
If it's a Finding based notification config, this field will be
populated.
|
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.setNotificationConfigName(String value) |
Name of the notification config that generated current notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setNotificationConfigNameBytes(com.google.protobuf.ByteString value) |
Name of the notification config that generated current notification.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
NotificationMessage.Builder |
NotificationMessage.Builder.setResource(Resource value) |
The Cloud resource tied to this notification's Finding.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setResource(Resource.Builder builderForValue) |
The Cloud resource tied to this notification's Finding.
|
NotificationMessage.Builder |
NotificationMessage.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
NotificationMessage.Builder |
NotificationMessage.toBuilder() |
|