Uses of Class
com.google.cloud.networkmanagement.v1beta1.Step
-
Packages that use Step Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of Step in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return Step Modifier and Type Method Description Step
Step.Builder. build()
Step
Step.Builder. buildPartial()
static Step
Step. getDefaultInstance()
Step
Step.Builder. getDefaultInstanceForType()
Step
Step. getDefaultInstanceForType()
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
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
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(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)
static Step
Step. parseFrom(ByteBuffer data)
static Step
Step. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1beta1 that return types with arguments of type Step Modifier and Type Method Description com.google.protobuf.Parser<Step>
Step. getParserForType()
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>
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>
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()
Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type Step Modifier and Type Method 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).Method parameters in com.google.cloud.networkmanagement.v1beta1 with type arguments of type Step Modifier and Type Method 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).
-