public final class Step extends com.google.protobuf.GeneratedMessageV3 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.v1beta1.Step| Modifier and Type | Class and Description |
|---|---|
static class |
Step.Builder
A simulated forwarding path is composed of multiple steps.
|
static class |
Step.State
Type of states that are defined in the network state machine.
|
static class |
Step.StepInfoCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ABORT_FIELD_NUMBER |
static int |
CAUSES_DROP_FIELD_NUMBER |
static int |
CLOUD_FUNCTION_FIELD_NUMBER |
static int |
CLOUD_SQL_INSTANCE_FIELD_NUMBER |
static int |
DELIVER_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DROP_FIELD_NUMBER |
static int |
ENDPOINT_FIELD_NUMBER |
static int |
FIREWALL_FIELD_NUMBER |
static int |
FORWARD_FIELD_NUMBER |
static int |
FORWARDING_RULE_FIELD_NUMBER |
static int |
GKE_MASTER_FIELD_NUMBER |
static int |
INSTANCE_FIELD_NUMBER |
static int |
LOAD_BALANCER_FIELD_NUMBER |
static int |
NETWORK_FIELD_NUMBER |
static int |
PROJECT_ID_FIELD_NUMBER |
static int |
ROUTE_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
VPC_CONNECTOR_FIELD_NUMBER |
static int |
VPN_GATEWAY_FIELD_NUMBER |
static int |
VPN_TUNNEL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static Step |
getDefaultInstance() |
Step |
getDefaultInstanceForType() |
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.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Step> |
getParserForType() |
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.
|
int |
getSerializedSize() |
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() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Step.Builder |
newBuilder() |
static Step.Builder |
newBuilder(Step prototype) |
Step.Builder |
newBuilderForType() |
protected Step.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Step |
parseDelimitedFrom(InputStream input) |
static Step |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
parseFrom(byte[] data) |
static Step |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
parseFrom(ByteBuffer data) |
static Step |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
parseFrom(com.google.protobuf.ByteString data) |
static Step |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Step |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Step |
parseFrom(InputStream input) |
static Step |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Step> |
parser() |
Step.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DESCRIPTION_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int CAUSES_DROP_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
public static final int FIREWALL_FIELD_NUMBER
public static final int ROUTE_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
public static final int FORWARDING_RULE_FIELD_NUMBER
public static final int VPN_GATEWAY_FIELD_NUMBER
public static final int VPN_TUNNEL_FIELD_NUMBER
public static final int VPC_CONNECTOR_FIELD_NUMBER
public static final int DELIVER_FIELD_NUMBER
public static final int FORWARD_FIELD_NUMBER
public static final int ABORT_FIELD_NUMBER
public static final int DROP_FIELD_NUMBER
public static final int LOAD_BALANCER_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
public static final int GKE_MASTER_FIELD_NUMBER
public static final int CLOUD_SQL_INSTANCE_FIELD_NUMBER
public static final int CLOUD_FUNCTION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Step.StepInfoCase getStepInfoCase()
getStepInfoCase in interface StepOrBuilderpublic String getDescription()
A description of the step. Usually this is a summary of the state.
string description = 1;getDescription in interface StepOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
A description of the step. Usually this is a summary of the state.
string description = 1;getDescriptionBytes in interface StepOrBuilderpublic int getStateValue()
Each step is in one of the pre-defined states.
.google.cloud.networkmanagement.v1beta1.Step.State state = 2;getStateValue in interface StepOrBuilderpublic Step.State getState()
Each step is in one of the pre-defined states.
.google.cloud.networkmanagement.v1beta1.Step.State state = 2;getState in interface StepOrBuilderpublic boolean getCausesDrop()
This is a step that leads to the final state Drop.
bool causes_drop = 3;getCausesDrop in interface StepOrBuilderpublic String getProjectId()
Project ID that contains the configuration this step is validating.
string project_id = 4;getProjectId in interface StepOrBuilderpublic com.google.protobuf.ByteString getProjectIdBytes()
Project ID that contains the configuration this step is validating.
string project_id = 4;getProjectIdBytes in interface StepOrBuilderpublic boolean hasInstance()
Display information of a Compute Engine instance.
.google.cloud.networkmanagement.v1beta1.InstanceInfo instance = 5;hasInstance in interface StepOrBuilderpublic InstanceInfo getInstance()
Display information of a Compute Engine instance.
.google.cloud.networkmanagement.v1beta1.InstanceInfo instance = 5;getInstance in interface StepOrBuilderpublic InstanceInfoOrBuilder getInstanceOrBuilder()
Display information of a Compute Engine instance.
.google.cloud.networkmanagement.v1beta1.InstanceInfo instance = 5;getInstanceOrBuilder in interface StepOrBuilderpublic boolean hasFirewall()
Display information of a Compute Engine firewall rule.
.google.cloud.networkmanagement.v1beta1.FirewallInfo firewall = 6;hasFirewall in interface StepOrBuilderpublic FirewallInfo getFirewall()
Display information of a Compute Engine firewall rule.
.google.cloud.networkmanagement.v1beta1.FirewallInfo firewall = 6;getFirewall in interface StepOrBuilderpublic FirewallInfoOrBuilder getFirewallOrBuilder()
Display information of a Compute Engine firewall rule.
.google.cloud.networkmanagement.v1beta1.FirewallInfo firewall = 6;getFirewallOrBuilder in interface StepOrBuilderpublic boolean hasRoute()
Display information of a Compute Engine route.
.google.cloud.networkmanagement.v1beta1.RouteInfo route = 7;hasRoute in interface StepOrBuilderpublic RouteInfo getRoute()
Display information of a Compute Engine route.
.google.cloud.networkmanagement.v1beta1.RouteInfo route = 7;getRoute in interface StepOrBuilderpublic RouteInfoOrBuilder getRouteOrBuilder()
Display information of a Compute Engine route.
.google.cloud.networkmanagement.v1beta1.RouteInfo route = 7;getRouteOrBuilder in interface StepOrBuilderpublic 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;hasEndpoint in interface StepOrBuilderpublic 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;getEndpoint in interface StepOrBuilderpublic 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;getEndpointOrBuilder in interface StepOrBuilderpublic boolean hasForwardingRule()
Display information of a Compute Engine forwarding rule.
.google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo forwarding_rule = 9;hasForwardingRule in interface StepOrBuilderpublic ForwardingRuleInfo getForwardingRule()
Display information of a Compute Engine forwarding rule.
.google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo forwarding_rule = 9;getForwardingRule in interface StepOrBuilderpublic ForwardingRuleInfoOrBuilder getForwardingRuleOrBuilder()
Display information of a Compute Engine forwarding rule.
.google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo forwarding_rule = 9;getForwardingRuleOrBuilder in interface StepOrBuilderpublic boolean hasVpnGateway()
Display information of a Compute Engine VPN gateway.
.google.cloud.networkmanagement.v1beta1.VpnGatewayInfo vpn_gateway = 10;hasVpnGateway in interface StepOrBuilderpublic VpnGatewayInfo getVpnGateway()
Display information of a Compute Engine VPN gateway.
.google.cloud.networkmanagement.v1beta1.VpnGatewayInfo vpn_gateway = 10;getVpnGateway in interface StepOrBuilderpublic VpnGatewayInfoOrBuilder getVpnGatewayOrBuilder()
Display information of a Compute Engine VPN gateway.
.google.cloud.networkmanagement.v1beta1.VpnGatewayInfo vpn_gateway = 10;getVpnGatewayOrBuilder in interface StepOrBuilderpublic boolean hasVpnTunnel()
Display information of a Compute Engine VPN tunnel.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo vpn_tunnel = 11;hasVpnTunnel in interface StepOrBuilderpublic VpnTunnelInfo getVpnTunnel()
Display information of a Compute Engine VPN tunnel.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo vpn_tunnel = 11;getVpnTunnel in interface StepOrBuilderpublic VpnTunnelInfoOrBuilder getVpnTunnelOrBuilder()
Display information of a Compute Engine VPN tunnel.
.google.cloud.networkmanagement.v1beta1.VpnTunnelInfo vpn_tunnel = 11;getVpnTunnelOrBuilder in interface StepOrBuilderpublic boolean hasVpcConnector()
Display information of a VPC connector.
.google.cloud.networkmanagement.v1beta1.VpcConnectorInfo vpc_connector = 21;hasVpcConnector in interface StepOrBuilderpublic VpcConnectorInfo getVpcConnector()
Display information of a VPC connector.
.google.cloud.networkmanagement.v1beta1.VpcConnectorInfo vpc_connector = 21;getVpcConnector in interface StepOrBuilderpublic VpcConnectorInfoOrBuilder getVpcConnectorOrBuilder()
Display information of a VPC connector.
.google.cloud.networkmanagement.v1beta1.VpcConnectorInfo vpc_connector = 21;getVpcConnectorOrBuilder in interface StepOrBuilderpublic boolean hasDeliver()
Display information of the final state "deliver" and reason.
.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;hasDeliver in interface StepOrBuilderpublic DeliverInfo getDeliver()
Display information of the final state "deliver" and reason.
.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;getDeliver in interface StepOrBuilderpublic DeliverInfoOrBuilder getDeliverOrBuilder()
Display information of the final state "deliver" and reason.
.google.cloud.networkmanagement.v1beta1.DeliverInfo deliver = 12;getDeliverOrBuilder in interface StepOrBuilderpublic boolean hasForward()
Display information of the final state "forward" and reason.
.google.cloud.networkmanagement.v1beta1.ForwardInfo forward = 13;hasForward in interface StepOrBuilderpublic ForwardInfo getForward()
Display information of the final state "forward" and reason.
.google.cloud.networkmanagement.v1beta1.ForwardInfo forward = 13;getForward in interface StepOrBuilderpublic ForwardInfoOrBuilder getForwardOrBuilder()
Display information of the final state "forward" and reason.
.google.cloud.networkmanagement.v1beta1.ForwardInfo forward = 13;getForwardOrBuilder in interface StepOrBuilderpublic boolean hasAbort()
Display information of the final state "abort" and reason.
.google.cloud.networkmanagement.v1beta1.AbortInfo abort = 14;hasAbort in interface StepOrBuilderpublic AbortInfo getAbort()
Display information of the final state "abort" and reason.
.google.cloud.networkmanagement.v1beta1.AbortInfo abort = 14;getAbort in interface StepOrBuilderpublic AbortInfoOrBuilder getAbortOrBuilder()
Display information of the final state "abort" and reason.
.google.cloud.networkmanagement.v1beta1.AbortInfo abort = 14;getAbortOrBuilder in interface StepOrBuilderpublic boolean hasDrop()
Display information of the final state "drop" and reason.
.google.cloud.networkmanagement.v1beta1.DropInfo drop = 15;hasDrop in interface StepOrBuilderpublic DropInfo getDrop()
Display information of the final state "drop" and reason.
.google.cloud.networkmanagement.v1beta1.DropInfo drop = 15;getDrop in interface StepOrBuilderpublic DropInfoOrBuilder getDropOrBuilder()
Display information of the final state "drop" and reason.
.google.cloud.networkmanagement.v1beta1.DropInfo drop = 15;getDropOrBuilder in interface StepOrBuilderpublic boolean hasLoadBalancer()
Display information of the load balancers.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo load_balancer = 16;hasLoadBalancer in interface StepOrBuilderpublic LoadBalancerInfo getLoadBalancer()
Display information of the load balancers.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo load_balancer = 16;getLoadBalancer in interface StepOrBuilderpublic LoadBalancerInfoOrBuilder getLoadBalancerOrBuilder()
Display information of the load balancers.
.google.cloud.networkmanagement.v1beta1.LoadBalancerInfo load_balancer = 16;getLoadBalancerOrBuilder in interface StepOrBuilderpublic boolean hasNetwork()
Display information of a Google Cloud network.
.google.cloud.networkmanagement.v1beta1.NetworkInfo network = 17;hasNetwork in interface StepOrBuilderpublic NetworkInfo getNetwork()
Display information of a Google Cloud network.
.google.cloud.networkmanagement.v1beta1.NetworkInfo network = 17;getNetwork in interface StepOrBuilderpublic NetworkInfoOrBuilder getNetworkOrBuilder()
Display information of a Google Cloud network.
.google.cloud.networkmanagement.v1beta1.NetworkInfo network = 17;getNetworkOrBuilder in interface StepOrBuilderpublic boolean hasGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
.google.cloud.networkmanagement.v1beta1.GKEMasterInfo gke_master = 18;hasGkeMaster in interface StepOrBuilderpublic GKEMasterInfo getGkeMaster()
Display information of a Google Kubernetes Engine cluster master.
.google.cloud.networkmanagement.v1beta1.GKEMasterInfo gke_master = 18;getGkeMaster in interface StepOrBuilderpublic GKEMasterInfoOrBuilder getGkeMasterOrBuilder()
Display information of a Google Kubernetes Engine cluster master.
.google.cloud.networkmanagement.v1beta1.GKEMasterInfo gke_master = 18;getGkeMasterOrBuilder in interface StepOrBuilderpublic boolean hasCloudSqlInstance()
Display information of a Cloud SQL instance.
.google.cloud.networkmanagement.v1beta1.CloudSQLInstanceInfo cloud_sql_instance = 19;
hasCloudSqlInstance in interface StepOrBuilderpublic CloudSQLInstanceInfo getCloudSqlInstance()
Display information of a Cloud SQL instance.
.google.cloud.networkmanagement.v1beta1.CloudSQLInstanceInfo cloud_sql_instance = 19;
getCloudSqlInstance in interface StepOrBuilderpublic CloudSQLInstanceInfoOrBuilder getCloudSqlInstanceOrBuilder()
Display information of a Cloud SQL instance.
.google.cloud.networkmanagement.v1beta1.CloudSQLInstanceInfo cloud_sql_instance = 19;
getCloudSqlInstanceOrBuilder in interface StepOrBuilderpublic boolean hasCloudFunction()
Display information of a Cloud function.
.google.cloud.networkmanagement.v1beta1.CloudFunctionInfo cloud_function = 20;hasCloudFunction in interface StepOrBuilderpublic CloudFunctionInfo getCloudFunction()
Display information of a Cloud function.
.google.cloud.networkmanagement.v1beta1.CloudFunctionInfo cloud_function = 20;getCloudFunction in interface StepOrBuilderpublic CloudFunctionInfoOrBuilder getCloudFunctionOrBuilder()
Display information of a Cloud function.
.google.cloud.networkmanagement.v1beta1.CloudFunctionInfo cloud_function = 20;getCloudFunctionOrBuilder in interface StepOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Step parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Step parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Step parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Step parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Step parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Step parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Step parseFrom(InputStream input) throws IOException
IOExceptionpublic static Step parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Step parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Step parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Step parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Step parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Step.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Step.Builder newBuilder()
public static Step.Builder newBuilder(Step prototype)
public Step.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Step.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Step getDefaultInstance()
public static com.google.protobuf.Parser<Step> parser()
public com.google.protobuf.Parser<Step> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Step getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.