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 UptimeCheckRegionUptimeCheckRegion. forNumber(int value)UptimeCheckRegionUptimeCheckIp.Builder. getRegion()A broad region category in which the IP address is located.UptimeCheckRegionUptimeCheckIp. getRegion()A broad region category in which the IP address is located.UptimeCheckRegionUptimeCheckIpOrBuilder. getRegion()A broad region category in which the IP address is located.UptimeCheckRegionUptimeCheckConfig.Builder. getSelectedRegions(int index)The list of regions from which the check will be run.UptimeCheckRegionUptimeCheckConfig. getSelectedRegions(int index)The list of regions from which the check will be run.UptimeCheckRegionUptimeCheckConfigOrBuilder. getSelectedRegions(int index)The list of regions from which the check will be run.static UptimeCheckRegionUptimeCheckRegion. valueOf(int value)Deprecated.static UptimeCheckRegionUptimeCheckRegion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UptimeCheckRegionUptimeCheckRegion. 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.BuilderUptimeCheckConfig.Builder. addSelectedRegions(UptimeCheckRegion value)The list of regions from which the check will be run.UptimeCheckIp.BuilderUptimeCheckIp.Builder. setRegion(UptimeCheckRegion value)A broad region category in which the IP address is located.UptimeCheckConfig.BuilderUptimeCheckConfig.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.BuilderUptimeCheckConfig.Builder. addAllSelectedRegions(Iterable<? extends UptimeCheckRegion> values)The list of regions from which the check will be run.
-