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