DebuggedSourceFileOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
long
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
getHost()
The host name on which a source code file is located.
|
abstract
com.google.protobuf.ByteString
|
getHostBytes()
The host name on which a source code file is located.
|
abstract
long
|
getLastModified()
The timestamp at which the source code file is last modified.
|
abstract
String
|
getLines(int index)
Line-by-line content of the source code file.
|
abstract
com.google.protobuf.ByteString
|
getLinesBytes(int index)
Line-by-line content of the source code file.
|
abstract
int
|
|
abstract
List<String>
|
getLinesList()
Line-by-line content of the source code file.
|
Public Methods
public
abstract
long
getBytes
()
Byte size of the file.
int64 bytes = 4;
public
abstract
String
getFilePath
()
Path to the source code file.
string file_path = 2;
public
abstract
com.google.protobuf.ByteString
getFilePathBytes
()
Path to the source code file.
string file_path = 2;
public
abstract
String
getHost
()
The host name on which a source code file is located.
string host = 1;
public
abstract
com.google.protobuf.ByteString
getHostBytes
()
The host name on which a source code file is located.
string host = 1;
public
abstract
long
getLastModified
()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public
abstract
String
getLines
(int index)
Line-by-line content of the source code file.
repeated string lines = 5;
public
abstract
com.google.protobuf.ByteString
getLinesBytes
(int index)
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# DebuggedSourceFileOrBuilder\n\npublic interface **DebuggedSourceFileOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [DebuggedSourceFile](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFile), [DebuggedSourceFile.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFile.Builder) |------------------------------------------------------------------------------------------------------------|-----------------------------------------------| | [DebuggedSourceFile](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFile) | Protobuf type `tensorflow.DebuggedSourceFile` | | [DebuggedSourceFile.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFile.Builder) | Protobuf type `tensorflow.DebuggedSourceFile` | |||\n\n### Public Methods\n\n|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getBytes())() ``` Byte size of the file. ``` |\n| abstract String | [getFilePath](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getFilePath())() ``` Path to the source code file. ``` |\n| abstract com.google.protobuf.ByteString | [getFilePathBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getFilePathBytes())() ``` Path to the source code file. ``` |\n| abstract String | [getHost](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getHost())() ``` The host name on which a source code file is located. ``` |\n| abstract com.google.protobuf.ByteString | [getHostBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getHostBytes())() ``` The host name on which a source code file is located. ``` |\n| abstract long | [getLastModified](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getLastModified())() ``` The timestamp at which the source code file is last modified. ``` |\n| abstract String | [getLines](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getLines(int))(int index) ``` Line-by-line content of the source code file. ``` |\n| abstract com.google.protobuf.ByteString | [getLinesBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getLinesBytes(int))(int index) ``` Line-by-line content of the source code file. ``` |\n| abstract int | [getLinesCount](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getLinesCount())() ``` Line-by-line content of the source code file. ``` |\n| abstract List\\\u003cString\\\u003e | [getLinesList](/jvm/api_docs/java/org/tensorflow/proto/framework/DebuggedSourceFileOrBuilder#getLinesList())() ``` Line-by-line content of the source code file. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract long\n**getBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Byte size of the file.\n \n```\n`int64 bytes = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getFilePath**\n()\n\n\u003cbr /\u003e\n\n```\n Path to the source code file.\n \n```\n`string file_path = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getFilePathBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Path to the source code file.\n \n```\n`string file_path = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getHost**\n()\n\n\u003cbr /\u003e\n\n```\n The host name on which a source code file is located.\n \n```\n`string host = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getHostBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The host name on which a source code file is located.\n \n```\n`string host = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getLastModified**\n()\n\n\u003cbr /\u003e\n\n```\n The timestamp at which the source code file is last modified.\n \n```\n`int64 last_modified = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getLines**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Line-by-line content of the source code file.\n \n```\n`repeated string lines = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getLinesBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Line-by-line content of the source code file.\n \n```\n`repeated string lines = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getLinesCount**\n()\n\n\u003cbr /\u003e\n\n```\n Line-by-line content of the source code file.\n \n```\n`repeated string lines = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getLinesList**\n()\n\n\u003cbr /\u003e\n\n```\n Line-by-line content of the source code file.\n \n```\n`repeated string lines = 5;`\n\n\u003cbr /\u003e"]]