Class AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder (3.40.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
TypeDescription
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
NameDescription
valuesIterable<String>

The notificationChannelNames to add.

Returns
TypeDescription
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
NameDescription
valueString

The notificationChannelNames to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the notificationChannelNames to add.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

build()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy build()
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy

buildPartial()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy buildPartial()
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy

clear()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clear()
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

clone()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder clone()
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

getDefaultInstanceForType()

public AlertPolicy.AlertStrategy.NotificationChannelStrategy getDefaultInstanceForType()
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Builder

getRenotifyIntervalOrBuilder()

public DurationOrBuilder getRenotifyIntervalOrBuilder()

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

.google.protobuf.Duration renotify_interval = 2;

Returns
TypeDescription
DurationOrBuilder

hasRenotifyInterval()

public boolean hasRenotifyInterval()

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

.google.protobuf.Duration renotify_interval = 2;

Returns
TypeDescription
boolean

Whether the renotifyInterval field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AlertPolicy.AlertStrategy.NotificationChannelStrategy other)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(AlertPolicy.AlertStrategy.NotificationChannelStrategy other)
Parameter
NameDescription
otherAlertPolicy.AlertStrategy.NotificationChannelStrategy
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueDuration
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The notificationChannelNames to set.

Returns
TypeDescription
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
NameDescription
valueDuration
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AlertPolicy.AlertStrategy.NotificationChannelStrategy.Builder
Overrides