| Modifier and Type | Method and Description |
|---|---|
Step |
Step.Builder.build() |
Step |
Step.Builder.buildPartial() |
static Step |
Step.getDefaultInstance() |
Step |
Step.getDefaultInstanceForType() |
Step |
Step.Builder.getDefaultInstanceForType() |
Step |
Trace.getSteps(int index)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Step |
Trace.Builder.getSteps(int index)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Step |
TraceOrBuilder.getSteps(int index)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
static Step |
Step.parseDelimitedFrom(InputStream input) |
static Step |
Step.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
Step.parseFrom(byte[] data) |
static Step |
Step.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
Step.parseFrom(ByteBuffer data) |
static Step |
Step.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
Step.parseFrom(com.google.protobuf.ByteString data) |
static Step |
Step.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
Step.parseFrom(com.google.protobuf.CodedInputStream input) |
static Step |
Step.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
Step.parseFrom(InputStream input) |
static Step |
Step.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Step> |
Step.getParserForType() |
List<Step> |
Trace.getStepsList()
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
List<Step> |
Trace.Builder.getStepsList()
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
List<Step> |
TraceOrBuilder.getStepsList()
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
static com.google.protobuf.Parser<Step> |
Step.parser() |
| Modifier and Type | Method and Description |
|---|---|
Trace.Builder |
Trace.Builder.addSteps(int index,
Step value)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Trace.Builder |
Trace.Builder.addSteps(Step value)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Step.Builder |
Step.Builder.mergeFrom(Step other) |
static Step.Builder |
Step.newBuilder(Step prototype) |
Trace.Builder |
Trace.Builder.setSteps(int index,
Step value)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
| Modifier and Type | Method and Description |
|---|---|
Trace.Builder |
Trace.Builder.addAllSteps(Iterable<? extends Step> values)
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Copyright © 2022 Google LLC. All rights reserved.