DebuggedSourceFileOrBuilder

パブリック インターフェイスDebuggedSourceFileOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な長い
getBytes ()
 Byte size of the file.
抽象文字列
getファイルパス()
 Path to the source code file.
抽象的な com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
抽象文字列
getホスト()
 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 (int インデックス)
 Line-by-line content of the source code file.
抽象的な com.google.protobuf.ByteString
getLinesBytes (int インデックス)
 Line-by-line content of the source code file.
抽象整数
getLinesCount ()
 Line-by-line content of the source code file.
抽象リスト<String>
getLinesList ()
 Line-by-line content of the source code file.

パブリックメソッド

パブリック抽象long getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

パブリック抽象 String 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;

public abstract String getLines (int インデックス)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public abstract com.google.protobuf.ByteString getLinesBytes (int インデックス)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public abstract int getLinesCount ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public abstract List<String> getLinesList ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;