Interface PatternDefinitionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PatternDefinition, PatternDefinition.Builder

public interface PatternDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPatterns(int index)
    Parameter names (either exact match or glob pattern)
    com.google.protobuf.ByteString
    getPatternsBytes(int index)
    Parameter names (either exact match or glob pattern)
    int
    Parameter names (either exact match or glob pattern)
    Parameter names (either exact match or glob pattern)

    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

    • getPatternsList

      List<String> getPatternsList()
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 1;
      Returns:
      A list containing the patterns.
    • getPatternsCount

      int getPatternsCount()
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 1;
      Returns:
      The count of patterns.
    • getPatterns

      String getPatterns(int index)
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The patterns at the given index.
    • getPatternsBytes

      com.google.protobuf.ByteString getPatternsBytes(int index)
       Parameter names (either exact match or glob pattern)
       
      repeated string patterns = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the patterns at the given index.