| Package | Description |
|---|---|
| com.google.monitoring.v3 |
| Modifier and Type | Method and Description |
|---|---|
static UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheck.RequestMethod.forNumber(int value) |
UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheckOrBuilder.getRequestMethod()
The HTTP request method to use for the check.
|
UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheck.getRequestMethod()
The HTTP request method to use for the check.
|
UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheck.Builder.getRequestMethod()
The HTTP request method to use for the check.
|
static UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheck.RequestMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheck.RequestMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UptimeCheckConfig.HttpCheck.RequestMethod |
UptimeCheckConfig.HttpCheck.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UptimeCheckConfig.HttpCheck.RequestMethod[] |
UptimeCheckConfig.HttpCheck.RequestMethod.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.HttpCheck.RequestMethod> |
UptimeCheckConfig.HttpCheck.RequestMethod.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.HttpCheck.Builder |
UptimeCheckConfig.HttpCheck.Builder.setRequestMethod(UptimeCheckConfig.HttpCheck.RequestMethod value)
The HTTP request method to use for the check.
|
Copyright © 2023 Google LLC. All rights reserved.