public enum UptimeCheckRegion extends Enum<UptimeCheckRegion> implements ProtocolMessageEnumThe regions from which an Uptime check can be run.
Protobuf enum google.monitoring.v3.UptimeCheckRegion
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ASIA_PACIFIC | Allows checks to run from locations within the Asia Pacific area (ex: Singapore). |
| ASIA_PACIFIC_VALUE | Allows checks to run from locations within the Asia Pacific area (ex: Singapore). |
| EUROPE | Allows checks to run from locations within the continent of Europe. |
| EUROPE_VALUE | Allows checks to run from locations within the continent of Europe. |
| REGION_UNSPECIFIED | Default value if no region is specified. Will result in Uptime checks running from all regions. |
| REGION_UNSPECIFIED_VALUE | Default value if no region is specified. Will result in Uptime checks running from all regions. |
| SOUTH_AMERICA | Allows checks to run from locations within the continent of South America. |
| SOUTH_AMERICA_VALUE | Allows checks to run from locations within the continent of South America. |
| UNRECOGNIZED | |
| USA | Allows checks to run from locations within the United States of America. |
| USA_VALUE | Allows checks to run from locations within the United States of America. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |