공개 인터페이스 DebuggedSourceFileOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상적인 긴 | getBytes () Byte size of the file. |
추상 문자열 | getFilePath () Path to the source code file. |
추상 com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
추상 문자열 | getHost () The host name on which a source code file is located. |
추상 com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
추상적인 긴 | getLastModified () The timestamp at which the source code file is last modified. |
추상 문자열 | getLines (정수 인덱스) Line-by-line content of the source code file. |
추상 com.google.protobuf.ByteString | getLinesBytes (정수 인덱스) Line-by-line content of the source code file. |
추상 정수 | getLinesCount () Line-by-line content of the source code file. |
추상 목록<문자열> | getLinesList () Line-by-line content of the source code file. |
공개 방법
공개 추상 긴 getBytes ()
Byte size of the file.
int64 bytes = 4;
공개 추상 문자열 getFilePath ()
Path to the source code file.
string file_path = 2;
공개 추상 com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
공개 추상 문자열 getHost ()
The host name on which a source code file is located.
string host = 1;
공개 추상 com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
공개 추상 긴 getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
공개 추상 문자열 getLines (int 인덱스)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 추상 com.google.protobuf.ByteString getLinesBytes (int 인덱스)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 추상 int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
공개 추상 List<String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;