| Modifier and Type | Method and Description |
|---|---|
Execution.Status.Step |
Execution.Status.Step.Builder.build() |
Execution.Status.Step |
Execution.Status.Step.Builder.buildPartial() |
Execution.Status.Step |
Execution.StatusOrBuilder.getCurrentSteps(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Step |
Execution.Status.getCurrentSteps(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Step |
Execution.Status.Builder.getCurrentSteps(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
static Execution.Status.Step |
Execution.Status.Step.getDefaultInstance() |
Execution.Status.Step |
Execution.Status.Step.getDefaultInstanceForType() |
Execution.Status.Step |
Execution.Status.Step.Builder.getDefaultInstanceForType() |
static Execution.Status.Step |
Execution.Status.Step.parseDelimitedFrom(InputStream input) |
static Execution.Status.Step |
Execution.Status.Step.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(byte[] data) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(ByteBuffer data) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(com.google.protobuf.ByteString data) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(com.google.protobuf.CodedInputStream input) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(InputStream input) |
static Execution.Status.Step |
Execution.Status.Step.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Execution.Status.Step> |
Execution.StatusOrBuilder.getCurrentStepsList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<Execution.Status.Step> |
Execution.Status.getCurrentStepsList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<Execution.Status.Step> |
Execution.Status.Builder.getCurrentStepsList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
com.google.protobuf.Parser<Execution.Status.Step> |
Execution.Status.Step.getParserForType() |
static com.google.protobuf.Parser<Execution.Status.Step> |
Execution.Status.Step.parser() |
| Modifier and Type | Method and Description |
|---|---|
Execution.Status.Builder |
Execution.Status.Builder.addCurrentSteps(Execution.Status.Step value)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Builder |
Execution.Status.Builder.addCurrentSteps(int index,
Execution.Status.Step value)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Step.Builder |
Execution.Status.Step.Builder.mergeFrom(Execution.Status.Step other) |
static Execution.Status.Step.Builder |
Execution.Status.Step.newBuilder(Execution.Status.Step prototype) |
Execution.Status.Builder |
Execution.Status.Builder.setCurrentSteps(int index,
Execution.Status.Step value)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
| Modifier and Type | Method and Description |
|---|---|
Execution.Status.Builder |
Execution.Status.Builder.addAllCurrentSteps(Iterable<? extends Execution.Status.Step> values)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Copyright © 2024 Google LLC. All rights reserved.