public interface StepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AbortInfo |
getAbort()
Display information of the final state "abort" and reason.
|
AbortInfoOrBuilder |
getAbortOrBuilder()
Display information of the final state "abort" and reason.
|
boolean |
getCausesDrop()
This is a step that leads to the final state Drop.
|
CloudFunctionInfo |
getCloudFunction()
Display information of a Cloud function.
|
CloudFunctionInfoOrBuilder |
getCloudFunctionOrBuilder()
Display information of a Cloud function.
|
CloudSQLInstanceInfo |
getCloudSqlInstance()
Display information of a Cloud SQL instance.
|
CloudSQLInstanceInfoOrBuilder |
getCloudSqlInstanceOrBuilder()
Display information of a Cloud SQL instance.
|
DeliverInfo |
getDeliver()
Display information of the final state "deliver" and reason.
|
DeliverInfoOrBuilder |
getDeliverOrBuilder()
Display information of the final state "deliver" and reason.
|
String |
getDescription()
A description of the step.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description of the step.
|
DropInfo |
getDrop()
Display information of the final state "drop" and reason.
|
DropInfoOrBuilder |
getDropOrBuilder()
Display information of the final state "drop" and reason.
|
EndpointInfo |
getEndpoint()
Display information of the source and destination under analysis.
|
EndpointInfoOrBuilder |
getEndpointOrBuilder()
Display information of the source and destination under analysis.
|
FirewallInfo |
getFirewall()
Display information of a Compute Engine firewall rule.
|
FirewallInfoOrBuilder |
getFirewallOrBuilder()
Display information of a Compute Engine firewall rule.
|
ForwardInfo |
getForward()
Display information of the final state "forward" and reason.
|
ForwardingRuleInfo |
getForwardingRule()
Display information of a Compute Engine forwarding rule.
|
ForwardingRuleInfoOrBuilder |
getForwardingRuleOrBuilder()
Display information of a Compute Engine forwarding rule.
|
ForwardInfoOrBuilder |
getForwardOrBuilder()
Display information of the final state "forward" and reason.
|
GKEMasterInfo |
getGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
|
GKEMasterInfoOrBuilder |
getGkeMasterOrBuilder()
Display information of a Google Kubernetes Engine cluster master.
|
InstanceInfo |
getInstance()
Display information of a Compute Engine instance.
|
InstanceInfoOrBuilder |
getInstanceOrBuilder()
Display information of a Compute Engine instance.
|
LoadBalancerInfo |
getLoadBalancer()
Display information of the load balancers.
|
LoadBalancerInfoOrBuilder |
getLoadBalancerOrBuilder()
Display information of the load balancers.
|
NetworkInfo |
getNetwork()
Display information of a Google Cloud network.
|
NetworkInfoOrBuilder |
getNetworkOrBuilder()
Display information of a Google Cloud network.
|
String |
getProjectId()
Project ID that contains the configuration this step is validating.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project ID that contains the configuration this step is validating.
|
RouteInfo |
getRoute()
Display information of a Compute Engine route.
|
RouteInfoOrBuilder |
getRouteOrBuilder()
Display information of a Compute Engine route.
|
Step.State |
getState()
Each step is in one of the pre-defined states.
|
int |
getStateValue()
Each step is in one of the pre-defined states.
|
Step.StepInfoCase |
getStepInfoCase() |
VpcConnectorInfo |
getVpcConnector()
Display information of a VPC connector.
|
VpcConnectorInfoOrBuilder |
getVpcConnectorOrBuilder()
Display information of a VPC connector.
|
VpnGatewayInfo |
getVpnGateway()
Display information of a Compute Engine VPN gateway.
|
VpnGatewayInfoOrBuilder |
getVpnGatewayOrBuilder()
Display information of a Compute Engine VPN gateway.
|
VpnTunnelInfo |
getVpnTunnel()
Display information of a Compute Engine VPN tunnel.
|
VpnTunnelInfoOrBuilder |
getVpnTunnelOrBuilder()
Display information of a Compute Engine VPN tunnel.
|
boolean |
hasAbort()
Display information of the final state "abort" and reason.
|
boolean |
hasCloudFunction()
Display information of a Cloud function.
|
boolean |
hasCloudSqlInstance()
Display information of a Cloud SQL instance.
|
boolean |
hasDeliver()
Display information of the final state "deliver" and reason.
|
boolean |
hasDrop()
Display information of the final state "drop" and reason.
|
boolean |
hasEndpoint()
Display information of the source and destination under analysis.
|
boolean |
hasFirewall()
Display information of a Compute Engine firewall rule.
|
boolean |
hasForward()
Display information of the final state "forward" and reason.
|
boolean |
hasForwardingRule()
Display information of a Compute Engine forwarding rule.
|
boolean |
hasGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
|
boolean |
hasInstance()
Display information of a Compute Engine instance.
|
boolean |
hasLoadBalancer()
Display information of the load balancers.
|
boolean |
hasNetwork()
Display information of a Google Cloud network.
|
boolean |
hasRoute()
Display information of a Compute Engine route.
|
boolean |
hasVpcConnector()
Display information of a VPC connector.
|
boolean |
hasVpnGateway()
Display information of a Compute Engine VPN gateway.
|
boolean |
hasVpnTunnel()
Display information of a Compute Engine VPN tunnel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDescription()
A description of the step. Usually this is a summary of the state.
string description = 1;com.google.protobuf.ByteString getDescriptionBytes()
A description of the step. Usually this is a summary of the state.
string description = 1;int getStateValue()
Each step is in one of the pre-defined states.
.google.cloud.networkmanagement.v1beta1.Step.State state = 2;Step.State getState()
Each step is in one of the pre-defined states.
.google.cloud.networkmanagement.v1beta1.Step.State state = 2;boolean getCausesDrop()
This is a step that leads to the final state Drop.
bool causes_drop = 3;String getProjectId()
Project ID that contains the configuration this step is validating.
string project_id = 4;com.google.protobuf.ByteString getProjectIdBytes()
Project ID that contains the configuration this step is validating.
string project_id = 4;boolean hasInstance()
Display information of a Compute Engine instance.
.google.cloud.networkmanagement.v1beta1.InstanceInfo instance = 5;InstanceInfo getInstance()
Display information of a Compute Engine instance.
.google.cloud.networkmanagement.v1beta1.InstanceInfo instance = 5;InstanceInfoOrBuilder getInstanceOrBuilder()
Display information of a Compute Engine instance.
.google.cloud.networkmanagement.v1beta1.InstanceInfo instance = 5;boolean hasFirewall()
Display information of a Compute Engine firewall rule.
.google.cloud.networkmanagement.v1beta1.FirewallInfo firewall = 6;FirewallInfo getFirewall()
Display information of a Compute Engine firewall rule.
.google.cloud.networkmanagement.v1beta1.FirewallInfo firewall = 6;FirewallInfoOrBuilder getFirewallOrBuilder()
Display information of a Compute Engine firewall rule.
.google.cloud.networkmanagement.v1beta1.FirewallInfo firewall = 6;boolean hasRoute()
Display information of a Compute Engine route.
.google.cloud.networkmanagement.v1beta1.RouteInfo route = 7;RouteInfo getRoute()
Display information of a Compute Engine route.
.google.cloud.networkmanagement.v1beta1.RouteInfo route = 7;RouteInfoOrBuilder getRouteOrBuilder()
Display information of a Compute Engine route.
.google.cloud.networkmanagement.v1beta1.RouteInfo route = 7;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.v1beta1.EndpointInfo endpoint = 8;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.v1beta1.EndpointInfo endpoint = 8;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.v1beta1.EndpointInfo endpoint = 8;boolean hasForwardingRule()
Display information of a Compute Engine forwarding rule.
.google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo forwarding_rule = 9;ForwardingRuleInfo getForwardingRule()
Display information of a Compute Engine forwarding rule.
.google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo forwarding_rule = 9;ForwardingRuleInfoOrBuilder getForwardingRuleOrBuilder()
Display information of a Compute Engine forwarding rule.
.google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo forwarding_rule = 9;boolean hasVpnGateway()
Display information of a Compute Engine VPN gateway.
.google.cloud.networkmanagement.v1beta1.VpnGatewayInfo vpn_gateway = 10;VpnGatewayInfo getVpnGateway()
Display information of a Compute Engine VPN gateway.
.google.cloud.networkmanagement.v1beta1.VpnGatewayInfo vpn_gateway = 10;VpnGatewayInfoOrBuilder getVpnGatewayOrBuilder()
Display information of a Compute Engine VPN gateway.
.google.cloud.networkmanagement.v1beta1.VpnGatewayInfo vpn_gateway = 10;boolean hasVpnTunnel()
Display information of a Compute Engine VPN tunnel.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo vpn_tunnel = 11;VpnTunnelInfo getVpnTunnel()
Display information of a Compute Engine VPN tunnel.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo vpn_tunnel = 11;VpnTunnelInfoOrBuilder getVpnTunnelOrBuilder()
Display information of a Compute Engine VPN tunnel.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo vpn_tunnel = 11;boolean hasVpcConnector()
Display information of a VPC connector.
.google.cloud.networkmanagement.v1beta1.VpcConnectorInfo vpc_connector = 21;VpcConnectorInfo getVpcConnector()
Display information of a VPC connector.
.google.cloud.networkmanagement.v1beta1.VpcConnectorInfo vpc_connector = 21;VpcConnectorInfoOrBuilder getVpcConnectorOrBuilder()
Display information of a VPC connector.
.google.cloud.networkmanagement.v1beta1.VpcConnectorInfo vpc_connector = 21;boolean hasDeliver()
Display information of the final state "deliver" and reason.
.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;DeliverInfo getDeliver()
Display information of the final state "deliver" and reason.
.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;DeliverInfoOrBuilder getDeliverOrBuilder()
Display information of the final state "deliver" and reason.
.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;boolean hasForward()
Display information of the final state "forward" and reason.
.google.cloud.networkmanagement.v1beta1.ForwardInfo forward = 13;ForwardInfo getForward()
Display information of the final state "forward" and reason.
.google.cloud.networkmanagement.v1beta1.ForwardInfo forward = 13;ForwardInfoOrBuilder getForwardOrBuilder()
Display information of the final state "forward" and reason.
.google.cloud.networkmanagement.v1beta1.ForwardInfo forward = 13;boolean hasAbort()
Display information of the final state "abort" and reason.
.google.cloud.networkmanagement.v1beta1.AbortInfo abort = 14;AbortInfo getAbort()
Display information of the final state "abort" and reason.
.google.cloud.networkmanagement.v1beta1.AbortInfo abort = 14;AbortInfoOrBuilder getAbortOrBuilder()
Display information of the final state "abort" and reason.
.google.cloud.networkmanagement.v1beta1.AbortInfo abort = 14;boolean hasDrop()
Display information of the final state "drop" and reason.
.google.cloud.networkmanagement.v1beta1.DropInfo drop = 15;DropInfo getDrop()
Display information of the final state "drop" and reason.
.google.cloud.networkmanagement.v1beta1.DropInfo drop = 15;DropInfoOrBuilder getDropOrBuilder()
Display information of the final state "drop" and reason.
.google.cloud.networkmanagement.v1beta1.DropInfo drop = 15;boolean hasLoadBalancer()
Display information of the load balancers.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo load_balancer = 16;LoadBalancerInfo getLoadBalancer()
Display information of the load balancers.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo load_balancer = 16;LoadBalancerInfoOrBuilder getLoadBalancerOrBuilder()
Display information of the load balancers.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo load_balancer = 16;boolean hasNetwork()
Display information of a Google Cloud network.
.google.cloud.networkmanagement.v1beta1.NetworkInfo network = 17;NetworkInfo getNetwork()
Display information of a Google Cloud network.
.google.cloud.networkmanagement.v1beta1.NetworkInfo network = 17;NetworkInfoOrBuilder getNetworkOrBuilder()
Display information of a Google Cloud network.
.google.cloud.networkmanagement.v1beta1.NetworkInfo network = 17;boolean hasGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
.google.cloud.networkmanagement.v1beta1.GKEMasterInfo gke_master = 18;GKEMasterInfo getGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
.google.cloud.networkmanagement.v1beta1.GKEMasterInfo gke_master = 18;GKEMasterInfoOrBuilder getGkeMasterOrBuilder()
Display information of a Google Kubernetes Engine cluster master.
.google.cloud.networkmanagement.v1beta1.GKEMasterInfo gke_master = 18;boolean hasCloudSqlInstance()
Display information of a Cloud SQL instance.
.google.cloud.networkmanagement.v1beta1.CloudSQLInstanceInfo cloud_sql_instance = 19;
CloudSQLInstanceInfo getCloudSqlInstance()
Display information of a Cloud SQL instance.
.google.cloud.networkmanagement.v1beta1.CloudSQLInstanceInfo cloud_sql_instance = 19;
CloudSQLInstanceInfoOrBuilder getCloudSqlInstanceOrBuilder()
Display information of a Cloud SQL instance.
.google.cloud.networkmanagement.v1beta1.CloudSQLInstanceInfo cloud_sql_instance = 19;
boolean hasCloudFunction()
Display information of a Cloud function.
.google.cloud.networkmanagement.v1beta1.CloudFunctionInfo cloud_function = 20;CloudFunctionInfo getCloudFunction()
Display information of a Cloud function.
.google.cloud.networkmanagement.v1beta1.CloudFunctionInfo cloud_function = 20;CloudFunctionInfoOrBuilder getCloudFunctionOrBuilder()
Display information of a Cloud function.
.google.cloud.networkmanagement.v1beta1.CloudFunctionInfo cloud_function = 20;Step.StepInfoCase getStepInfoCase()
Copyright © 2022 Google LLC. All rights reserved.