Interface ContinuousNetworkProfilingTaskOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinuousNetworkProfilingTask,ContinuousNetworkProfilingTask.Builder
public interface ContinuousNetworkProfilingTaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSamplingURIRegexes(int index) repeated string samplingURIRegexes = 1;com.google.protobuf.ByteStringgetSamplingURIRegexesBytes(int index) repeated string samplingURIRegexes = 1;intrepeated string samplingURIRegexes = 1;repeated string samplingURIRegexes = 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
-
getSamplingURIRegexesList
repeated string samplingURIRegexes = 1;- Returns:
- A list containing the samplingURIRegexes.
-
getSamplingURIRegexesCount
int getSamplingURIRegexesCount()repeated string samplingURIRegexes = 1;- Returns:
- The count of samplingURIRegexes.
-
getSamplingURIRegexes
repeated string samplingURIRegexes = 1;- Parameters:
index- The index of the element to return.- Returns:
- The samplingURIRegexes at the given index.
-
getSamplingURIRegexesBytes
com.google.protobuf.ByteString getSamplingURIRegexesBytes(int index) repeated string samplingURIRegexes = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the samplingURIRegexes at the given index.
-