Interface Execution.StackTraceElementOrBuilder (2.8.0)

publicstaticinterface Execution.StackTraceElementOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getPosition()

publicabstractExecution.StackTraceElement.PositiongetPosition()

The source position information of the stack trace element.

.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;

Returns
Type Description

getPositionOrBuilder()

publicabstractExecution.StackTraceElement.PositionOrBuildergetPositionOrBuilder()

The source position information of the stack trace element.

.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;

Returns
Type Description

getRoutine()

publicabstractStringgetRoutine()

The routine where the error occurred.

string routine = 2;

Returns
Type Description
String

The routine.

getRoutineBytes()

publicabstractByteStringgetRoutineBytes()

The routine where the error occurred.

string routine = 2;

Returns
Type Description
ByteString

The bytes for routine.

getStep()

publicabstractStringgetStep()

The step the error occurred at.

string step = 1;

Returns
Type Description
String

The step.

getStepBytes()

publicabstractByteStringgetStepBytes()

The step the error occurred at.

string step = 1;

Returns
Type Description
ByteString

The bytes for step.

hasPosition()

publicabstractbooleanhasPosition()

The source position information of the stack trace element.

.google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;

Returns
Type Description
boolean

Whether the position field is set.

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 2025年11月19日 UTC.