SourceFileOrBuilder

공용 인터페이스 SourceFileOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getFilePath ()
 Path to the file.
추상 com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
추상 문자열
getHost이름 ()
 Name of the host on which the file is located.
추상 com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
추상 문자열
getLines (정수 인덱스)
 Line-by-line content of the file.
추상 com.google.protobuf.ByteString
getLinesBytes (정수 인덱스)
 Line-by-line content of the file.
추상 정수
getLinesCount ()
 Line-by-line content of the file.
추상 목록<문자열>
getLinesList ()
 Line-by-line content of the file.

공개 방법

공개 추상 문자열 getFilePath ()

 Path to the file.
 
string file_path = 1;

공개 추상 com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

공개 추상 문자열 getHostName ()

 Name of the host on which the file is located.
 
string host_name = 2;

공개 추상 com.google.protobuf.ByteString getHostNameBytes ()

 Name of the host on which the file is located.
 
string host_name = 2;

공개 추상 문자열 getLines (int 인덱스)

 Line-by-line content of the file.
 
repeated string lines = 3;

공개 추상 com.google.protobuf.ByteString getLinesBytes (int 인덱스)

 Line-by-line content of the file.
 
repeated string lines = 3;

공개 추상 int getLinesCount ()

 Line-by-line content of the file.
 
repeated string lines = 3;

공개 추상 List<String> getLinesList ()

 Line-by-line content of the file.
 
repeated string lines = 3;