Interface Messages.ParameterTypeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Messages.ParameterType, Messages.ParameterType.Builder
    Enclosing class:
    Messages

    public static interface Messages.ParameterTypeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      string id = 5;
      com.google.protobuf.ByteString getIdBytes()
      string id = 5;
      String getName()
      The name is unique, so we don't need an id.
      com.google.protobuf.ByteString getNameBytes()
      The name is unique, so we don't need an id.
      boolean getPreferForRegularExpressionMatch()
      bool prefer_for_regular_expression_match = 3;
      String getRegularExpressions​(int index)
      repeated string regular_expressions = 2;
      com.google.protobuf.ByteString getRegularExpressionsBytes​(int index)
      repeated string regular_expressions = 2;
      int getRegularExpressionsCount()
      repeated string regular_expressions = 2;
      List<String> getRegularExpressionsList()
      repeated string regular_expressions = 2;
      boolean getUseForSnippets()
      bool use_for_snippets = 4;
      • 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 Detail

      • getName

        String getName()
         The name is unique, so we don't need an id.
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name is unique, so we don't need an id.
         
        string name = 1;
      • getRegularExpressionsList

        List<String> getRegularExpressionsList()
        repeated string regular_expressions = 2;
      • getRegularExpressionsCount

        int getRegularExpressionsCount()
        repeated string regular_expressions = 2;
      • getRegularExpressions

        String getRegularExpressions​(int index)
        repeated string regular_expressions = 2;
      • getRegularExpressionsBytes

        com.google.protobuf.ByteString getRegularExpressionsBytes​(int index)
        repeated string regular_expressions = 2;
      • getPreferForRegularExpressionMatch

        boolean getPreferForRegularExpressionMatch()
        bool prefer_for_regular_expression_match = 3;
      • getUseForSnippets

        boolean getUseForSnippets()
        bool use_for_snippets = 4;
      • getId

        String getId()
        string id = 5;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 5;