UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addAllContentMatchers(Iterable<? extends UptimeCheckConfig.ContentMatcher> values) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addAllInternalCheckers(Iterable<? extends InternalChecker> values) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addAllSelectedRegions(Iterable<? extends UptimeCheckRegion> values) |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addAllSelectedRegionsValue(Iterable<Integer> values) |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addContentMatchers(int index,
UptimeCheckConfig.ContentMatcher value) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addContentMatchers(int index,
UptimeCheckConfig.ContentMatcher.Builder builderForValue) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addContentMatchers(UptimeCheckConfig.ContentMatcher value) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addContentMatchers(UptimeCheckConfig.ContentMatcher.Builder builderForValue) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addInternalCheckers(int index,
InternalChecker value) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addInternalCheckers(int index,
InternalChecker.Builder builderForValue) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addInternalCheckers(InternalChecker value) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addInternalCheckers(InternalChecker.Builder builderForValue) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addSelectedRegions(UptimeCheckRegion value) |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.addSelectedRegionsValue(int value) |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
ListUptimeCheckConfigsResponse.Builder.addUptimeCheckConfigsBuilder() |
The returned Uptime check configurations.
|
UptimeCheckConfig.Builder |
ListUptimeCheckConfigsResponse.Builder.addUptimeCheckConfigsBuilder(int index) |
The returned Uptime check configurations.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clear() |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearCheckerType() |
The type of checkers to use to execute the Uptime check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearCheckRequestType() |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearContentMatchers() |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearDisplayName() |
A human-friendly name for the Uptime check configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearHttpCheck() |
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearInternalCheckers() |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearIsInternal() |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearMonitoredResource() |
The [monitored
resource](https://cloud.google.com/monitoring/api/resources) associated
with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearName() |
A unique resource name for this Uptime check configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearPeriod() |
How often, in seconds, the Uptime check is performed.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearResource() |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearResourceGroup() |
The group resource associated with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearSelectedRegions() |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearTcpCheck() |
Contains information needed to make a TCP check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearTimeout() |
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clearUserLabels() |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.clone() |
|
UptimeCheckConfig.Builder |
CreateUptimeCheckConfigRequest.Builder.getUptimeCheckConfigBuilder() |
Required.
|
UptimeCheckConfig.Builder |
UpdateUptimeCheckConfigRequest.Builder.getUptimeCheckConfigBuilder() |
Required.
|
UptimeCheckConfig.Builder |
ListUptimeCheckConfigsResponse.Builder.getUptimeCheckConfigsBuilder(int index) |
The returned Uptime check configurations.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeFrom(UptimeCheckConfig other) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeHttpCheck(UptimeCheckConfig.HttpCheck value) |
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeMonitoredResource(com.google.api.MonitoredResource value) |
The [monitored
resource](https://cloud.google.com/monitoring/api/resources) associated
with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergePeriod(com.google.protobuf.Duration value) |
How often, in seconds, the Uptime check is performed.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeResourceGroup(UptimeCheckConfig.ResourceGroup value) |
The group resource associated with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeTcpCheck(UptimeCheckConfig.TcpCheck value) |
Contains information needed to make a TCP check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeTimeout(com.google.protobuf.Duration value) |
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static UptimeCheckConfig.Builder |
UptimeCheckConfig.newBuilder() |
|
static UptimeCheckConfig.Builder |
UptimeCheckConfig.newBuilder(UptimeCheckConfig prototype) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.newBuilderForType() |
|
protected UptimeCheckConfig.Builder |
UptimeCheckConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.putAllUserLabels(Map<String,String> values) |
User-supplied key/value data to be used for organizing and
identifying the `UptimeCheckConfig` objects.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.putUserLabels(String key,
String value) |
User-supplied key/value data to be used for organizing and
identifying the `UptimeCheckConfig` objects.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.removeContentMatchers(int index) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.removeInternalCheckers(int index) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.removeUserLabels(String key) |
User-supplied key/value data to be used for organizing and
identifying the `UptimeCheckConfig` objects.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setCheckerType(UptimeCheckConfig.CheckerType value) |
The type of checkers to use to execute the Uptime check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setCheckerTypeValue(int value) |
The type of checkers to use to execute the Uptime check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setContentMatchers(int index,
UptimeCheckConfig.ContentMatcher value) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setContentMatchers(int index,
UptimeCheckConfig.ContentMatcher.Builder builderForValue) |
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setDisplayName(String value) |
A human-friendly name for the Uptime check configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) |
A human-friendly name for the Uptime check configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setHttpCheck(UptimeCheckConfig.HttpCheck value) |
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setHttpCheck(UptimeCheckConfig.HttpCheck.Builder builderForValue) |
Contains information needed to make an HTTP or HTTPS check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setInternalCheckers(int index,
InternalChecker value) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setInternalCheckers(int index,
InternalChecker.Builder builderForValue) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setIsInternal(boolean value) |
Deprecated.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setMonitoredResource(com.google.api.MonitoredResource value) |
The [monitored
resource](https://cloud.google.com/monitoring/api/resources) associated
with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setMonitoredResource(com.google.api.MonitoredResource.Builder builderForValue) |
The [monitored
resource](https://cloud.google.com/monitoring/api/resources) associated
with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setName(String value) |
A unique resource name for this Uptime check configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setNameBytes(com.google.protobuf.ByteString value) |
A unique resource name for this Uptime check configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setPeriod(com.google.protobuf.Duration value) |
How often, in seconds, the Uptime check is performed.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setPeriod(com.google.protobuf.Duration.Builder builderForValue) |
How often, in seconds, the Uptime check is performed.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setResourceGroup(UptimeCheckConfig.ResourceGroup value) |
The group resource associated with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setResourceGroup(UptimeCheckConfig.ResourceGroup.Builder builderForValue) |
The group resource associated with the configuration.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setSelectedRegions(int index,
UptimeCheckRegion value) |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setSelectedRegionsValue(int index,
int value) |
The list of regions from which the check will be run.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setTcpCheck(UptimeCheckConfig.TcpCheck value) |
Contains information needed to make a TCP check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setTcpCheck(UptimeCheckConfig.TcpCheck.Builder builderForValue) |
Contains information needed to make a TCP check.
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setTimeout(com.google.protobuf.Duration value) |
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue) |
The maximum amount of time to wait for the request to complete (must be
between 1 and 60 seconds).
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
UptimeCheckConfig.Builder |
UptimeCheckConfig.toBuilder() |
|