Class Step.Builder (1.43.0)

public static final class Step.Builder extends GeneratedMessageV3.Builder<Step.Builder> implements StepOrBuilder

A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.

Protobuf type google.cloud.networkmanagement.v1.Step

Implements

StepOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Step.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Step.Builder
Overrides

build()

public Step build()
Returns
Type Description
Step

buildPartial()

public Step buildPartial()
Returns
Type Description
Step

clear()

public Step.Builder clear()
Returns
Type Description
Step.Builder
Overrides

clearAbort()

public Step.Builder clearAbort()

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Returns
Type Description
Step.Builder

clearAppEngineVersion()

public Step.Builder clearAppEngineVersion()

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Returns
Type Description
Step.Builder

clearCausesDrop()

public Step.Builder clearCausesDrop()

This is a step that leads to the final state Drop.

bool causes_drop = 3;

Returns
Type Description
Step.Builder

This builder for chaining.

clearCloudFunction()

public Step.Builder clearCloudFunction()

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Returns
Type Description
Step.Builder

clearCloudRunRevision()

public Step.Builder clearCloudRunRevision()

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Returns
Type Description
Step.Builder

clearCloudSqlInstance()

public Step.Builder clearCloudSqlInstance()

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Returns
Type Description
Step.Builder

clearDeliver()

public Step.Builder clearDeliver()

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Returns
Type Description
Step.Builder

clearDescription()

public Step.Builder clearDescription()

A description of the step. Usually this is a summary of the state.

string description = 1;

Returns
Type Description
Step.Builder

This builder for chaining.

clearDrop()

public Step.Builder clearDrop()

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Returns
Type Description
Step.Builder

clearEndpoint()

public Step.Builder clearEndpoint()

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Returns
Type Description
Step.Builder

clearField(Descriptors.FieldDescriptor field)

public Step.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Step.Builder
Overrides

clearFirewall()

public Step.Builder clearFirewall()

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Returns
Type Description
Step.Builder

clearForward()

public Step.Builder clearForward()

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Returns
Type Description
Step.Builder

clearForwardingRule()

public Step.Builder clearForwardingRule()

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Returns
Type Description
Step.Builder

clearGkeMaster()

public Step.Builder clearGkeMaster()

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Returns
Type Description
Step.Builder

clearGoogleService()

public Step.Builder clearGoogleService()

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Returns
Type Description
Step.Builder

clearInstance()

public Step.Builder clearInstance()

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Returns
Type Description
Step.Builder

clearLoadBalancer() (deprecated)

public Step.Builder clearLoadBalancer()

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Returns
Type Description
Step.Builder

clearLoadBalancerBackendInfo()

public Step.Builder clearLoadBalancerBackendInfo()

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Returns
Type Description
Step.Builder

clearNat()

public Step.Builder clearNat()

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Returns
Type Description
Step.Builder

clearNetwork()

public Step.Builder clearNetwork()

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Returns
Type Description
Step.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public Step.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Step.Builder
Overrides

clearProjectId()

public Step.Builder clearProjectId()

Project ID that contains the configuration this step is validating.

string project_id = 4;

Returns
Type Description
Step.Builder

This builder for chaining.

clearProxyConnection()

public Step.Builder clearProxyConnection()

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Returns
Type Description
Step.Builder

clearRoute()

public Step.Builder clearRoute()

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Returns
Type Description
Step.Builder

clearState()

public Step.Builder clearState()

Each step is in one of the pre-defined states.

.google.cloud.networkmanagement.v1.Step.State state = 2;

Returns
Type Description
Step.Builder

This builder for chaining.

clearStepInfo()

public Step.Builder clearStepInfo()
Returns
Type Description
Step.Builder

clearStorageBucket()

public Step.Builder clearStorageBucket()

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Returns
Type Description
Step.Builder

clearVpcConnector()

public Step.Builder clearVpcConnector()

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Returns
Type Description
Step.Builder

clearVpnGateway()

public Step.Builder clearVpnGateway()

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Returns
Type Description
Step.Builder

clearVpnTunnel()

public Step.Builder clearVpnTunnel()

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Returns
Type Description
Step.Builder

clone()

public Step.Builder clone()
Returns
Type Description
Step.Builder
Overrides

getAbort()

public AbortInfo getAbort()

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Returns
Type Description
AbortInfo

The abort.

getAbortBuilder()

public AbortInfo.Builder getAbortBuilder()

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Returns
Type Description
AbortInfo.Builder

getAbortOrBuilder()

public AbortInfoOrBuilder getAbortOrBuilder()

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Returns
Type Description
AbortInfoOrBuilder

getAppEngineVersion()

public AppEngineVersionInfo getAppEngineVersion()

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Returns
Type Description
AppEngineVersionInfo

The appEngineVersion.

getAppEngineVersionBuilder()

public AppEngineVersionInfo.Builder getAppEngineVersionBuilder()

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Returns
Type Description
AppEngineVersionInfo.Builder

getAppEngineVersionOrBuilder()

public AppEngineVersionInfoOrBuilder getAppEngineVersionOrBuilder()

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Returns
Type Description
AppEngineVersionInfoOrBuilder

getCausesDrop()

public boolean getCausesDrop()

This is a step that leads to the final state Drop.

bool causes_drop = 3;

Returns
Type Description
boolean

The causesDrop.

getCloudFunction()

public CloudFunctionInfo getCloudFunction()

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Returns
Type Description
CloudFunctionInfo

The cloudFunction.

getCloudFunctionBuilder()

public CloudFunctionInfo.Builder getCloudFunctionBuilder()

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Returns
Type Description
CloudFunctionInfo.Builder

getCloudFunctionOrBuilder()

public CloudFunctionInfoOrBuilder getCloudFunctionOrBuilder()

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Returns
Type Description
CloudFunctionInfoOrBuilder

getCloudRunRevision()

public CloudRunRevisionInfo getCloudRunRevision()

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Returns
Type Description
CloudRunRevisionInfo

The cloudRunRevision.

getCloudRunRevisionBuilder()

public CloudRunRevisionInfo.Builder getCloudRunRevisionBuilder()

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Returns
Type Description
CloudRunRevisionInfo.Builder

getCloudRunRevisionOrBuilder()

public CloudRunRevisionInfoOrBuilder getCloudRunRevisionOrBuilder()

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Returns
Type Description
CloudRunRevisionInfoOrBuilder

getCloudSqlInstance()

public CloudSQLInstanceInfo getCloudSqlInstance()

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Returns
Type Description
CloudSQLInstanceInfo

The cloudSqlInstance.

getCloudSqlInstanceBuilder()

public CloudSQLInstanceInfo.Builder getCloudSqlInstanceBuilder()

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Returns
Type Description
CloudSQLInstanceInfo.Builder

getCloudSqlInstanceOrBuilder()

public CloudSQLInstanceInfoOrBuilder getCloudSqlInstanceOrBuilder()

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Returns
Type Description
CloudSQLInstanceInfoOrBuilder

getDefaultInstanceForType()

public Step getDefaultInstanceForType()
Returns
Type Description
Step

getDeliver()

public DeliverInfo getDeliver()

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Returns
Type Description
DeliverInfo

The deliver.

getDeliverBuilder()

public DeliverInfo.Builder getDeliverBuilder()

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Returns
Type Description
DeliverInfo.Builder

getDeliverOrBuilder()

public DeliverInfoOrBuilder getDeliverOrBuilder()

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Returns
Type Description
DeliverInfoOrBuilder

getDescription()

public String getDescription()

A description of the step. Usually this is a summary of the state.

string description = 1;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A description of the step. Usually this is a summary of the state.

string description = 1;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDrop()

public DropInfo getDrop()

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Returns
Type Description
DropInfo

The drop.

getDropBuilder()

public DropInfo.Builder getDropBuilder()

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Returns
Type Description
DropInfo.Builder

getDropOrBuilder()

public DropInfoOrBuilder getDropOrBuilder()

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Returns
Type Description
DropInfoOrBuilder

getEndpoint()

public EndpointInfo getEndpoint()

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Returns
Type Description
EndpointInfo

The endpoint.

getEndpointBuilder()

public EndpointInfo.Builder getEndpointBuilder()

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Returns
Type Description
EndpointInfo.Builder

getEndpointOrBuilder()

public EndpointInfoOrBuilder getEndpointOrBuilder()

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Returns
Type Description
EndpointInfoOrBuilder

getFirewall()

public FirewallInfo getFirewall()

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Returns
Type Description
FirewallInfo

The firewall.

getFirewallBuilder()

public FirewallInfo.Builder getFirewallBuilder()

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Returns
Type Description
FirewallInfo.Builder

getFirewallOrBuilder()

public FirewallInfoOrBuilder getFirewallOrBuilder()

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Returns
Type Description
FirewallInfoOrBuilder

getForward()

public ForwardInfo getForward()

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Returns
Type Description
ForwardInfo

The forward.

getForwardBuilder()

public ForwardInfo.Builder getForwardBuilder()

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Returns
Type Description
ForwardInfo.Builder

getForwardOrBuilder()

public ForwardInfoOrBuilder getForwardOrBuilder()

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Returns
Type Description
ForwardInfoOrBuilder

getForwardingRule()

public ForwardingRuleInfo getForwardingRule()

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Returns
Type Description
ForwardingRuleInfo

The forwardingRule.

getForwardingRuleBuilder()

public ForwardingRuleInfo.Builder getForwardingRuleBuilder()

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Returns
Type Description
ForwardingRuleInfo.Builder

getForwardingRuleOrBuilder()

public ForwardingRuleInfoOrBuilder getForwardingRuleOrBuilder()

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Returns
Type Description
ForwardingRuleInfoOrBuilder

getGkeMaster()

public GKEMasterInfo getGkeMaster()

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Returns
Type Description
GKEMasterInfo

The gkeMaster.

getGkeMasterBuilder()

public GKEMasterInfo.Builder getGkeMasterBuilder()

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Returns
Type Description
GKEMasterInfo.Builder

getGkeMasterOrBuilder()

public GKEMasterInfoOrBuilder getGkeMasterOrBuilder()

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Returns
Type Description
GKEMasterInfoOrBuilder

getGoogleService()

public GoogleServiceInfo getGoogleService()

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Returns
Type Description
GoogleServiceInfo

