| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Step.Builder |
Trace.Builder.addStepsBuilder()
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
|
Step.Builder |
Trace.Builder.addStepsBuilder(int index)
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.clear() |
Step.Builder |
Step.Builder.clearAbort()
Display information of the final state "abort" and reason.
|
Step.Builder |
Step.Builder.clearCausesDrop()
This is a step that leads to the final state Drop.
|
Step.Builder |
Step.Builder.clearCloudFunction()
Display information of a Cloud function.
|
Step.Builder |
Step.Builder.clearCloudSqlInstance()
Display information of a Cloud SQL instance.
|
Step.Builder |
Step.Builder.clearDeliver()
Display information of the final state "deliver" and reason.
|
Step.Builder |
Step.Builder.clearDescription()
A description of the step.
|
Step.Builder |
Step.Builder.clearDrop()
Display information of the final state "drop" and reason.
|
Step.Builder |
Step.Builder.clearEndpoint()
Display information of the source and destination under analysis.
|
Step.Builder |
Step.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Step.Builder |
Step.Builder.clearFirewall()
Display information of a Compute Engine firewall rule.
|
Step.Builder |
Step.Builder.clearForward()
Display information of the final state "forward" and reason.
|
Step.Builder |
Step.Builder.clearForwardingRule()
Display information of a Compute Engine forwarding rule.
|
Step.Builder |
Step.Builder.clearGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
|
Step.Builder |
Step.Builder.clearInstance()
Display information of a Compute Engine instance.
|
Step.Builder |
Step.Builder.clearLoadBalancer()
Display information of the load balancers.
|
Step.Builder |
Step.Builder.clearNetwork()
Display information of a Google Cloud network.
|
Step.Builder |
Step.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Step.Builder |
Step.Builder.clearProjectId()
Project ID that contains the configuration this step is validating.
|
Step.Builder |
Step.Builder.clearRoute()
Display information of a Compute Engine route.
|
Step.Builder |
Step.Builder.clearState()
Each step is in one of the pre-defined states.
|
Step.Builder |
Step.Builder.clearStepInfo() |
Step.Builder |
Step.Builder.clearVpcConnector()
Display information of a VPC connector.
|
Step.Builder |
Step.Builder.clearVpnGateway()
Display information of a Compute Engine VPN gateway.
|
Step.Builder |
Step.Builder.clearVpnTunnel()
Display information of a Compute Engine VPN tunnel.
|
Step.Builder |
Step.Builder.clone() |
Step.Builder |
Trace.Builder.getStepsBuilder(int index)
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.mergeAbort(AbortInfo value)
Display information of the final state "abort" and reason.
|
Step.Builder |
Step.Builder.mergeCloudFunction(CloudFunctionInfo value)
Display information of a Cloud function.
|
Step.Builder |
Step.Builder.mergeCloudSqlInstance(CloudSQLInstanceInfo value)
Display information of a Cloud SQL instance.
|
Step.Builder |
Step.Builder.mergeDeliver(DeliverInfo value)
Display information of the final state "deliver" and reason.
|
Step.Builder |
Step.Builder.mergeDrop(DropInfo value)
Display information of the final state "drop" and reason.
|
Step.Builder |
Step.Builder.mergeEndpoint(EndpointInfo value)
Display information of the source and destination under analysis.
|
Step.Builder |
Step.Builder.mergeFirewall(FirewallInfo value)
Display information of a Compute Engine firewall rule.
|
Step.Builder |
Step.Builder.mergeForward(ForwardInfo value)
Display information of the final state "forward" and reason.
|
Step.Builder |
Step.Builder.mergeForwardingRule(ForwardingRuleInfo value)
Display information of a Compute Engine forwarding rule.
|
Step.Builder |
Step.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Step.Builder |
Step.Builder.mergeFrom(com.google.protobuf.Message other) |
Step.Builder |
Step.Builder.mergeFrom(Step other) |
Step.Builder |
Step.Builder.mergeGkeMaster(GKEMasterInfo value)
Display information of a Google Kubernetes Engine cluster master.
|
Step.Builder |
Step.Builder.mergeInstance(InstanceInfo value)
Display information of a Compute Engine instance.
|
Step.Builder |
Step.Builder.mergeLoadBalancer(LoadBalancerInfo value)
Display information of the load balancers.
|
Step.Builder |
Step.Builder.mergeNetwork(NetworkInfo value)
Display information of a Google Cloud network.
|
Step.Builder |
Step.Builder.mergeRoute(RouteInfo value)
Display information of a Compute Engine route.
|
Step.Builder |
Step.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Step.Builder |
Step.Builder.mergeVpcConnector(VpcConnectorInfo value)
Display information of a VPC connector.
|
Step.Builder |
Step.Builder.mergeVpnGateway(VpnGatewayInfo value)
Display information of a Compute Engine VPN gateway.
|
Step.Builder |
Step.Builder.mergeVpnTunnel(VpnTunnelInfo value)
Display information of a Compute Engine VPN tunnel.
|
static Step.Builder |
Step.newBuilder() |
static Step.Builder |
Step.newBuilder(Step prototype) |
Step.Builder |
Step.newBuilderForType() |
protected Step.Builder |
Step.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Step.Builder |
Step.Builder.setAbort(AbortInfo.Builder builderForValue)
Display information of the final state "abort" and reason.
|
Step.Builder |
Step.Builder.setAbort(AbortInfo value)
Display information of the final state "abort" and reason.
|
Step.Builder |
Step.Builder.setCausesDrop(boolean value)
This is a step that leads to the final state Drop.
|
Step.Builder |
Step.Builder.setCloudFunction(CloudFunctionInfo.Builder builderForValue)
Display information of a Cloud function.
|
Step.Builder |
Step.Builder.setCloudFunction(CloudFunctionInfo value)
Display information of a Cloud function.
|
Step.Builder |
Step.Builder.setCloudSqlInstance(CloudSQLInstanceInfo.Builder builderForValue)
Display information of a Cloud SQL instance.
|
Step.Builder |
Step.Builder.setCloudSqlInstance(CloudSQLInstanceInfo value)
Display information of a Cloud SQL instance.
|
Step.Builder |
Step.Builder.setDeliver(DeliverInfo.Builder builderForValue)
Display information of the final state "deliver" and reason.
|
Step.Builder |
Step.Builder.setDeliver(DeliverInfo value)
Display information of the final state "deliver" and reason.
|
Step.Builder |
Step.Builder.setDescription(String value)
A description of the step.
|
Step.Builder |
Step.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A description of the step.
|
Step.Builder |
Step.Builder.setDrop(DropInfo.Builder builderForValue)
Display information of the final state "drop" and reason.
|
Step.Builder |
Step.Builder.setDrop(DropInfo value)
Display information of the final state "drop" and reason.
|
Step.Builder |
Step.Builder.setEndpoint(EndpointInfo.Builder builderForValue)
Display information of the source and destination under analysis.
|
Step.Builder |
Step.Builder.setEndpoint(EndpointInfo value)
Display information of the source and destination under analysis.
|
Step.Builder |
Step.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Step.Builder |
Step.Builder.setFirewall(FirewallInfo.Builder builderForValue)
Display information of a Compute Engine firewall rule.
|
Step.Builder |
Step.Builder.setFirewall(FirewallInfo value)
Display information of a Compute Engine firewall rule.
|
Step.Builder |
Step.Builder.setForward(ForwardInfo.Builder builderForValue)
Display information of the final state "forward" and reason.
|
Step.Builder |
Step.Builder.setForward(ForwardInfo value)
Display information of the final state "forward" and reason.
|
Step.Builder |
Step.Builder.setForwardingRule(ForwardingRuleInfo.Builder builderForValue)
Display information of a Compute Engine forwarding rule.
|
Step.Builder |
Step.Builder.setForwardingRule(ForwardingRuleInfo value)
Display information of a Compute Engine forwarding rule.
|
Step.Builder |
Step.Builder.setGkeMaster(GKEMasterInfo.Builder builderForValue)
Display information of a Google Kubernetes Engine cluster master.
|
Step.Builder |
Step.Builder.setGkeMaster(GKEMasterInfo value)
Display information of a Google Kubernetes Engine cluster master.
|
Step.Builder |
Step.Builder.setInstance(InstanceInfo.Builder builderForValue)
Display information of a Compute Engine instance.
|
Step.Builder |
Step.Builder.setInstance(InstanceInfo value)
Display information of a Compute Engine instance.
|
Step.Builder |
Step.Builder.setLoadBalancer(LoadBalancerInfo.Builder builderForValue)
Display information of the load balancers.
|
Step.Builder |
Step.Builder.setLoadBalancer(LoadBalancerInfo value)
Display information of the load balancers.
|
Step.Builder |
Step.Builder.setNetwork(NetworkInfo.Builder builderForValue)
Display information of a Google Cloud network.
|
Step.Builder |
Step.Builder.setNetwork(NetworkInfo value)
Display information of a Google Cloud network.
|
Step.Builder |
Step.Builder.setProjectId(String value)
Project ID that contains the configuration this step is validating.
|
Step.Builder |
Step.Builder.setProjectIdBytes(com.google.protobuf.ByteString value)
Project ID that contains the configuration this step is validating.
|
Step.Builder |
Step.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Step.Builder |
Step.Builder.setRoute(RouteInfo.Builder builderForValue)
Display information of a Compute Engine route.
|
Step.Builder |
Step.Builder.setRoute(RouteInfo value)
Display information of a Compute Engine route.
|
Step.Builder |
Step.Builder.setState(Step.State value)
Each step is in one of the pre-defined states.
|
Step.Builder |
Step.Builder.setStateValue(int value)
Each step is in one of the pre-defined states.
|
Step.Builder |
Step.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Step.Builder |
Step.Builder.setVpcConnector(VpcConnectorInfo.Builder builderForValue)
Display information of a VPC connector.
|
Step.Builder |
Step.Builder.setVpcConnector(VpcConnectorInfo value)
Display information of a VPC connector.
|
Step.Builder |
Step.Builder.setVpnGateway(VpnGatewayInfo.Builder builderForValue)
Display information of a Compute Engine VPN gateway.
|
Step.Builder |
Step.Builder.setVpnGateway(VpnGatewayInfo value)
Display information of a Compute Engine VPN gateway.
|
Step.Builder |
Step.Builder.setVpnTunnel(VpnTunnelInfo.Builder builderForValue)
Display information of a Compute Engine VPN tunnel.
|
Step.Builder |
Step.Builder.setVpnTunnel(VpnTunnelInfo value)
Display information of a Compute Engine VPN tunnel.
|
Step.Builder |
Step.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Step.Builder> |
Trace.Builder.getStepsBuilderList()
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.addSteps(int index,
Step.Builder builderForValue)
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.Builder builderForValue)
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.setSteps(int index,
Step.Builder builderForValue)
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.