Interface Messages.ImplementationFileListResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    / List of implementation files
    com.google.protobuf.ByteString
    / List of implementation files
    int
    / List of implementation files
    / List of implementation files

    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

    • getImplementationFilePathsList

      List<String> getImplementationFilePathsList()
       / List of implementation files
       
      repeated string implementationFilePaths = 1;
      Returns:
      A list containing the implementationFilePaths.
    • getImplementationFilePathsCount

      int getImplementationFilePathsCount()
       / List of implementation files
       
      repeated string implementationFilePaths = 1;
      Returns:
      The count of implementationFilePaths.
    • getImplementationFilePaths

      String getImplementationFilePaths(int index)
       / List of implementation files
       
      repeated string implementationFilePaths = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The implementationFilePaths at the given index.
    • getImplementationFilePathsBytes

      com.google.protobuf.ByteString getImplementationFilePathsBytes(int index)
       / List of implementation files
       
      repeated string implementationFilePaths = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the implementationFilePaths at the given index.