| Modifier and Type | Method and Description |
|---|---|
AbortInfo |
AbortInfo.Builder.build() |
AbortInfo |
AbortInfo.Builder.buildPartial() |
AbortInfo |
StepOrBuilder.getAbort()
Display information of the final state "abort" and reason.
|
AbortInfo |
Step.getAbort()
Display information of the final state "abort" and reason.
|
AbortInfo |
Step.Builder.getAbort()
Display information of the final state "abort" and reason.
|
static AbortInfo |
AbortInfo.getDefaultInstance() |
AbortInfo |
AbortInfo.getDefaultInstanceForType() |
AbortInfo |
AbortInfo.Builder.getDefaultInstanceForType() |
static AbortInfo |
AbortInfo.parseDelimitedFrom(InputStream input) |
static AbortInfo |
AbortInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AbortInfo |
AbortInfo.parseFrom(byte[] data) |
static AbortInfo |
AbortInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AbortInfo |
AbortInfo.parseFrom(ByteBuffer data) |
static AbortInfo |
AbortInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AbortInfo |
AbortInfo.parseFrom(com.google.protobuf.ByteString data) |
static AbortInfo |
AbortInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AbortInfo |
AbortInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static AbortInfo |
AbortInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AbortInfo |
AbortInfo.parseFrom(InputStream input) |
static AbortInfo |
AbortInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AbortInfo> |
AbortInfo.getParserForType() |
static com.google.protobuf.Parser<AbortInfo> |
AbortInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.mergeAbort(AbortInfo value)
Display information of the final state "abort" and reason.
|
AbortInfo.Builder |
AbortInfo.Builder.mergeFrom(AbortInfo other) |
static AbortInfo.Builder |
AbortInfo.newBuilder(AbortInfo prototype) |
Step.Builder |
Step.Builder.setAbort(AbortInfo value)
Display information of the final state "abort" and reason.
|
Copyright © 2022 Google LLC. All rights reserved.