CodeLocationOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
CodeLocation |
Code location information: A stack trace with host-name information. |
CodeLocation.Builder |
Code location information: A stack trace with host-name information. |
|
Public Methods
abstract
String
|
getHostName()
Host name on which the source files are located.
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
getStackFrameIds(int index)
ID to a stack frame, each of which is pointed to
by a unique ID.
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
|
abstract
List<String>
|
|
Public Methods
public
abstract
String
getHostName
()
Host name on which the source files are located.
string host_name = 1;
public
abstract
com.google.protobuf.ByteString
getHostNameBytes
()
Host name on which the source files are located.
string host_name = 1;
public
abstract
String
getStackFrameIds
(int index)
ID to a stack frame, each of which is pointed to
by a unique ID. The ordering of the frames is consistent with Python's
`traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public
abstract
com.google.protobuf.ByteString
getStackFrameIdsBytes
(int index)
ID to a stack frame, each of which is pointed to
by a unique ID. The ordering of the frames is consistent with Python's
`traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public
abstract
int
getStackFrameIdsCount
()
ID to a stack frame, each of which is pointed to
by a unique ID. The ordering of the frames is consistent with Python's
`traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public
abstract
List<String>
getStackFrameIdsList
()
ID to a stack frame, each of which is pointed to
by a unique ID. The ordering of the frames is consistent with Python's
`traceback.extract_tb()`.
repeated string stack_frame_ids = 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,["# CodeLocationOrBuilder\n\npublic interface **CodeLocationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CodeLocation](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocation), [CodeLocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocation.Builder) |-------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------| | [CodeLocation](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocation) | ``` Code location information: A stack trace with host-name information. ``` | | [CodeLocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocation.Builder) | ``` Code location information: A stack trace with host-name information. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getHostName](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocationOrBuilder#getHostName())() ``` Host name on which the source files are located. ``` |\n| abstract com.google.protobuf.ByteString | [getHostNameBytes](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocationOrBuilder#getHostNameBytes())() ``` Host name on which the source files are located. ``` |\n| abstract String | [getStackFrameIds](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocationOrBuilder#getStackFrameIds(int))(int index) ``` ID to a stack frame, each of which is pointed to by a unique ID. ``` |\n| abstract com.google.protobuf.ByteString | [getStackFrameIdsBytes](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocationOrBuilder#getStackFrameIdsBytes(int))(int index) ``` ID to a stack frame, each of which is pointed to by a unique ID. ``` |\n| abstract int | [getStackFrameIdsCount](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocationOrBuilder#getStackFrameIdsCount())() ``` ID to a stack frame, each of which is pointed to by a unique ID. ``` |\n| abstract List\\\u003cString\\\u003e | [getStackFrameIdsList](/jvm/api_docs/java/org/tensorflow/proto/util/CodeLocationOrBuilder#getStackFrameIdsList())() ``` ID to a stack frame, each of which is pointed to by a unique ID. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getHostName**\n()\n\n\u003cbr /\u003e\n\n```\n Host name on which the source files are located.\n \n```\n`string host_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getHostNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Host name on which the source files are located.\n \n```\n`string host_name = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getStackFrameIds**\n(int index)\n\n\u003cbr /\u003e\n\n```\n ID to a stack frame, each of which is pointed to\n by a unique ID. The ordering of the frames is consistent with Python's\n `traceback.extract_tb()`.\n \n```\n`repeated string stack_frame_ids = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getStackFrameIdsBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n ID to a stack frame, each of which is pointed to\n by a unique ID. The ordering of the frames is consistent with Python's\n `traceback.extract_tb()`.\n \n```\n`repeated string stack_frame_ids = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getStackFrameIdsCount**\n()\n\n\u003cbr /\u003e\n\n```\n ID to a stack frame, each of which is pointed to\n by a unique ID. The ordering of the frames is consistent with Python's\n `traceback.extract_tb()`.\n \n```\n`repeated string stack_frame_ids = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getStackFrameIdsList**\n()\n\n\u003cbr /\u003e\n\n```\n ID to a stack frame, each of which is pointed to\n by a unique ID. The ordering of the frames is consistent with Python's\n `traceback.extract_tb()`.\n \n```\n`repeated string stack_frame_ids = 2;`\n\n\u003cbr /\u003e"]]