| Package | Description |
|---|---|
| com.google.monitoring.v3 |
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy.Builder |
ListAlertPoliciesResponse.Builder.addAlertPoliciesBuilder()
The returned alert policies.
|
AlertPolicy.Builder |
ListAlertPoliciesResponse.Builder.addAlertPoliciesBuilder(int index)
The returned alert policies.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addAllConditions(Iterable<? extends AlertPolicy.Condition> values)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addAllNotificationChannels(Iterable<String> values)
Identifies the notification channels to which notifications should be sent
when incidents are opened or closed or when new violations occur on
an already opened incident.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addConditions(AlertPolicy.Condition.Builder builderForValue)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addConditions(AlertPolicy.Condition value)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addConditions(int index,
AlertPolicy.Condition.Builder builderForValue)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addConditions(int index,
AlertPolicy.Condition value)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addNotificationChannels(String value)
Identifies the notification channels to which notifications should be sent
when incidents are opened or closed or when new violations occur on
an already opened incident.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addNotificationChannelsBytes(com.google.protobuf.ByteString value)
Identifies the notification channels to which notifications should be sent
when incidents are opened or closed or when new violations occur on
an already opened incident.
|
AlertPolicy.Builder |
AlertPolicy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AlertPolicy.Builder |
AlertPolicy.Builder.clear() |
AlertPolicy.Builder |
AlertPolicy.Builder.clearAlertStrategy()
Control over how this alert policy's notification channels are notified.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearCombiner()
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearConditions()
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearCreationRecord()
A read-only record of the creation of the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearDisplayName()
A short name or phrase used to identify the policy in dashboards,
notifications, and incidents.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearDocumentation()
Documentation that is included with notifications and incidents related to
this policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearEnabled()
Whether or not the policy is enabled.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AlertPolicy.Builder |
AlertPolicy.Builder.clearMutationRecord()
A read-only record of the most recent change to the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearName()
Required if the policy exists.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearNotificationChannels()
Identifies the notification channels to which notifications should be sent
when incidents are opened or closed or when new violations occur on
an already opened incident.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AlertPolicy.Builder |
AlertPolicy.Builder.clearSeverity()
Optional.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clearUserLabels() |
AlertPolicy.Builder |
AlertPolicy.Builder.clearValidity()
Read-only description of how the alert policy is invalid.
|
AlertPolicy.Builder |
AlertPolicy.Builder.clone() |
AlertPolicy.Builder |
ListAlertPoliciesResponse.Builder.getAlertPoliciesBuilder(int index)
The returned alert policies.
|
AlertPolicy.Builder |
CreateAlertPolicyRequest.Builder.getAlertPolicyBuilder()
Required.
|
AlertPolicy.Builder |
UpdateAlertPolicyRequest.Builder.getAlertPolicyBuilder()
Required.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeAlertStrategy(AlertPolicy.AlertStrategy value)
Control over how this alert policy's notification channels are notified.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeCreationRecord(MutationRecord value)
A read-only record of the creation of the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeDocumentation(AlertPolicy.Documentation value)
Documentation that is included with notifications and incidents related to
this policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeEnabled(com.google.protobuf.BoolValue value)
Whether or not the policy is enabled.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeFrom(AlertPolicy other) |
AlertPolicy.Builder |
AlertPolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AlertPolicy.Builder |
AlertPolicy.Builder.mergeFrom(com.google.protobuf.Message other) |
AlertPolicy.Builder |
AlertPolicy.Builder.mergeMutationRecord(MutationRecord value)
A read-only record of the most recent change to the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AlertPolicy.Builder |
AlertPolicy.Builder.mergeValidity(com.google.rpc.Status value)
Read-only description of how the alert policy is invalid.
|
static AlertPolicy.Builder |
AlertPolicy.newBuilder() |
static AlertPolicy.Builder |
AlertPolicy.newBuilder(AlertPolicy prototype) |
AlertPolicy.Builder |
AlertPolicy.newBuilderForType() |
protected AlertPolicy.Builder |
AlertPolicy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AlertPolicy.Builder |
AlertPolicy.Builder.putAllUserLabels(Map<String,String> values)
User-supplied key/value data to be used for organizing and
identifying the `AlertPolicy` objects.
|
AlertPolicy.Builder |
AlertPolicy.Builder.putUserLabels(String key,
String value)
User-supplied key/value data to be used for organizing and
identifying the `AlertPolicy` objects.
|
AlertPolicy.Builder |
AlertPolicy.Builder.removeConditions(int index)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.removeUserLabels(String key)
User-supplied key/value data to be used for organizing and
identifying the `AlertPolicy` objects.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setAlertStrategy(AlertPolicy.AlertStrategy.Builder builderForValue)
Control over how this alert policy's notification channels are notified.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setAlertStrategy(AlertPolicy.AlertStrategy value)
Control over how this alert policy's notification channels are notified.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setCombiner(AlertPolicy.ConditionCombinerType value)
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setCombinerValue(int value)
How to combine the results of multiple conditions to determine if an
incident should be opened.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setConditions(int index,
AlertPolicy.Condition.Builder builderForValue)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setConditions(int index,
AlertPolicy.Condition value)
A list of conditions for the policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setCreationRecord(MutationRecord.Builder builderForValue)
A read-only record of the creation of the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setCreationRecord(MutationRecord value)
A read-only record of the creation of the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setDisplayName(String value)
A short name or phrase used to identify the policy in dashboards,
notifications, and incidents.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
A short name or phrase used to identify the policy in dashboards,
notifications, and incidents.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setDocumentation(AlertPolicy.Documentation.Builder builderForValue)
Documentation that is included with notifications and incidents related to
this policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setDocumentation(AlertPolicy.Documentation value)
Documentation that is included with notifications and incidents related to
this policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setEnabled(com.google.protobuf.BoolValue.Builder builderForValue)
Whether or not the policy is enabled.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setEnabled(com.google.protobuf.BoolValue value)
Whether or not the policy is enabled.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AlertPolicy.Builder |
AlertPolicy.Builder.setMutationRecord(MutationRecord.Builder builderForValue)
A read-only record of the most recent change to the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setMutationRecord(MutationRecord value)
A read-only record of the most recent change to the alerting policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setName(String value)
Required if the policy exists.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setNameBytes(com.google.protobuf.ByteString value)
Required if the policy exists.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setNotificationChannels(int index,
String value)
Identifies the notification channels to which notifications should be sent
when incidents are opened or closed or when new violations occur on
an already opened incident.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AlertPolicy.Builder |
AlertPolicy.Builder.setSeverity(AlertPolicy.Severity value)
Optional.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setSeverityValue(int value)
Optional.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AlertPolicy.Builder |
AlertPolicy.Builder.setValidity(com.google.rpc.Status.Builder builderForValue)
Read-only description of how the alert policy is invalid.
|
AlertPolicy.Builder |
AlertPolicy.Builder.setValidity(com.google.rpc.Status value)
Read-only description of how the alert policy is invalid.
|
AlertPolicy.Builder |
AlertPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<AlertPolicy.Builder> |
ListAlertPoliciesResponse.Builder.getAlertPoliciesBuilderList()
The returned alert policies.
|
| Modifier and Type | Method and Description |
|---|---|
ListAlertPoliciesResponse.Builder |
ListAlertPoliciesResponse.Builder.addAlertPolicies(AlertPolicy.Builder builderForValue)
The returned alert policies.
|
ListAlertPoliciesResponse.Builder |
ListAlertPoliciesResponse.Builder.addAlertPolicies(int index,
AlertPolicy.Builder builderForValue)
The returned alert policies.
|
ListAlertPoliciesResponse.Builder |
ListAlertPoliciesResponse.Builder.setAlertPolicies(int index,
AlertPolicy.Builder builderForValue)
The returned alert policies.
|
CreateAlertPolicyRequest.Builder |
CreateAlertPolicyRequest.Builder.setAlertPolicy(AlertPolicy.Builder builderForValue)
Required.
|
UpdateAlertPolicyRequest.Builder |
UpdateAlertPolicyRequest.Builder.setAlertPolicy(AlertPolicy.Builder builderForValue)
Required.
|
Copyright © 2024 Google LLC. All rights reserved.