| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.Builder.addContentMatchersBuilder()
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.Builder.addContentMatchersBuilder(int index)
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clear() |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clearAdditionalMatcherInfo() |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clearContent()
String, regex or JSON content to match.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clearJsonPathMatcher()
Matcher information for `MATCHES_JSON_PATH` and `NOT_MATCHES_JSON_PATH`
.google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher json_path_matcher = 3;
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clearMatcher()
The type of content matcher that will be applied to the server output,
compared to the `content` string when the check is run.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.clone() |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.Builder.getContentMatchersBuilder(int index)
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.mergeFrom(UptimeCheckConfig.ContentMatcher other) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.mergeJsonPathMatcher(UptimeCheckConfig.ContentMatcher.JsonPathMatcher value)
Matcher information for `MATCHES_JSON_PATH` and `NOT_MATCHES_JSON_PATH`
.google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher json_path_matcher = 3;
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.newBuilder() |
static UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.newBuilder(UptimeCheckConfig.ContentMatcher prototype) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.newBuilderForType() |
protected UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setContent(String value)
String, regex or JSON content to match.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setContentBytes(com.google.protobuf.ByteString value)
String, regex or JSON content to match.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setJsonPathMatcher(UptimeCheckConfig.ContentMatcher.JsonPathMatcher.Builder builderForValue)
Matcher information for `MATCHES_JSON_PATH` and `NOT_MATCHES_JSON_PATH`
.google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher json_path_matcher = 3;
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setJsonPathMatcher(UptimeCheckConfig.ContentMatcher.JsonPathMatcher value)
Matcher information for `MATCHES_JSON_PATH` and `NOT_MATCHES_JSON_PATH`
.google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher json_path_matcher = 3;
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setMatcher(UptimeCheckConfig.ContentMatcher.ContentMatcherOption value)
The type of content matcher that will be applied to the server output,
compared to the `content` string when the check is run.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setMatcherValue(int value)
The type of content matcher that will be applied to the server output,
compared to the `content` string when the check is run.
|
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<UptimeCheckConfig.ContentMatcher.Builder> |
UptimeCheckConfig.Builder.getContentMatchersBuilderList()
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.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.
|
Copyright © 2024 Google LLC. All rights reserved.