public static final class AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder extends GeneratedMessageV3.Builder<AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder> implements AlertPolicy.AlertStrategy.NotificationChannelStrategyOrBuilder
Control over how the notification channels in notification_channels
are notified when this alert fires, on a per-channel basis.
Protobuf type
google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationChannelStrategy
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllNotificationChannelNames(Iterable<String> values)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder addAllNotificationChannelNames(Iterable<String> values)
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Parameter |
---|
Name | Description |
values | Iterable<String>
The notificationChannelNames to add.
|
addNotificationChannelNames(String value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder addNotificationChannelNames(String value)
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Parameter |
---|
Name | Description |
value | String
The notificationChannelNames to add.
|
addNotificationChannelNamesBytes(ByteString value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder addNotificationChannelNamesBytes(ByteString value)
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes of the notificationChannelNames to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy build()
buildPartial()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy buildPartial()
clear()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNotificationChannelNames()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearNotificationChannelNames()
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRenotifyInterval()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearRenotifyInterval()
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
clone()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clone()
Overrides
getDefaultInstanceForType()
public AlertPolicy.AlertStrategy.NotificationChannelStrategy getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNotificationChannelNames(int index)
public String getNotificationChannelNames(int index)
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The notificationChannelNames at the given index.
|
getNotificationChannelNamesBytes(int index)
public ByteString getNotificationChannelNamesBytes(int index)
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the notificationChannelNames at the given index.
|
getNotificationChannelNamesCount()
public int getNotificationChannelNamesCount()
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Returns |
---|
Type | Description |
int | The count of notificationChannelNames.
|
getNotificationChannelNamesList()
public ProtocolStringList getNotificationChannelNamesList()
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
getRenotifyInterval()
public Duration getRenotifyInterval()
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
Returns |
---|
Type | Description |
Duration | The renotifyInterval.
|
getRenotifyIntervalBuilder()
public Duration.Builder getRenotifyIntervalBuilder()
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
getRenotifyIntervalOrBuilder()
public DurationOrBuilder getRenotifyIntervalOrBuilder()
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
hasRenotifyInterval()
public boolean hasRenotifyInterval()
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
Returns |
---|
Type | Description |
boolean | Whether the renotifyInterval field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AlertPolicy.AlertStrategy.NotificationChannelStrategy other)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(AlertPolicy.AlertStrategy.NotificationChannelStrategy other)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeRenotifyInterval(Duration value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeRenotifyInterval(Duration value)
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNotificationChannelNames(int index, String value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setNotificationChannelNames(int index, String value)
The full REST resource name for the notification channels that these
settings apply to. Each of these correspond to the name field in one
of the NotificationChannel objects referenced in the
notification_channels field of this AlertPolicy.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
repeated string notification_channel_names = 1;
Parameters |
---|
Name | Description |
index | int
The index to set the value at.
|
value | String
The notificationChannelNames to set.
|
setRenotifyInterval(Duration value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setRenotifyInterval(Duration value)
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
setRenotifyInterval(Duration.Builder builderForValue)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setRenotifyInterval(Duration.Builder builderForValue)
The frequency at which to send reminder notifications for open
incidents.
.google.protobuf.Duration renotify_interval = 2;
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides