GoogleCloudApihubV1GatewayPluginConfig class
Configuration for a gateway plugin.
This is used to specify configs for different gateways.
Constructors
- GoogleCloudApihubV1GatewayPluginConfig({GoogleCloudApihubV1ApigeeEdgeConfig? apigeeEdgeConfig, GoogleCloudApihubV1ApigeeOPDKConfig? apigeeOpdkConfig, GoogleCloudApihubV1ApigeeXHybridConfig? apigeeXHybridConfig, String? pluginInstance})
- GoogleCloudApihubV1GatewayPluginConfig.fromJson(Map json_)
Properties
- apigeeEdgeConfig ↔ GoogleCloudApihubV1ApigeeEdgeConfig?
-
Configuration for Apigee Edge gateways.
getter/setter pair
- apigeeOpdkConfig ↔ GoogleCloudApihubV1ApigeeOPDKConfig?
-
Configuration for Apigee OPDK gateways.
getter/setter pair
- apigeeXHybridConfig ↔ GoogleCloudApihubV1ApigeeXHybridConfig?
-
Configuration for Apigee X and Apigee Hybrid gateways.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pluginInstance ↔ String?
-
The name of the gateway plugin instance for which the config is to be
specified.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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