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 StepStep.Builder. build()StepStep.Builder. buildPartial()static StepStep. getDefaultInstance()StepStep.Builder. getDefaultInstanceForType()StepStep. getDefaultInstanceForType()StepTrace.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).StepTrace. getSteps(int index)A trace of a test contains multiple steps from the initial state to the final state (delivered, dropped, forwarded, or aborted).StepTraceOrBuilder. 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 StepStep. parseDelimitedFrom(InputStream input)static StepStep. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(byte[] data)static StepStep. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(com.google.protobuf.ByteString data)static StepStep. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(com.google.protobuf.CodedInputStream input)static StepStep. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(InputStream input)static StepStep. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(ByteBuffer data)static StepStep. 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.BuilderTrace.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.BuilderTrace.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.BuilderStep.Builder. mergeFrom(Step other)static Step.BuilderStep. newBuilder(Step prototype)Trace.BuilderTrace.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.BuilderTrace.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).
-