パブリック インターフェイスSourceFileOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | getファイルパス() Path to the file. |
抽象的な com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
抽象文字列 | getホスト名() 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 インデックス) Line-by-line content of the file. |
抽象的な com.google.protobuf.ByteString | getLinesBytes (int インデックス) Line-by-line content of the file. |
抽象整数 | getLinesCount () Line-by-line content of the file. |
抽象リスト<String> | getLinesList () Line-by-line content of the file. |
パブリックメソッド
パブリック抽象 String getFilePath ()
Path to the file.
string file_path = 1;
パブリック抽象 com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
パブリック抽象 String 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;
public abstract String getLines (int インデックス)
Line-by-line content of the file.
repeated string lines = 3;
public abstract com.google.protobuf.ByteString getLinesBytes (int インデックス)
Line-by-line content of the file.
repeated string lines = 3;
public abstract int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
public abstract List<String> getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;