Uses of Class
com.google.monitoring.v3.UptimeCheckRegion
-
Packages that use UptimeCheckRegion Package Description com.google.monitoring.v3 -
-
Uses of UptimeCheckRegion in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return UptimeCheckRegion Modifier and Type Method Description static UptimeCheckRegion
UptimeCheckRegion. forNumber(int value)
UptimeCheckRegion
UptimeCheckIp.Builder. 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
UptimeCheckIpOrBuilder. getRegion()
A broad region category in which the IP address is located.UptimeCheckRegion
UptimeCheckConfig.Builder. 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
UptimeCheckConfigOrBuilder. getSelectedRegions(int index)
The list of regions from which the check will be run.static UptimeCheckRegion
UptimeCheckRegion. valueOf(int value)
Deprecated.static UptimeCheckRegion
UptimeCheckRegion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.monitoring.v3 that return types with arguments of type UptimeCheckRegion Modifier and Type Method Description List<UptimeCheckRegion>
UptimeCheckConfig.Builder. 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>
UptimeCheckConfigOrBuilder. getSelectedRegionsList()
The list of regions from which the check will be run.static com.google.protobuf.Internal.EnumLiteMap<UptimeCheckRegion>
UptimeCheckRegion. internalGetValueMap()
Methods in com.google.monitoring.v3 with parameters of type UptimeCheckRegion Modifier and Type Method 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.Method parameters in com.google.monitoring.v3 with type arguments of type UptimeCheckRegion Modifier and Type Method Description UptimeCheckConfig.Builder
UptimeCheckConfig.Builder. addAllSelectedRegions(Iterable<? extends UptimeCheckRegion> values)
The list of regions from which the check will be run.
-