Interface Messages.ImplementationFileGlobPatternResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getGlobPatterns(int index)
    / List of implementation file glob patterns
    com.google.protobuf.ByteString
    / List of implementation file glob patterns
    int
    / List of implementation file glob patterns
    / 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 Details

    • getGlobPatternsList

      List<String> getGlobPatternsList()
       / List of implementation file glob patterns
       
      repeated string globPatterns = 1;
      Returns:
      A list containing the globPatterns.
    • getGlobPatternsCount

      int getGlobPatternsCount()
       / List of implementation file glob patterns
       
      repeated string globPatterns = 1;
      Returns:
      The count of globPatterns.
    • getGlobPatterns

      String getGlobPatterns(int index)
       / List of implementation file glob patterns
       
      repeated string globPatterns = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The globPatterns at the given index.
    • getGlobPatternsBytes

      com.google.protobuf.ByteString getGlobPatternsBytes(int index)
       / List of implementation file glob patterns
       
      repeated string globPatterns = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the globPatterns at the given index.