Class AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder (3.43.0)

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

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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.

Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

This builder for chaining.

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.

Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

This builder for chaining.

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.

Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

build()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy build()
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy

buildPartial()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy buildPartial()
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy

clear()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clear()
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
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;

Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
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;

Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

clone()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clone()
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

getDefaultInstanceForType()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy getDefaultInstanceForType()
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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;

Returns
Type Description
ProtocolStringList

A list containing the notificationChannelNames.

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;

Returns
Type Description
Builder

getRenotifyIntervalOrBuilder()

public DurationOrBuilder getRenotifyIntervalOrBuilder()

The frequency at which to send reminder notifications for open incidents.

.google.protobuf.Duration renotify_interval = 2;

Returns
Type Description
DurationOrBuilder

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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AlertPolicy.AlertStrategy.NotificationChannelStrategy other)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(AlertPolicy.AlertStrategy.NotificationChannelStrategy other)
Parameter
Name Description
other AlertPolicy.AlertStrategy.NotificationChannelStrategy
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
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;

Parameter
Name Description
value Duration
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
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.

Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

This builder for chaining.

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;

Parameter
Name Description
value Duration
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

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
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides