public static interface Execution.Status.StepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRoutine()
Name of a routine within the workflow.
|
com.google.protobuf.ByteString |
getRoutineBytes()
Name of a routine within the workflow.
|
String |
getStep()
Name of a step within the routine.
|
com.google.protobuf.ByteString |
getStepBytes()
Name of a step within the routine.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRoutine()
Name of a routine within the workflow.
string routine = 1;com.google.protobuf.ByteString getRoutineBytes()
Name of a routine within the workflow.
string routine = 1;String getStep()
Name of a step within the routine.
string step = 2;com.google.protobuf.ByteString getStepBytes()
Name of a step within the routine.
string step = 2;Copyright © 2024 Google LLC. All rights reserved.