Interface ContinuousProfilingURICauseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinuousProfilingURICause,ContinuousProfilingURICause.Builder
public interface ContinuousProfilingURICauseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubledouble current = 4;getPath()string path = 2;com.google.protobuf.ByteStringstring path = 2;getRegex()string regex = 1;com.google.protobuf.ByteStringstring regex = 1;doubledouble threshold = 3;booleanhasPath()string path = 2;booleanhasRegex()string regex = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRegex
boolean hasRegex()string regex = 1;- Returns:
- Whether the regex field is set.
-
getRegex
String getRegex()string regex = 1;- Returns:
- The regex.
-
getRegexBytes
com.google.protobuf.ByteString getRegexBytes()string regex = 1;- Returns:
- The bytes for regex.
-
hasPath
boolean hasPath()string path = 2;- Returns:
- Whether the path field is set.
-
getPath
String getPath()string path = 2;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 2;- Returns:
- The bytes for path.
-
getThreshold
double getThreshold()double threshold = 3;- Returns:
- The threshold.
-
getCurrent
double getCurrent()double current = 4;- Returns:
- The current.
-
getUriCase
ContinuousProfilingURICause.UriCase getUriCase()
-