Interface MetricConfigResponse.Schedule.PatternOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEquals()
      matches the metric name exactly
      com.google.protobuf.ByteString getEqualsBytes()
      matches the metric name exactly
      MetricConfigResponse.Schedule.Pattern.MatchCase getMatchCase()  
      String getStartsWith()
      prefix-matches the metric name
      com.google.protobuf.ByteString getStartsWithBytes()
      prefix-matches the metric name
      • 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

      • getEquals

        String getEquals()
         matches the metric name exactly
         
        string equals = 1;
      • getEqualsBytes

        com.google.protobuf.ByteString getEqualsBytes()
         matches the metric name exactly
         
        string equals = 1;
      • getStartsWith

        String getStartsWith()
         prefix-matches the metric name
         
        string starts_with = 2;
      • getStartsWithBytes

        com.google.protobuf.ByteString getStartsWithBytes()
         prefix-matches the metric name
         
        string starts_with = 2;