Interface UptimeCheckConfig.ContentMatcher.JsonPathMatcherOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption getJsonMatcher()
      The type of JSONPath match that will be applied to the JSON output (`ContentMatcher.content`)
      int getJsonMatcherValue()
      The type of JSONPath match that will be applied to the JSON output (`ContentMatcher.content`)
      String getJsonPath()
      JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
      com.google.protobuf.ByteString getJsonPathBytes()
      JSONPath within the response output pointing to the expected `ContentMatcher::content` to match against.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getJsonPath

        String getJsonPath()
         JSONPath within the response output pointing to the expected
         `ContentMatcher::content` to match against.
         
        string json_path = 1;
        Returns:
        The jsonPath.
      • getJsonPathBytes

        com.google.protobuf.ByteString getJsonPathBytes()
         JSONPath within the response output pointing to the expected
         `ContentMatcher::content` to match against.
         
        string json_path = 1;
        Returns:
        The bytes for jsonPath.
      • getJsonMatcherValue

        int getJsonMatcherValue()
         The type of JSONPath match that will be applied to the JSON output
         (`ContentMatcher.content`)
         
        .google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption json_matcher = 2;
        Returns:
        The enum numeric value on the wire for jsonMatcher.