ממשק ציבורי SourceFileOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מחרוזת מופשטת | getFilePath () Path to the file. |
תקציר com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
מחרוזת מופשטת | getHostName () 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 (int index) Line-by-line content of the file. |
תקציר com.google.protobuf.ByteString | getLinesBytes (int index) Line-by-line content of the file. |
מופשט int | getLinesCount () Line-by-line content of the file. |
רשימה מופשטת<String> | 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 index)
Line-by-line content of the file.
repeated string lines = 3;
תקציר ציבורי com.google.protobuf.ByteString getLinesBytes (int index)
Line-by-line content of the file.
repeated string lines = 3;
תקציר ציבורי int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
רשימת תקציר ציבורית<String> getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;