ApigatewayGateway class

A Gateway is an API-aware HTTP proxy.

It performs API-Method and/or API-Consumer specific actions based on an API Config such as authentication, policy enforcement, and backend selection.

Constructors

ApigatewayGateway({String? apiConfig, String? createTime, String? defaultHostname, String? displayName, Map<String, String>? labels, String? name, String? state, String? updateTime})
ApigatewayGateway.fromJson(Map json_)

Properties

apiConfig String?
Resource name of the API Config for this Gateway.
getter/setter pair
createTime String?
Created time.
getter/setter pair
defaultHostname String?
The default API Gateway host name of the form {gateway_id}-{hash}.{region_code}.gateway.dev.
getter/setter pair
displayName String?
Display name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels to represent user-provided metadata.
getter/setter pair
name String?
Resource name of the Gateway.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the Gateway.
getter/setter pair
updateTime String?
Updated time.
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