Interface SonarAnalyzer.FileMetadataInfoOrBuilder

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

public static interface SonarAnalyzer.FileMetadataInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string encoding = 3;
    com.google.protobuf.ByteString
    string encoding = 3;
    string file_path = 1;
    com.google.protobuf.ByteString
    string file_path = 1;
    boolean
    bool is_generated = 2;

    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

    • getFilePath

      String getFilePath()
      string file_path = 1;
      Returns:
      The filePath.
    • getFilePathBytes

      com.google.protobuf.ByteString getFilePathBytes()
      string file_path = 1;
      Returns:
      The bytes for filePath.
    • getIsGenerated

      boolean getIsGenerated()
      bool is_generated = 2;
      Returns:
      The isGenerated.
    • getEncoding

      String getEncoding()
      string encoding = 3;
      Returns:
      The encoding.
    • getEncodingBytes

      com.google.protobuf.ByteString getEncodingBytes()
      string encoding = 3;
      Returns:
      The bytes for encoding.