public static interface AlertPolicy.AlertStrategy.NotificationChannelStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNotificationChannelNames(int index)
The full REST resource name for the notification channels that these
settings apply to.
|
com.google.protobuf.ByteString |
getNotificationChannelNamesBytes(int index)
The full REST resource name for the notification channels that these
settings apply to.
|
int |
getNotificationChannelNamesCount()
The full REST resource name for the notification channels that these
settings apply to.
|
List<String> |
getNotificationChannelNamesList()
The full REST resource name for the notification channels that these
settings apply to.
|
com.google.protobuf.Duration |
getRenotifyInterval()
The frequency at which to send reminder notifications for open
incidents.
|
com.google.protobuf.DurationOrBuilder |
getRenotifyIntervalOrBuilder()
The frequency at which to send reminder notifications for open
incidents.
|
boolean |
hasRenotifyInterval()
The frequency at which to send reminder notifications for open
incidents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> 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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.boolean hasRenotifyInterval()
The frequency at which to send reminder notifications for open incidents.
.google.protobuf.Duration renotify_interval = 2;com.google.protobuf.Duration getRenotifyInterval()
The frequency at which to send reminder notifications for open incidents.
.google.protobuf.Duration renotify_interval = 2;com.google.protobuf.DurationOrBuilder getRenotifyIntervalOrBuilder()
The frequency at which to send reminder notifications for open incidents.
.google.protobuf.Duration renotify_interval = 2;Copyright © 2025 Google LLC. All rights reserved.