| Modifier and Type | Method and Description |
|---|---|
static AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategy.NotificationPrompt.forNumber(int value) |
AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategyOrBuilder.getNotificationPrompts(int index)
For log-based alert policies, the notification prompts is always
[OPENED].
|
AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategy.getNotificationPrompts(int index)
For log-based alert policies, the notification prompts is always
[OPENED].
|
AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategy.Builder.getNotificationPrompts(int index)
For log-based alert policies, the notification prompts is always
[OPENED].
|
static AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategy.NotificationPrompt.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategy.NotificationPrompt.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AlertPolicy.AlertStrategy.NotificationPrompt |
AlertPolicy.AlertStrategy.NotificationPrompt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertPolicy.AlertStrategy.NotificationPrompt[] |
AlertPolicy.AlertStrategy.NotificationPrompt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlertPolicy.AlertStrategy.NotificationPrompt> |
AlertPolicy.AlertStrategyOrBuilder.getNotificationPromptsList()
For log-based alert policies, the notification prompts is always
[OPENED].
|
List<AlertPolicy.AlertStrategy.NotificationPrompt> |
AlertPolicy.AlertStrategy.getNotificationPromptsList()
For log-based alert policies, the notification prompts is always
[OPENED].
|
List<AlertPolicy.AlertStrategy.NotificationPrompt> |
AlertPolicy.AlertStrategy.Builder.getNotificationPromptsList()
For log-based alert policies, the notification prompts is always
[OPENED].
|
static com.google.protobuf.Internal.EnumLiteMap<AlertPolicy.AlertStrategy.NotificationPrompt> |
AlertPolicy.AlertStrategy.NotificationPrompt.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.AlertStrategy.Builder |
AlertPolicy.AlertStrategy.Builder.addNotificationPrompts(AlertPolicy.AlertStrategy.NotificationPrompt value)
For log-based alert policies, the notification prompts is always
[OPENED].
|
AlertPolicy.AlertStrategy.Builder |
AlertPolicy.AlertStrategy.Builder.setNotificationPrompts(int index,
AlertPolicy.AlertStrategy.NotificationPrompt value)
For log-based alert policies, the notification prompts is always
[OPENED].
|
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.AlertStrategy.Builder |
AlertPolicy.AlertStrategy.Builder.addAllNotificationPrompts(Iterable<? extends AlertPolicy.AlertStrategy.NotificationPrompt> values)
For log-based alert policies, the notification prompts is always
[OPENED].
|
Copyright © 2025 Google LLC. All rights reserved.