ServiceConfig_IngressSettings class final

Available ingress settings.

This controls what traffic can reach the function.

If unspecified, ALLOW_ALL will be used.

Inheritance
  • Object
  • ProtoEnum
  • ServiceConfig_IngressSettings

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

$default → const ServiceConfig_IngressSettings
The default value for ServiceConfig_IngressSettings.
allowAll → const ServiceConfig_IngressSettings
Allow HTTP traffic from public and private sources.
allowInternalAndGclb → const ServiceConfig_IngressSettings
Allow HTTP traffic from private VPC sources and through GCLB.
allowInternalOnly → const ServiceConfig_IngressSettings
Allow HTTP traffic from only private VPC sources.
ingressSettingsUnspecified → const ServiceConfig_IngressSettings
Unspecified.