Interface Execution.Status.StepOrBuilder (2.58.0)

publicstaticinterface Execution.Status.StepOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getRoutine()

publicabstractStringgetRoutine()

Name of a routine within the workflow.

string routine = 1;

Returns
Type Description
String

The routine.

getRoutineBytes()

publicabstractByteStringgetRoutineBytes()

Name of a routine within the workflow.

string routine = 1;

Returns
Type Description
ByteString

The bytes for routine.

getStep()

publicabstractStringgetStep()

Name of a step within the routine.

string step = 2;

Returns
Type Description
String

The step.

getStepBytes()

publicabstractByteStringgetStepBytes()

Name of a step within the routine.

string step = 2;

Returns
Type Description
ByteString

The bytes for step.

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.