Step class

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

Inheritance
  • Object
  • GeneratedMessage
  • Step

Constructors

Step({String? description, Step_State? state, bool? causesDrop, String? projectId, InstanceInfo? instance, FirewallInfo? firewall, RouteInfo? route, EndpointInfo? endpoint, ForwardingRuleInfo? forwardingRule, VpnGatewayInfo? vpnGateway, VpnTunnelInfo? vpnTunnel, DeliverInfo? deliver, ForwardInfo? forward, AbortInfo? abort, DropInfo? drop, LoadBalancerInfo? loadBalancer, NetworkInfo? network, GKEMasterInfo? gkeMaster, CloudSQLInstanceInfo? cloudSqlInstance, CloudFunctionInfo? cloudFunction, VpcConnectorInfo? vpcConnector, AppEngineVersionInfo? appEngineVersion, CloudRunRevisionInfo? cloudRunRevision, GoogleServiceInfo? googleService})
factory
Step.fromBuffer(List<int> i, [ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY])
factory
Step.fromJson(String i, [ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY])
factory

Properties

abort AbortInfo
Display information of the final state "abort" and reason.
getter/setter pair
appEngineVersion AppEngineVersionInfo
Display information of an App Engine service version.
getter/setter pair
causesDrop bool
This is a step that leads to the final state Drop.
getter/setter pair
cloudFunction CloudFunctionInfo
Display information of a Cloud Function.
getter/setter pair
cloudRunRevision CloudRunRevisionInfo
Display information of a Cloud Run revision.
getter/setter pair
cloudSqlInstance CloudSQLInstanceInfo
Display information of a Cloud SQL instance.
getter/setter pair
deliver DeliverInfo
Display information of the final state "deliver" and reason.
getter/setter pair
description String
A description of the step. Usually this is a summary of the state.
getter/setter pair
drop DropInfo
Display information of the final state "drop" and reason.
getter/setter pair
endpoint EndpointInfo
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.
getter/setter pair
eventPlugin → EventPlugin?
Subclasses can override this getter to be notified of changes to protobuf fields.
no setterinherited
firewall FirewallInfo
Display information of a Compute Engine firewall rule.
getter/setter pair
forward ForwardInfo
Display information of the final state "forward" and reason.
getter/setter pair
forwardingRule ForwardingRuleInfo
Display information of a Compute Engine forwarding rule.
getter/setter pair
gkeMaster GKEMasterInfo
Display information of a Google Kubernetes Engine cluster master.
getter/setter pair
googleService GoogleServiceInfo
Display information of a Google service
getter/setter pair
hashCode int
Calculates a hash code based on the contents of the protobuf.
no setterinherited
info_ → BuilderInfo
no setteroverride
instance InstanceInfo
Display information of a Compute Engine instance.
getter/setter pair
isFrozen bool
Returns true if this message is marked read-only. Otherwise false.
no setterinherited
loadBalancer LoadBalancerInfo
Display information of the load balancers.
getter/setter pair
network NetworkInfo
Display information of a Google Cloud network.
getter/setter pair
projectId String
Project ID that contains the configuration this step is validating.
getter/setter pair
route RouteInfo
Display information of a Compute Engine route.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Step_State
Each step is in one of the pre-defined states.
getter/setter pair
unknownFields → UnknownFieldSet
no setterinherited
vpcConnector VpcConnectorInfo
Display information of a VPC connector.
getter/setter pair
vpnGateway VpnGatewayInfo
Display information of a Compute Engine VPN gateway.
getter/setter pair
vpnTunnel VpnTunnelInfo
Display information of a Compute Engine VPN tunnel.
getter/setter pair

Methods

