Interface MetricConfigResponse.Schedule.PatternOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricConfigResponse.Schedule.Pattern,MetricConfigResponse.Schedule.Pattern.Builder
- Enclosing class:
- MetricConfigResponse.Schedule
public static interface MetricConfigResponse.Schedule.PatternOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEquals()matches the metric name exactlycom.google.protobuf.ByteStringgetEqualsBytes()matches the metric name exactlyMetricConfigResponse.Schedule.Pattern.MatchCasegetMatchCase()StringgetStartsWith()prefix-matches the metric namecom.google.protobuf.ByteStringgetStartsWithBytes()prefix-matches the metric name-
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;
-
getMatchCase
MetricConfigResponse.Schedule.Pattern.MatchCase getMatchCase()
-
-