public static interface Snooze.CriteriaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPolicies(int index)
public abstract String getPolicies(int index) The specific AlertPolicy names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during snooze creation.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The policies at the given index. |
getPoliciesBytes(int index)
public abstract ByteString getPoliciesBytes(int index) The specific AlertPolicy names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during snooze creation.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the policies at the given index. |
getPoliciesCount()
public abstract int getPoliciesCount() The specific AlertPolicy names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during snooze creation.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of policies. |
getPoliciesList()
public abstract List<String> getPoliciesList() The specific AlertPolicy names for the alert that should be snoozed.
The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
There is a limit of 16 policies per snooze. This limit is checked during snooze creation.
repeated string policies = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the policies. |