addExtension(Extension extension, Object? value) → void
Adds an extension field value to a repeated field.
inherited
check() → void
inherited
clear() → void
Clears all data that was set in this message.
inherited
clearAbort() → void
clearAppEngineVersion() → void
clearCausesDrop() → void
clearCloudFunction() → void
clearCloudRunRevision() → void
clearCloudSqlInstance() → void
clearDeliver() → void
clearDescription() → void
clearDrop() → void
clearEndpoint() → void
clearExtension(Extension extension) → void
Clears an extension field and also removes the extension.
inherited
clearField(int tagNumber) → void
Clears the contents of a given field.
inherited
clearFirewall() → void
clearForward() → void
clearForwardingRule() → void
clearGkeMaster() → void
clearGoogleService() → void
clearInstance() → void
clearLoadBalancer() → void
clearNetwork() → void
clearProjectId() → void
clearRoute() → void
clearState() → void
clearStepInfo() → void
clearVpcConnector() → void
clearVpnGateway() → void
clearVpnTunnel() → void
clone() Step
Creates a deep copy of the fields in this message. (The generated code uses mergeFromMessage.)
override
copyWith(void updates(Step)) Step
Apply updates to a copy of this message.
override
createEmptyInstance() Step
Creates an empty instance of the same message type as this.
override
createMapField<K, V>(int tagNumber, MapFieldInfo<K, V> fi) Map<K, V>
Creates a Map representing a map field.
inherited
createRepeatedField<T>(int tagNumber, FieldInfo<T> fi) List<T>
Creates List implementing a mutable repeated field.
inherited
ensureAbort() AbortInfo
ensureAppEngineVersion() AppEngineVersionInfo
ensureCloudFunction() CloudFunctionInfo
ensureCloudRunRevision() CloudRunRevisionInfo
ensureCloudSqlInstance() CloudSQLInstanceInfo
ensureDeliver() DeliverInfo
ensureDrop() DropInfo
ensureEndpoint() EndpointInfo
ensureFirewall() FirewallInfo
ensureForward() ForwardInfo
ensureForwardingRule() ForwardingRuleInfo
ensureGkeMaster() GKEMasterInfo
ensureGoogleService() GoogleServiceInfo
ensureInstance() InstanceInfo
ensureLoadBalancer() LoadBalancerInfo
ensureNetwork() NetworkInfo
ensureRoute() RouteInfo
ensureVpcConnector() VpcConnectorInfo
ensureVpnGateway() VpnGatewayInfo
ensureVpnTunnel() VpnTunnelInfo
extensionsAreInitialized() bool
inherited
freeze() → GeneratedMessage
Make this message read-only.
inherited
getDefaultForField(int tagNumber) → dynamic
Returns the default value for the given field.
inherited
getExtension(Extension extension) → dynamic
Returns the value of extension.
inherited
getField(int tagNumber) → dynamic
Returns the value of the field associated with tagNumber, or the default value if it is not set.
inherited
getFieldOrNull(int tagNumber) → dynamic
Returns the value of a field, ignoring any defaults.
inherited
getTagNumber(String fieldName) int?
inherited
hasAbort() bool
hasAppEngineVersion() bool
hasCausesDrop() bool
hasCloudFunction() bool
hasCloudRunRevision() bool
hasCloudSqlInstance() bool
hasDeliver() bool
hasDescription() bool
hasDrop() bool
hasEndpoint() bool
hasExtension(Extension extension) bool
Returns true if a value of extension is present.
inherited
hasField(int tagNumber) bool
Whether this message has a field associated with tagNumber.
inherited
hasFirewall() bool
hasForward() bool
hasForwardingRule() bool
hasGkeMaster() bool
hasGoogleService() bool
hasInstance() bool
hasLoadBalancer() bool
hasNetwork() bool
hasProjectId() bool
hasRequiredFields() bool
Whether the message has required fields.
inherited
hasRoute() bool
hasState() bool
hasVpcConnector() bool
hasVpnGateway() bool
hasVpnTunnel() bool
isInitialized() bool
Whether all required fields in the message and embedded messages are set.
inherited
mergeFromBuffer(List<int> input, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
Merges serialized protocol buffer data into this message.
inherited
mergeFromCodedBufferReader(CodedBufferReader input, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
inherited
mergeFromJson(String data, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
Merges field values from data, a JSON object, encoded as described by GeneratedMessage.writeToJson.
inherited
mergeFromJsonMap(Map<String, dynamic> json, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void
Merges field values from a JSON object represented as a Dart map.
inherited
mergeFromMessage(GeneratedMessage other) → void
Merges the contents of the other into this message.
inherited
mergeFromProto3Json(Object? json, {TypeRegistry typeRegistry = const TypeRegistry.empty(), bool ignoreUnknownFields = false, bool supportNamesWithUnderscores = true, bool permissiveEnums = false}) → void
Merges field values from json, a JSON object using proto3 encoding.
inherited
mergeUnknownFields(UnknownFieldSet unknownFieldSet) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setExtension(Extension extension, Object value) → void
Sets the value of a non-repeated extension field to value.
inherited
setField(int tagNumber, Object value) → void
Sets the value of a field by its tagNumber.
inherited
toBuilder() → GeneratedMessage
Creates a writable, shallow copy of this message.
inherited
toDebugString() String
Returns a String representation of this message.
inherited
toProto3Json({TypeRegistry typeRegistry = const TypeRegistry.empty()}) Object?
Returns an Object representing Proto3 JSON serialization of this.
inherited
toString() String
Returns a String representation of this message.
inherited
whichStepInfo() → Step_StepInfo
writeToBuffer() Uint8List
inherited
writeToCodedBufferWriter(CodedBufferWriter output) → void
inherited
writeToJson() String
Returns a JSON string that encodes this message.
inherited
writeToJsonMap() Map<String, dynamic>
Returns the JSON encoding of this message as a Dart Map.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create() Step
createRepeated() → PbList<Step>
getDefault() Step