StackFrameWithIdOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
GraphDebugInfo.FileLineCol
|
getFileLineCol()
Stack frame, i.e., a frame of a stack trace, containing information
regarding the file name, line number, function name, code content
of the line, and column number (if available).
|
abstract
GraphDebugInfo.FileLineColOrBuilder
|
getFileLineColOrBuilder()
Stack frame, i.e., a frame of a stack trace, containing information
regarding the file name, line number, function name, code content
of the line, and column number (if available).
|
abstract
String
|
getId()
A unique ID for the stack frame: A UUID-like string.
|
abstract
com.google.protobuf.ByteString
|
getIdBytes()
A unique ID for the stack frame: A UUID-like string.
|
abstract
boolean
|
hasFileLineCol()
Stack frame, i.e., a frame of a stack trace, containing information
regarding the file name, line number, function name, code content
of the line, and column number (if available).
|
Public Methods
Stack frame, i.e., a frame of a stack trace, containing information
regarding the file name, line number, function name, code content
of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
Stack frame, i.e., a frame of a stack trace, containing information
regarding the file name, line number, function name, code content
of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
public
abstract
String
getId
()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
public
abstract
com.google.protobuf.ByteString
getIdBytes
()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
public
abstract
boolean
hasFileLineCol
()
Stack frame, i.e., a frame of a stack trace, containing information
regarding the file name, line number, function name, code content
of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
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,["# StackFrameWithIdOrBuilder\n\npublic interface **StackFrameWithIdOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [StackFrameWithId](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithId), [StackFrameWithId.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithId.Builder) |---------------------------------------------------------------------------------------------------|---------------------------------| | [StackFrameWithId](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithId) | ``` A stack frame with ID. ``` | | [StackFrameWithId.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithId.Builder) | ``` A stack frame with ID. ``` | |||\n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [GraphDebugInfo.FileLineCol](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineCol) | [getFileLineCol](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithIdOrBuilder#getFileLineCol())() ``` Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). ``` |\n| abstract [GraphDebugInfo.FileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineColOrBuilder) | [getFileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithIdOrBuilder#getFileLineColOrBuilder())() ``` Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). ``` |\n| abstract String | [getId](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithIdOrBuilder#getId())() ``` A unique ID for the stack frame: A UUID-like string. ``` |\n| abstract com.google.protobuf.ByteString | [getIdBytes](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithIdOrBuilder#getIdBytes())() ``` A unique ID for the stack frame: A UUID-like string. ``` |\n| abstract boolean | [hasFileLineCol](/jvm/api_docs/java/org/tensorflow/proto/util/StackFrameWithIdOrBuilder#hasFileLineCol())() ``` Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [GraphDebugInfo.FileLineCol](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineCol)\n**getFileLineCol**\n()\n\n\u003cbr /\u003e\n\n```\n Stack frame, i.e., a frame of a stack trace, containing information\n regarding the file name, line number, function name, code content\n of the line, and column number (if available).\n \n```\n`.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [GraphDebugInfo.FileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineColOrBuilder)\n**getFileLineColOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Stack frame, i.e., a frame of a stack trace, containing information\n regarding the file name, line number, function name, code content\n of the line, and column number (if available).\n \n```\n`.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getId**\n()\n\n\u003cbr /\u003e\n\n```\n A unique ID for the stack frame: A UUID-like string.\n \n```\n`string id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getIdBytes**\n()\n\n\u003cbr /\u003e\n\n```\n A unique ID for the stack frame: A UUID-like string.\n \n```\n`string id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasFileLineCol**\n()\n\n\u003cbr /\u003e\n\n```\n Stack frame, i.e., a frame of a stack trace, containing information\n regarding the file name, line number, function name, code content\n of the line, and column number (if available).\n \n```\n`.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;`\n\n\u003cbr /\u003e"]]