| Modifier and Type | Method and Description |
|---|---|
static UptimeCheckRegion |
UptimeCheckRegion.forNumber(int value) |
UptimeCheckRegion |
UptimeCheckIpOrBuilder.getRegion()
A broad region category in which the IP address is located.
|
UptimeCheckRegion |
UptimeCheckIp.getRegion()
A broad region category in which the IP address is located.
|
UptimeCheckRegion |
UptimeCheckIp.Builder.getRegion()
A broad region category in which the IP address is located.
|
UptimeCheckRegion |
UptimeCheckConfigOrBuilder.getSelectedRegions(int index)
The list of regions from which the check will be run.
|
UptimeCheckRegion |
UptimeCheckConfig.getSelectedRegions(int index)
The list of regions from which the check will be run.
|
UptimeCheckRegion |
UptimeCheckConfig.Builder.getSelectedRegions(int index)
The list of regions from which the check will be run.
|
static UptimeCheckRegion |
UptimeCheckRegion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UptimeCheckRegion |
UptimeCheckRegion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UptimeCheckRegion |
UptimeCheckRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UptimeCheckRegion[] |
UptimeCheckRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<UptimeCheckRegion> |
UptimeCheckConfigOrBuilder.getSelectedRegionsList()
The list of regions from which the check will be run.
|
List<UptimeCheckRegion> |
UptimeCheckConfig.getSelectedRegionsList()
The list of regions from which the check will be run.
|
List<UptimeCheckRegion> |
UptimeCheckConfig.Builder.getSelectedRegionsList()
The list of regions from which the check will be run.
|
static com.google.protobuf.Internal.EnumLiteMap<UptimeCheckRegion> |
UptimeCheckRegion.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addSelectedRegions(UptimeCheckRegion value)
The list of regions from which the check will be run.
|
UptimeCheckIp.Builder |
UptimeCheckIp.Builder.setRegion(UptimeCheckRegion value)
A broad region category in which the IP address is located.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setSelectedRegions(int index,
UptimeCheckRegion value)
The list of regions from which the check will be run.
|
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addAllSelectedRegions(Iterable<? extends UptimeCheckRegion> values)
The list of regions from which the check will be run.
|
Copyright © 2024 Google LLC. All rights reserved.