public interface DebuggedSourceFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBytes()
Byte size of the file.
|
java.lang.String |
getFilePath()
Path to the source code file.
|
com.google.protobuf.ByteString |
getFilePathBytes()
Path to the source code file.
|
java.lang.String |
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.
|
long |
getLastModified()
The timestamp at which the source code file is last modified.
|
java.lang.String |
getLines(int index)
Line-by-line content of the source code file.
|
com.google.protobuf.ByteString |
getLinesBytes(int index)
Line-by-line content of the source code file.
|
int |
getLinesCount()
Line-by-line content of the source code file.
|
java.util.List<java.lang.String> |
getLinesList()
Line-by-line content of the source code file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String 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;java.lang.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;long getLastModified()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;long getBytes()
Byte size of the file.
int64 bytes = 4;java.util.List<java.lang.String> getLinesList()
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;java.lang.String getLines(int index)
Line-by-line content of the source code file.
repeated string lines = 5;index - The index of the element to return.com.google.protobuf.ByteString getLinesBytes(int index)
Line-by-line content of the source code file.
repeated string lines = 5;index - The index of the value to return.