The googleService.

getGoogleServiceBuilder()

public GoogleServiceInfo.Builder getGoogleServiceBuilder()

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Returns
Type Description
GoogleServiceInfo.Builder

getGoogleServiceOrBuilder()

public GoogleServiceInfoOrBuilder getGoogleServiceOrBuilder()

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Returns
Type Description
GoogleServiceInfoOrBuilder

getInstance()

public InstanceInfo getInstance()

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Returns
Type Description
InstanceInfo

The instance.

getInstanceBuilder()

public InstanceInfo.Builder getInstanceBuilder()

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Returns
Type Description
InstanceInfo.Builder

getInstanceOrBuilder()

public InstanceInfoOrBuilder getInstanceOrBuilder()

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Returns
Type Description
InstanceInfoOrBuilder

getLoadBalancer() (deprecated)

public LoadBalancerInfo getLoadBalancer()

Deprecated. google.cloud.networkmanagement.v1.Step.load_balancer is deprecated. See google/cloud/networkmanagement/v1/trace.proto;l=241

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Returns
Type Description
LoadBalancerInfo

The loadBalancer.

getLoadBalancerBackendInfo()

public LoadBalancerBackendInfo getLoadBalancerBackendInfo()

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Returns
Type Description
LoadBalancerBackendInfo

The loadBalancerBackendInfo.

getLoadBalancerBackendInfoBuilder()

public LoadBalancerBackendInfo.Builder getLoadBalancerBackendInfoBuilder()

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Returns
Type Description
LoadBalancerBackendInfo.Builder

getLoadBalancerBackendInfoOrBuilder()

public LoadBalancerBackendInfoOrBuilder getLoadBalancerBackendInfoOrBuilder()

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Returns
Type Description
LoadBalancerBackendInfoOrBuilder

getLoadBalancerBuilder() (deprecated)

public LoadBalancerInfo.Builder getLoadBalancerBuilder()

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Returns
Type Description
LoadBalancerInfo.Builder

getLoadBalancerOrBuilder() (deprecated)

public LoadBalancerInfoOrBuilder getLoadBalancerOrBuilder()

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Returns
Type Description
LoadBalancerInfoOrBuilder

getNat()

public NatInfo getNat()

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Returns
Type Description
NatInfo

The nat.

getNatBuilder()

public NatInfo.Builder getNatBuilder()

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Returns
Type Description
NatInfo.Builder

getNatOrBuilder()

public NatInfoOrBuilder getNatOrBuilder()

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Returns
Type Description
NatInfoOrBuilder

getNetwork()

public NetworkInfo getNetwork()

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Returns
Type Description
NetworkInfo

The network.

getNetworkBuilder()

public NetworkInfo.Builder getNetworkBuilder()

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Returns
Type Description
NetworkInfo.Builder

getNetworkOrBuilder()

public NetworkInfoOrBuilder getNetworkOrBuilder()

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Returns
Type Description
NetworkInfoOrBuilder

getProjectId()

public String getProjectId()

Project ID that contains the configuration this step is validating.

string project_id = 4;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Project ID that contains the configuration this step is validating.

string project_id = 4;

Returns
Type Description
ByteString

The bytes for projectId.

getProxyConnection()

public ProxyConnectionInfo getProxyConnection()

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Returns
Type Description
ProxyConnectionInfo

The proxyConnection.

getProxyConnectionBuilder()

public ProxyConnectionInfo.Builder getProxyConnectionBuilder()

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Returns
Type Description
ProxyConnectionInfo.Builder

getProxyConnectionOrBuilder()

public ProxyConnectionInfoOrBuilder getProxyConnectionOrBuilder()

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Returns
Type Description
ProxyConnectionInfoOrBuilder

getRoute()

public RouteInfo getRoute()

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Returns
Type Description
RouteInfo

The route.

getRouteBuilder()

public RouteInfo.Builder getRouteBuilder()

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Returns
Type Description
RouteInfo.Builder

getRouteOrBuilder()

public RouteInfoOrBuilder getRouteOrBuilder()

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Returns
Type Description
RouteInfoOrBuilder

getState()

public Step.State getState()

Each step is in one of the pre-defined states.

.google.cloud.networkmanagement.v1.Step.State state = 2;

Returns
Type Description
Step.State

The state.

getStateValue()

public int getStateValue()

Each step is in one of the pre-defined states.

.google.cloud.networkmanagement.v1.Step.State state = 2;

Returns
Type Description
int

The enum numeric value on the wire for state.

getStepInfoCase()

public Step.StepInfoCase getStepInfoCase()
Returns
Type Description
Step.StepInfoCase

getStorageBucket()

public StorageBucketInfo getStorageBucket()

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Returns
Type Description
StorageBucketInfo

The storageBucket.

getStorageBucketBuilder()

public StorageBucketInfo.Builder getStorageBucketBuilder()

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Returns
Type Description
StorageBucketInfo.Builder

getStorageBucketOrBuilder()

public StorageBucketInfoOrBuilder getStorageBucketOrBuilder()

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Returns
Type Description
StorageBucketInfoOrBuilder

getVpcConnector()

public VpcConnectorInfo getVpcConnector()

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Returns
Type Description
VpcConnectorInfo

The vpcConnector.

getVpcConnectorBuilder()

public VpcConnectorInfo.Builder getVpcConnectorBuilder()

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Returns
Type Description
VpcConnectorInfo.Builder

getVpcConnectorOrBuilder()

public VpcConnectorInfoOrBuilder getVpcConnectorOrBuilder()

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Returns
Type Description
VpcConnectorInfoOrBuilder

getVpnGateway()

public VpnGatewayInfo getVpnGateway()

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Returns
Type Description
VpnGatewayInfo

The vpnGateway.

getVpnGatewayBuilder()

public VpnGatewayInfo.Builder getVpnGatewayBuilder()

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Returns
Type Description
VpnGatewayInfo.Builder

getVpnGatewayOrBuilder()

public VpnGatewayInfoOrBuilder getVpnGatewayOrBuilder()

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Returns
Type Description
VpnGatewayInfoOrBuilder

getVpnTunnel()

public VpnTunnelInfo getVpnTunnel()

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Returns
Type Description
VpnTunnelInfo

The vpnTunnel.

getVpnTunnelBuilder()

public VpnTunnelInfo.Builder getVpnTunnelBuilder()

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Returns
Type Description
VpnTunnelInfo.Builder

getVpnTunnelOrBuilder()

public VpnTunnelInfoOrBuilder getVpnTunnelOrBuilder()

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Returns
Type Description
VpnTunnelInfoOrBuilder

hasAbort()

public boolean hasAbort()

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Returns
Type Description
boolean

Whether the abort field is set.

hasAppEngineVersion()

public boolean hasAppEngineVersion()

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Returns
Type Description
boolean

Whether the appEngineVersion field is set.

hasCloudFunction()

public boolean hasCloudFunction()

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Returns
Type Description
boolean

Whether the cloudFunction field is set.

hasCloudRunRevision()

public boolean hasCloudRunRevision()

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Returns
Type Description
boolean

Whether the cloudRunRevision field is set.

hasCloudSqlInstance()

public boolean hasCloudSqlInstance()

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Returns
Type Description
boolean

Whether the cloudSqlInstance field is set.

hasDeliver()

public boolean hasDeliver()

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Returns
Type Description
boolean

Whether the deliver field is set.

hasDrop()

public boolean hasDrop()

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Returns
Type Description
boolean

Whether the drop field is set.

hasEndpoint()

public boolean hasEndpoint()

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Returns
Type Description
boolean

Whether the endpoint field is set.

hasFirewall()

public boolean hasFirewall()

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Returns
Type Description
boolean

Whether the firewall field is set.

hasForward()

public boolean hasForward()

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Returns
Type Description
boolean

Whether the forward field is set.

hasForwardingRule()

public boolean hasForwardingRule()

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Returns
Type Description
boolean

Whether the forwardingRule field is set.

hasGkeMaster()

public boolean hasGkeMaster()

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Returns
Type Description
boolean

Whether the gkeMaster field is set.

hasGoogleService()

public boolean hasGoogleService()

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Returns
Type Description
boolean

Whether the googleService field is set.

hasInstance()

public boolean hasInstance()

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Returns
Type Description
boolean

Whether the instance field is set.

hasLoadBalancer() (deprecated)

public boolean hasLoadBalancer()

Deprecated. google.cloud.networkmanagement.v1.Step.load_balancer is deprecated. See google/cloud/networkmanagement/v1/trace.proto;l=241

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Returns
Type Description
boolean

Whether the loadBalancer field is set.

hasLoadBalancerBackendInfo()

public boolean hasLoadBalancerBackendInfo()

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Returns
Type Description
boolean

Whether the loadBalancerBackendInfo field is set.

hasNat()

public boolean hasNat()

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Returns
Type Description
boolean

Whether the nat field is set.

hasNetwork()

public boolean hasNetwork()

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Returns
Type Description
boolean

Whether the network field is set.

hasProxyConnection()

public boolean hasProxyConnection()

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Returns
Type Description
boolean

Whether the proxyConnection field is set.

hasRoute()

public boolean hasRoute()

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Returns
Type Description
boolean

Whether the route field is set.

hasStorageBucket()

public boolean hasStorageBucket()

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Returns
Type Description
boolean

Whether the storageBucket field is set.

hasVpcConnector()

public boolean hasVpcConnector()

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Returns
Type Description
boolean

Whether the vpcConnector field is set.

hasVpnGateway()

public boolean hasVpnGateway()

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Returns
Type Description
boolean

Whether the vpnGateway field is set.

hasVpnTunnel()

public boolean hasVpnTunnel()

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Returns
Type Description
boolean

Whether the vpnTunnel field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAbort(AbortInfo value)

public Step.Builder mergeAbort(AbortInfo value)

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Parameter
Name Description
value AbortInfo
Returns
Type Description
Step.Builder

mergeAppEngineVersion(AppEngineVersionInfo value)

public Step.Builder mergeAppEngineVersion(AppEngineVersionInfo value)

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Parameter
Name Description
value AppEngineVersionInfo
Returns
Type Description
Step.Builder

mergeCloudFunction(CloudFunctionInfo value)

public Step.Builder mergeCloudFunction(CloudFunctionInfo value)

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Parameter
Name Description
value CloudFunctionInfo
Returns
Type Description
Step.Builder

mergeCloudRunRevision(CloudRunRevisionInfo value)

public Step.Builder mergeCloudRunRevision(CloudRunRevisionInfo value)

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Parameter
Name Description
value CloudRunRevisionInfo
Returns
Type Description
Step.Builder

mergeCloudSqlInstance(CloudSQLInstanceInfo value)

public Step.Builder mergeCloudSqlInstance(CloudSQLInstanceInfo value)

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Parameter
Name Description
value CloudSQLInstanceInfo
Returns
Type Description
Step.Builder

mergeDeliver(DeliverInfo value)

public Step.Builder mergeDeliver(DeliverInfo value)

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Parameter
Name Description
value DeliverInfo
Returns
Type Description
Step.Builder

mergeDrop(DropInfo value)

public Step.Builder mergeDrop(DropInfo value)

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Parameter
Name Description
value DropInfo
Returns
Type Description
Step.Builder

mergeEndpoint(EndpointInfo value)

public Step.Builder mergeEndpoint(EndpointInfo value)

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Parameter
Name Description
value EndpointInfo
Returns
Type Description
Step.Builder

mergeFirewall(FirewallInfo value)

public Step.Builder mergeFirewall(FirewallInfo value)

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Parameter
Name Description
value FirewallInfo
Returns
Type Description
Step.Builder

mergeForward(ForwardInfo value)

public Step.Builder mergeForward(ForwardInfo value)

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Parameter
Name Description
value ForwardInfo
Returns
Type Description
Step.Builder

mergeForwardingRule(ForwardingRuleInfo value)

public Step.Builder mergeForwardingRule(ForwardingRuleInfo value)

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Parameter
Name Description
value ForwardingRuleInfo
Returns
Type Description
Step.Builder

mergeFrom(Step other)

public Step.Builder mergeFrom(Step other)
Parameter
Name Description
other Step
Returns
Type Description
Step.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Step.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Step.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Step.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Step.Builder
Overrides

mergeGkeMaster(GKEMasterInfo value)

public Step.Builder mergeGkeMaster(GKEMasterInfo value)

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Parameter
Name Description
value GKEMasterInfo
Returns
Type Description
Step.Builder

mergeGoogleService(GoogleServiceInfo value)

public Step.Builder mergeGoogleService(GoogleServiceInfo value)

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Parameter
Name Description
value GoogleServiceInfo
Returns
Type Description
Step.Builder

mergeInstance(InstanceInfo value)

public Step.Builder mergeInstance(InstanceInfo value)

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Parameter
Name Description
value InstanceInfo
Returns
Type Description
Step.Builder

mergeLoadBalancer(LoadBalancerInfo value) (deprecated)

public Step.Builder mergeLoadBalancer(LoadBalancerInfo value)

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Parameter
Name Description
value LoadBalancerInfo
Returns
Type Description
Step.Builder

mergeLoadBalancerBackendInfo(LoadBalancerBackendInfo value)

public Step.Builder mergeLoadBalancerBackendInfo(LoadBalancerBackendInfo value)

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Parameter
Name Description
value LoadBalancerBackendInfo
Returns
Type Description
Step.Builder

mergeNat(NatInfo value)

public Step.Builder mergeNat(NatInfo value)

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Parameter
Name Description
value NatInfo
Returns
Type Description
Step.Builder

mergeNetwork(NetworkInfo value)

public Step.Builder mergeNetwork(NetworkInfo value)

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Parameter
Name Description
value NetworkInfo
Returns
Type Description
Step.Builder

mergeProxyConnection(ProxyConnectionInfo value)

public Step.Builder mergeProxyConnection(ProxyConnectionInfo value)

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Parameter
Name Description
value ProxyConnectionInfo
Returns
Type Description
Step.Builder

mergeRoute(RouteInfo value)

public Step.Builder mergeRoute(RouteInfo value)

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Parameter
Name Description
value RouteInfo
Returns
Type Description
Step.Builder

mergeStorageBucket(StorageBucketInfo value)

public Step.Builder mergeStorageBucket(StorageBucketInfo value)

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Parameter
Name Description
value StorageBucketInfo
Returns
Type Description
Step.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Step.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Step.Builder
Overrides

mergeVpcConnector(VpcConnectorInfo value)

public Step.Builder mergeVpcConnector(VpcConnectorInfo value)

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Parameter
Name Description
value VpcConnectorInfo
Returns
Type Description
Step.Builder

mergeVpnGateway(VpnGatewayInfo value)

public Step.Builder mergeVpnGateway(VpnGatewayInfo value)

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Parameter
Name Description
value VpnGatewayInfo
Returns
Type Description
Step.Builder

mergeVpnTunnel(VpnTunnelInfo value)

public Step.Builder mergeVpnTunnel(VpnTunnelInfo value)

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Parameter
Name Description
value VpnTunnelInfo
Returns
Type Description
Step.Builder

setAbort(AbortInfo value)

public Step.Builder setAbort(AbortInfo value)

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Parameter
Name Description
value AbortInfo
Returns
Type Description
Step.Builder

setAbort(AbortInfo.Builder builderForValue)

public Step.Builder setAbort(AbortInfo.Builder builderForValue)

Display information of the final state "abort" and reason.

.google.cloud.networkmanagement.v1.AbortInfo abort = 14;

Parameter
Name Description
builderForValue AbortInfo.Builder
Returns
Type Description
Step.Builder

setAppEngineVersion(AppEngineVersionInfo value)

public Step.Builder setAppEngineVersion(AppEngineVersionInfo value)

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Parameter
Name Description
value AppEngineVersionInfo
Returns
Type Description
Step.Builder

setAppEngineVersion(AppEngineVersionInfo.Builder builderForValue)

public Step.Builder setAppEngineVersion(AppEngineVersionInfo.Builder builderForValue)

Display information of an App Engine service version.

.google.cloud.networkmanagement.v1.AppEngineVersionInfo app_engine_version = 22;

Parameter
Name Description
builderForValue AppEngineVersionInfo.Builder
Returns
Type Description
Step.Builder

setCausesDrop(boolean value)

public Step.Builder setCausesDrop(boolean value)

This is a step that leads to the final state Drop.

bool causes_drop = 3;

Parameter
Name Description
value boolean

The causesDrop to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setCloudFunction(CloudFunctionInfo value)

public Step.Builder setCloudFunction(CloudFunctionInfo value)

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Parameter
Name Description
value CloudFunctionInfo
Returns
Type Description
Step.Builder

setCloudFunction(CloudFunctionInfo.Builder builderForValue)

public Step.Builder setCloudFunction(CloudFunctionInfo.Builder builderForValue)

Display information of a Cloud Function.

.google.cloud.networkmanagement.v1.CloudFunctionInfo cloud_function = 20;

Parameter
Name Description
builderForValue CloudFunctionInfo.Builder
Returns
Type Description
Step.Builder

setCloudRunRevision(CloudRunRevisionInfo value)

public Step.Builder setCloudRunRevision(CloudRunRevisionInfo value)

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Parameter
Name Description
value CloudRunRevisionInfo
Returns
Type Description
Step.Builder

setCloudRunRevision(CloudRunRevisionInfo.Builder builderForValue)

public Step.Builder setCloudRunRevision(CloudRunRevisionInfo.Builder builderForValue)

Display information of a Cloud Run revision.

.google.cloud.networkmanagement.v1.CloudRunRevisionInfo cloud_run_revision = 23;

Parameter
Name Description
builderForValue CloudRunRevisionInfo.Builder
Returns
Type Description
Step.Builder

setCloudSqlInstance(CloudSQLInstanceInfo value)

public Step.Builder setCloudSqlInstance(CloudSQLInstanceInfo value)

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Parameter
Name Description
value CloudSQLInstanceInfo
Returns
Type Description
Step.Builder

setCloudSqlInstance(CloudSQLInstanceInfo.Builder builderForValue)

public Step.Builder setCloudSqlInstance(CloudSQLInstanceInfo.Builder builderForValue)

Display information of a Cloud SQL instance.

.google.cloud.networkmanagement.v1.CloudSQLInstanceInfo cloud_sql_instance = 19;

Parameter
Name Description
builderForValue CloudSQLInstanceInfo.Builder
Returns
Type Description
Step.Builder

setDeliver(DeliverInfo value)

public Step.Builder setDeliver(DeliverInfo value)

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Parameter
Name Description
value DeliverInfo
Returns
Type Description
Step.Builder

setDeliver(DeliverInfo.Builder builderForValue)

public Step.Builder setDeliver(DeliverInfo.Builder builderForValue)

Display information of the final state "deliver" and reason.

.google.cloud.networkmanagement.v1.DeliverInfo deliver = 12;

Parameter
Name Description
builderForValue DeliverInfo.Builder
Returns
Type Description
Step.Builder

setDescription(String value)

public Step.Builder setDescription(String value)

A description of the step. Usually this is a summary of the state.

string description = 1;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Step.Builder setDescriptionBytes(ByteString value)

A description of the step. Usually this is a summary of the state.

string description = 1;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setDrop(DropInfo value)

public Step.Builder setDrop(DropInfo value)

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Parameter
Name Description
value DropInfo
Returns
Type Description
Step.Builder

setDrop(DropInfo.Builder builderForValue)

public Step.Builder setDrop(DropInfo.Builder builderForValue)

Display information of the final state "drop" and reason.

.google.cloud.networkmanagement.v1.DropInfo drop = 15;

Parameter
Name Description
builderForValue DropInfo.Builder
Returns
Type Description
Step.Builder

setEndpoint(EndpointInfo value)

public Step.Builder setEndpoint(EndpointInfo value)

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Parameter
Name Description
value EndpointInfo
Returns
Type Description
Step.Builder

setEndpoint(EndpointInfo.Builder builderForValue)

public Step.Builder setEndpoint(EndpointInfo.Builder builderForValue)

Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy.

.google.cloud.networkmanagement.v1.EndpointInfo endpoint = 8;

Parameter
Name Description
builderForValue EndpointInfo.Builder
Returns
Type Description
Step.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Step.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Step.Builder
Overrides

setFirewall(FirewallInfo value)

public Step.Builder setFirewall(FirewallInfo value)

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Parameter
Name Description
value FirewallInfo
Returns
Type Description
Step.Builder

setFirewall(FirewallInfo.Builder builderForValue)

public Step.Builder setFirewall(FirewallInfo.Builder builderForValue)

Display information of a Compute Engine firewall rule.

.google.cloud.networkmanagement.v1.FirewallInfo firewall = 6;

Parameter
Name Description
builderForValue FirewallInfo.Builder
Returns
Type Description
Step.Builder

setForward(ForwardInfo value)

public Step.Builder setForward(ForwardInfo value)

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Parameter
Name Description
value ForwardInfo
Returns
Type Description
Step.Builder

setForward(ForwardInfo.Builder builderForValue)

public Step.Builder setForward(ForwardInfo.Builder builderForValue)

Display information of the final state "forward" and reason.

.google.cloud.networkmanagement.v1.ForwardInfo forward = 13;

Parameter
Name Description
builderForValue ForwardInfo.Builder
Returns
Type Description
Step.Builder

setForwardingRule(ForwardingRuleInfo value)

public Step.Builder setForwardingRule(ForwardingRuleInfo value)

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Parameter
Name Description
value ForwardingRuleInfo
Returns
Type Description
Step.Builder

setForwardingRule(ForwardingRuleInfo.Builder builderForValue)

public Step.Builder setForwardingRule(ForwardingRuleInfo.Builder builderForValue)

Display information of a Compute Engine forwarding rule.

.google.cloud.networkmanagement.v1.ForwardingRuleInfo forwarding_rule = 9;

Parameter
Name Description
builderForValue ForwardingRuleInfo.Builder
Returns
Type Description
Step.Builder

setGkeMaster(GKEMasterInfo value)

public Step.Builder setGkeMaster(GKEMasterInfo value)

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Parameter
Name Description
value GKEMasterInfo
Returns
Type Description
Step.Builder

setGkeMaster(GKEMasterInfo.Builder builderForValue)

public Step.Builder setGkeMaster(GKEMasterInfo.Builder builderForValue)

Display information of a Google Kubernetes Engine cluster master.

.google.cloud.networkmanagement.v1.GKEMasterInfo gke_master = 18;

Parameter
Name Description
builderForValue GKEMasterInfo.Builder
Returns
Type Description
Step.Builder

setGoogleService(GoogleServiceInfo value)

public Step.Builder setGoogleService(GoogleServiceInfo value)

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Parameter
Name Description
value GoogleServiceInfo
Returns
Type Description
Step.Builder

setGoogleService(GoogleServiceInfo.Builder builderForValue)

public Step.Builder setGoogleService(GoogleServiceInfo.Builder builderForValue)

Display information of a Google service

.google.cloud.networkmanagement.v1.GoogleServiceInfo google_service = 24;

Parameter
Name Description
builderForValue GoogleServiceInfo.Builder
Returns
Type Description
Step.Builder

setInstance(InstanceInfo value)

public Step.Builder setInstance(InstanceInfo value)

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Parameter
Name Description
value InstanceInfo
Returns
Type Description
Step.Builder

setInstance(InstanceInfo.Builder builderForValue)

public Step.Builder setInstance(InstanceInfo.Builder builderForValue)

Display information of a Compute Engine instance.

.google.cloud.networkmanagement.v1.InstanceInfo instance = 5;

Parameter
Name Description
builderForValue InstanceInfo.Builder
Returns
Type Description
Step.Builder

setLoadBalancer(LoadBalancerInfo value) (deprecated)

public Step.Builder setLoadBalancer(LoadBalancerInfo value)

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Parameter
Name Description
value LoadBalancerInfo
Returns
Type Description
Step.Builder

setLoadBalancer(LoadBalancerInfo.Builder builderForValue) (deprecated)

public Step.Builder setLoadBalancer(LoadBalancerInfo.Builder builderForValue)

Display information of the load balancers. Deprecated in favor of the load_balancer_backend_info field, not used in new tests.

.google.cloud.networkmanagement.v1.LoadBalancerInfo load_balancer = 16 [deprecated = true];

Parameter
Name Description
builderForValue LoadBalancerInfo.Builder
Returns
Type Description
Step.Builder

setLoadBalancerBackendInfo(LoadBalancerBackendInfo value)

public Step.Builder setLoadBalancerBackendInfo(LoadBalancerBackendInfo value)

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Parameter
Name Description
value LoadBalancerBackendInfo
Returns
Type Description
Step.Builder

setLoadBalancerBackendInfo(LoadBalancerBackendInfo.Builder builderForValue)

public Step.Builder setLoadBalancerBackendInfo(LoadBalancerBackendInfo.Builder builderForValue)

Display information of a specific load balancer backend.

.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo load_balancer_backend_info = 27;

Parameter
Name Description
builderForValue LoadBalancerBackendInfo.Builder
Returns
Type Description
Step.Builder

setNat(NatInfo value)

public Step.Builder setNat(NatInfo value)

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Parameter
Name Description
value NatInfo
Returns
Type Description
Step.Builder

setNat(NatInfo.Builder builderForValue)

public Step.Builder setNat(NatInfo.Builder builderForValue)

Display information of a NAT.

.google.cloud.networkmanagement.v1.NatInfo nat = 25;

Parameter
Name Description
builderForValue NatInfo.Builder
Returns
Type Description
Step.Builder

setNetwork(NetworkInfo value)

public Step.Builder setNetwork(NetworkInfo value)

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Parameter
Name Description
value NetworkInfo
Returns
Type Description
Step.Builder

setNetwork(NetworkInfo.Builder builderForValue)

public Step.Builder setNetwork(NetworkInfo.Builder builderForValue)

Display information of a Google Cloud network.

.google.cloud.networkmanagement.v1.NetworkInfo network = 17;

Parameter
Name Description
builderForValue NetworkInfo.Builder
Returns
Type Description
Step.Builder

setProjectId(String value)

public Step.Builder setProjectId(String value)

Project ID that contains the configuration this step is validating.

string project_id = 4;

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public Step.Builder setProjectIdBytes(ByteString value)

Project ID that contains the configuration this step is validating.

string project_id = 4;

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setProxyConnection(ProxyConnectionInfo value)

public Step.Builder setProxyConnection(ProxyConnectionInfo value)

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Parameter
Name Description
value ProxyConnectionInfo
Returns
Type Description
Step.Builder

setProxyConnection(ProxyConnectionInfo.Builder builderForValue)

public Step.Builder setProxyConnection(ProxyConnectionInfo.Builder builderForValue)

Display information of a ProxyConnection.

.google.cloud.networkmanagement.v1.ProxyConnectionInfo proxy_connection = 26;

Parameter
Name Description
builderForValue ProxyConnectionInfo.Builder
Returns
Type Description
Step.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Step.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Step.Builder
Overrides

setRoute(RouteInfo value)

public Step.Builder setRoute(RouteInfo value)

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Parameter
Name Description
value RouteInfo
Returns
Type Description
Step.Builder

setRoute(RouteInfo.Builder builderForValue)

public Step.Builder setRoute(RouteInfo.Builder builderForValue)

Display information of a Compute Engine route.

.google.cloud.networkmanagement.v1.RouteInfo route = 7;

Parameter
Name Description
builderForValue RouteInfo.Builder
Returns
Type Description
Step.Builder

setState(Step.State value)

public Step.Builder setState(Step.State value)

Each step is in one of the pre-defined states.

.google.cloud.networkmanagement.v1.Step.State state = 2;

Parameter
Name Description
value Step.State

The state to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setStateValue(int value)

public Step.Builder setStateValue(int value)

Each step is in one of the pre-defined states.

.google.cloud.networkmanagement.v1.Step.State state = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
Step.Builder

This builder for chaining.

setStorageBucket(StorageBucketInfo value)

public Step.Builder setStorageBucket(StorageBucketInfo value)

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Parameter
Name Description
value StorageBucketInfo
Returns
Type Description
Step.Builder

setStorageBucket(StorageBucketInfo.Builder builderForValue)

public Step.Builder setStorageBucket(StorageBucketInfo.Builder builderForValue)

Display information of a Storage Bucket. Used only for return traces.

.google.cloud.networkmanagement.v1.StorageBucketInfo storage_bucket = 28;

Parameter
Name Description
builderForValue StorageBucketInfo.Builder
Returns
Type Description
Step.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Step.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Step.Builder
Overrides

setVpcConnector(VpcConnectorInfo value)

public Step.Builder setVpcConnector(VpcConnectorInfo value)

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Parameter
Name Description
value VpcConnectorInfo
Returns
Type Description
Step.Builder

setVpcConnector(VpcConnectorInfo.Builder builderForValue)

public Step.Builder setVpcConnector(VpcConnectorInfo.Builder builderForValue)

Display information of a VPC connector.

.google.cloud.networkmanagement.v1.VpcConnectorInfo vpc_connector = 21;

Parameter
Name Description
builderForValue VpcConnectorInfo.Builder
Returns
Type Description
Step.Builder

setVpnGateway(VpnGatewayInfo value)

public Step.Builder setVpnGateway(VpnGatewayInfo value)

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Parameter
Name Description
value VpnGatewayInfo
Returns
Type Description
Step.Builder

setVpnGateway(VpnGatewayInfo.Builder builderForValue)

public Step.Builder setVpnGateway(VpnGatewayInfo.Builder builderForValue)

Display information of a Compute Engine VPN gateway.

.google.cloud.networkmanagement.v1.VpnGatewayInfo vpn_gateway = 10;

Parameter
Name Description
builderForValue VpnGatewayInfo.Builder
Returns
Type Description
Step.Builder

setVpnTunnel(VpnTunnelInfo value)

public Step.Builder setVpnTunnel(VpnTunnelInfo value)

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Parameter
Name Description
value VpnTunnelInfo
Returns
Type Description
Step.Builder

setVpnTunnel(VpnTunnelInfo.Builder builderForValue)

public Step.Builder setVpnTunnel(VpnTunnelInfo.Builder builderForValue)

Display information of a Compute Engine VPN tunnel.

.google.cloud.networkmanagement.v1.VpnTunnelInfo vpn_tunnel = 11;

Parameter
Name Description
builderForValue VpnTunnelInfo.Builder
Returns
Type Description
Step.Builder