MonitoringUptimeCheckContentMatcher class
One entry in google_monitoring_uptime_check_config.content_matchers.
Only the first entry is currently honored by the GCP API — the schema reserves the list shape for future expansion.
Constructors
- MonitoringUptimeCheckContentMatcher({required String content, MonitoringUptimeCheckMatcher? matcher, MonitoringUptimeCheckJsonPathMatcher? jsonPathMatcher})
-
const
Properties
- content → String
-
Content to match (max 1024 bytes). Interpretation depends on
matcher — literal substring for
CONTAINS_*, regex forMATCHES_REGEX*, etc.final - hashCode → int
-
The hash code for this object.
no setterinherited
- jsonPathMatcher → MonitoringUptimeCheckJsonPathMatcher?
-
Required when matcher is
MonitoringUptimeCheckMatcher.matchesJsonPath or
MonitoringUptimeCheckMatcher.notMatchesJsonPath.
final
- matcher → MonitoringUptimeCheckMatcher?
-
Match mode. Defaults to
MonitoringUptimeCheckMatcher.containsString on the API side.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited