Interface Snooze.CriteriaOrBuilder (3.9.0)

public static interface Snooze.CriteriaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 10 policies per snooze. This limit is checked during snooze creation.

repeated string policies = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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 10 policies per snooze. This limit is checked during snooze creation.

repeated string policies = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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 10 policies per snooze. This limit is checked during snooze creation.

repeated string policies = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
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 10 policies per snooze. This limit is checked during snooze creation.

repeated string policies = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
List<String>

A list containing the policies.