| Package | Description |
|---|---|
| com.google.monitoring.v3 |
| Modifier and Type | Method and Description |
|---|---|
static UptimeCheckConfig.CheckerType |
UptimeCheckConfig.CheckerType.forNumber(int value) |
UptimeCheckConfig.CheckerType |
UptimeCheckConfig.getCheckerType()
The type of checkers to use to execute the Uptime check.
|
UptimeCheckConfig.CheckerType |
UptimeCheckConfig.Builder.getCheckerType()
The type of checkers to use to execute the Uptime check.
|
UptimeCheckConfig.CheckerType |
UptimeCheckConfigOrBuilder.getCheckerType()
The type of checkers to use to execute the Uptime check.
|
static UptimeCheckConfig.CheckerType |
UptimeCheckConfig.CheckerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UptimeCheckConfig.CheckerType |
UptimeCheckConfig.CheckerType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UptimeCheckConfig.CheckerType |
UptimeCheckConfig.CheckerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UptimeCheckConfig.CheckerType[] |
UptimeCheckConfig.CheckerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<UptimeCheckConfig.CheckerType> |
UptimeCheckConfig.CheckerType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setCheckerType(UptimeCheckConfig.CheckerType value)
The type of checkers to use to execute the Uptime check.
|
Copyright © 2023 Google LLC. All rights reserved.