Interface Messages.ImplementationFileGlobPatternResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGlobPatterns​(int index)
      / List of implementation file glob patterns
      com.google.protobuf.ByteString getGlobPatternsBytes​(int index)
      / List of implementation file glob patterns
      int getGlobPatternsCount()
      / List of implementation file glob patterns
      List<String> getGlobPatternsList()
      / List of implementation file glob patterns
      • 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

      • getGlobPatternsList

        List<String> getGlobPatternsList()
        / List of implementation file glob patterns
         
        repeated string globPatterns = 1;
      • getGlobPatternsCount

        int getGlobPatternsCount()
        / List of implementation file glob patterns
         
        repeated string globPatterns = 1;
      • getGlobPatterns

        String getGlobPatterns​(int index)
        / List of implementation file glob patterns
         
        repeated string globPatterns = 1;
      • getGlobPatternsBytes

        com.google.protobuf.ByteString getGlobPatternsBytes​(int index)
        / List of implementation file glob patterns
         
        repeated string globPatterns = 1;