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 Type
    Method
    Description
    repeated string samplingURIRegexes = 1;
    com.google.protobuf.ByteString
    repeated string samplingURIRegexes = 1;
    int
    repeated string samplingURIRegexes = 1;
    repeated string samplingURIRegexes = 1;

    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 Details

    • getSamplingURIRegexesList

      List<String> getSamplingURIRegexesList()
      repeated string samplingURIRegexes = 1;
      Returns:
      A list containing the samplingURIRegexes.
    • getSamplingURIRegexesCount

      int getSamplingURIRegexesCount()
      repeated string samplingURIRegexes = 1;
      Returns:
      The count of samplingURIRegexes.
    • getSamplingURIRegexes

      String getSamplingURIRegexes(int index)
      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.