| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.Builder.build() |
UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.Builder.buildPartial() |
UptimeCheckConfig.ContentMatcher |
UptimeCheckConfigOrBuilder.getContentMatchers(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 |
UptimeCheckConfig.getContentMatchers(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 |
UptimeCheckConfig.Builder.getContentMatchers(int index)
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.getDefaultInstance() |
UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.getDefaultInstanceForType() |
UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.Builder.getDefaultInstanceForType() |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseDelimitedFrom(InputStream input) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(byte[] data) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(ByteBuffer data) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(com.google.protobuf.ByteString data) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(InputStream input) |
static UptimeCheckConfig.ContentMatcher |
UptimeCheckConfig.ContentMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<UptimeCheckConfig.ContentMatcher> |
UptimeCheckConfigOrBuilder.getContentMatchersList()
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
List<UptimeCheckConfig.ContentMatcher> |
UptimeCheckConfig.getContentMatchersList()
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
List<UptimeCheckConfig.ContentMatcher> |
UptimeCheckConfig.Builder.getContentMatchersList()
The content that is expected to appear in the data returned by the target
server against which the check is run.
|
com.google.protobuf.Parser<UptimeCheckConfig.ContentMatcher> |
UptimeCheckConfig.ContentMatcher.getParserForType() |
static com.google.protobuf.Parser<UptimeCheckConfig.ContentMatcher> |
UptimeCheckConfig.ContentMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
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(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.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.Builder.mergeFrom(UptimeCheckConfig.ContentMatcher other) |
static UptimeCheckConfig.ContentMatcher.Builder |
UptimeCheckConfig.ContentMatcher.newBuilder(UptimeCheckConfig.ContentMatcher prototype) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2024 Google LLC. All rights reserved.