public static final class AlertPolicy.Condition.Trigger.Builder extends GeneratedMessage.Builder<AlertPolicy.Condition.Trigger.Builder> implements AlertPolicy.Condition.TriggerOrBuilder Specifies how many time series must fail a predicate to trigger a
condition. If not specified, then a {count: 1} trigger is used.
Protobuf type google.monitoring.v3.AlertPolicy.Condition.Trigger
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AlertPolicy.Condition.Trigger.BuilderImplements
AlertPolicy.Condition.TriggerOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AlertPolicy.Condition.Trigger build()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger |
|
buildPartial()
public AlertPolicy.Condition.Trigger buildPartial()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger |
|
clear()
public AlertPolicy.Condition.Trigger.Builder clear()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
|
clearCount()
public AlertPolicy.Condition.Trigger.Builder clearCount()The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
This builder for chaining. |
clearPercent()
public AlertPolicy.Condition.Trigger.Builder clearPercent()The percentage of time series that must fail the predicate for the condition to be triggered.
double percent = 2;
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
This builder for chaining. |
clearType()
public AlertPolicy.Condition.Trigger.Builder clearType()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
|
getCount()
public int getCount()The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count. |
getDefaultInstanceForType()
public AlertPolicy.Condition.Trigger getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPercent()
public double getPercent()The percentage of time series that must fail the predicate for the condition to be triggered.
double percent = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The percent. |
getTypeCase()
public AlertPolicy.Condition.Trigger.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.TypeCase |
|
hasCount()
public boolean hasCount()The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the count field is set. |
hasPercent()
public boolean hasPercent()The percentage of time series that must fail the predicate for the condition to be triggered.
double percent = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the percent field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AlertPolicy.Condition.Trigger other)
public AlertPolicy.Condition.Trigger.Builder mergeFrom(AlertPolicy.Condition.Trigger other)| Parameter | |
|---|---|
| Name | Description |
other |
AlertPolicy.Condition.Trigger |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AlertPolicy.Condition.Trigger.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AlertPolicy.Condition.Trigger.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
|
setCount(int value)
public AlertPolicy.Condition.Trigger.Builder setCount(int value)The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe count to set. |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
This builder for chaining. |
setPercent(double value)
public AlertPolicy.Condition.Trigger.Builder setPercent(double value)The percentage of time series that must fail the predicate for the condition to be triggered.
double percent = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe percent to set. |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.Trigger.Builder |
This builder for chaining. |