public final class
DebuggedSourceFile
Protobuf type tensorflow.DebuggedSourceFile
Nested Classes
class | DebuggedSourceFile.Builder | Protobuf type tensorflow.DebuggedSourceFile
|
Constants
int | BYTES_FIELD_NUMBER | |
int | FILE_PATH_FIELD_NUMBER | |
int | HOST_FIELD_NUMBER | |
int | LAST_MODIFIED_FIELD_NUMBER | |
int | LINES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
long |
getBytes()
Byte size of the file. |
static DebuggedSourceFile | |
DebuggedSourceFile | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getFilePath()
Path to the source code file. |
com.google.protobuf.ByteString |
getFilePathBytes()
Path to the source code file. |
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. |
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. |
com.google.protobuf.ProtocolStringList |
getLinesList()
Line-by-line content of the source code file. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static DebuggedSourceFile.Builder |
newBuilder(DebuggedSourceFile prototype)
|
static DebuggedSourceFile.Builder | |
DebuggedSourceFile.Builder | |
static DebuggedSourceFile |
parseDelimitedFrom(InputStream input)
|
static DebuggedSourceFile |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedSourceFile |
parseFrom(ByteBuffer data)
|
static DebuggedSourceFile |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedSourceFile |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedSourceFile |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static DebuggedSourceFile |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedSourceFile |
parseFrom(com.google.protobuf.ByteString data)
|
static DebuggedSourceFile |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedSourceFile |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
DebuggedSourceFile.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int BYTES_FIELD_NUMBER
Constant Value:
4
public static final int FILE_PATH_FIELD_NUMBER
Constant Value:
2
public static final int HOST_FIELD_NUMBER
Constant Value:
1
public static final int LAST_MODIFIED_FIELD_NUMBER
Constant Value:
3
public static final int LINES_FIELD_NUMBER
Constant Value:
5
Public Methods
public boolean equals (Object obj)
public long getBytes ()
Byte size of the file.
int64 bytes = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getFilePath ()
Path to the source code file.
string file_path = 2;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
public String getHost ()
The host name on which a source code file is located.
string host = 1;
public com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
public long getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public String getLines (int index)
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ByteString getLinesBytes (int index)
Line-by-line content of the source code file.
repeated string lines = 5;
public int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static DebuggedSourceFile parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DebuggedSourceFile parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DebuggedSourceFile parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static DebuggedSourceFile parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static DebuggedSourceFile parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static DebuggedSourceFile parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static DebuggedSourceFile parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DebuggedSourceFile parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|