GoogleCloudApigeeV1ApimServiceExtensionExtension class

Extension configuration for Apigee extension processor service extension.

Constructors

GoogleCloudApigeeV1ApimServiceExtensionExtension({bool? failOpen, String? hostname, String? matchCondition, String? name, List<String>? supportedEvents})
GoogleCloudApigeeV1ApimServiceExtensionExtension.fromJson(Map json_)

Properties

failOpen bool?
Whether this request should fail open.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
One of the hostnames of Apigee EnvGroup where the proxy is deployed.
getter/setter pair
matchCondition String?
Match Condition for CEL expression.
getter/setter pair
name String?
Name of the LbTrafficExtension resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedEvents List<String>?
Supported events for the Service Extension.
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