Uses of Class
com.google.monitoring.v3.UptimeCheckConfig.ContentMatcher
-
Packages that use UptimeCheckConfig.ContentMatcher Package Description com.google.monitoring.v3 -
-
Uses of UptimeCheckConfig.ContentMatcher in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return UptimeCheckConfig.ContentMatcher Modifier and Type Method Description UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher.Builder. build()
UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher.Builder. buildPartial()
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.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
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.static UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher. getDefaultInstance()
UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher.Builder. getDefaultInstanceForType()
UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher. 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(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)
static UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher. parseFrom(ByteBuffer data)
static UptimeCheckConfig.ContentMatcher
UptimeCheckConfig.ContentMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type UptimeCheckConfig.ContentMatcher Modifier and Type Method Description 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.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>
UptimeCheckConfigOrBuilder. 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()
Methods in com.google.monitoring.v3 with parameters of type UptimeCheckConfig.ContentMatcher Modifier and Type Method 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.Method parameters in com.google.monitoring.v3 with type arguments of type UptimeCheckConfig.ContentMatcher Modifier and Type Method 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.
-