public interface DebuggedSourceFileOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBytes()
Byte size of the file.
|
String |
getFilePath()
Path to the source code file.
|
org.nd4j.shade.protobuf.ByteString |
getFilePathBytes()
Path to the source code file.
|
String |
getHost()
The host name on which a source code file is located.
|
org.nd4j.shade.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.
|
String |
getLines(int index)
Line-by-line content of the source code file.
|
org.nd4j.shade.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.
|
List<String> |
getLinesList()
Line-by-line content of the source code file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getHost()
The host name on which a source code file is located.
string host = 1;
org.nd4j.shade.protobuf.ByteString getHostBytes()
The host name on which a source code file is located.
string host = 1;
String getFilePath()
Path to the source code file.
string file_path = 2;
org.nd4j.shade.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;
List<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;
String getLines(int index)
Line-by-line content of the source code file.
repeated string lines = 5;
org.nd4j.shade.protobuf.ByteString getLinesBytes(int index)
Line-by-line content of the source code file.
repeated string lines = 5;
Copyright © 2019. All rights reserved.