NetworkEndpointGroupAppEngine class
Configuration for an App Engine network endpoint group (NEG).
The service is optional, may be provided explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask when service is present. Note: App Engine service must be in the same project and located in the same region as the Serverless NEG.
Constructors
- NetworkEndpointGroupAppEngine({String? service, String? urlMask, String? version})
- NetworkEndpointGroupAppEngine.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ String?
-
Optional serving service.
getter/setter pair
- urlMask ↔ String?
-
An URL mask is one of the main components of the Cloud Function.
getter/setter pair
- version ↔ String?
-
Optional serving version.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited