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.ContentMatcherUptimeCheckConfig.ContentMatcher.Builder. build()UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher.Builder. buildPartial()UptimeCheckConfig.ContentMatcherUptimeCheckConfig.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.ContentMatcherUptimeCheckConfig. 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.ContentMatcherUptimeCheckConfigOrBuilder. 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.ContentMatcherUptimeCheckConfig.ContentMatcher. getDefaultInstance()UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher.Builder. getDefaultInstanceForType()UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. getDefaultInstanceForType()static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseDelimitedFrom(InputStream input)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(byte[] data)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(com.google.protobuf.ByteString data)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(InputStream input)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.ContentMatcher. parseFrom(ByteBuffer data)static UptimeCheckConfig.ContentMatcherUptimeCheckConfig.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.BuilderUptimeCheckConfig.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.BuilderUptimeCheckConfig.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.BuilderUptimeCheckConfig.ContentMatcher.Builder. mergeFrom(UptimeCheckConfig.ContentMatcher other)static UptimeCheckConfig.ContentMatcher.BuilderUptimeCheckConfig.ContentMatcher. newBuilder(UptimeCheckConfig.ContentMatcher prototype)UptimeCheckConfig.BuilderUptimeCheckConfig.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.BuilderUptimeCheckConfig.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.
-