CustomConnectorVersion class
CustomConnectorVersion indicates a specific version of a connector.
Constructors
-
CustomConnectorVersion({AuthConfig? authConfig, List<
ConfigVariableTemplate> ? backendVariableTemplates, String? createTime, List<DestinationConfig> ? destinationConfigs, bool? enableBackendDestinationConfig, Map<String, String> ? labels, String? name, String? serviceAccount, String? specLocation, List<String> ? specServerUrls, String? state, String? updateTime}) - CustomConnectorVersion.fromJson(Map json_)
Properties
- authConfig ↔ AuthConfig?
-
Authentication config for accessing connector facade/ proxy.
getter/setter pair
-
backendVariableTemplates
↔ List<
ConfigVariableTemplate> ? -
Backend variables config templates.
getter/setter pair
- createTime ↔ String?
-
Created time.
getter/setter pair
-
destinationConfigs
↔ List<
DestinationConfig> ? -
Destination config(s) for accessing connector facade/ proxy.
getter/setter pair
- enableBackendDestinationConfig ↔ bool?
-
When enabled, the connector will be a facade/ proxy, and connects to the
destination provided during connection creation.
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?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
Service account used by runtime plane to access auth config secrets.
getter/setter pair
- specLocation ↔ String?
-
Location of the custom connector spec.
getter/setter pair
-
specServerUrls
↔ List<
String> ? -
Server URLs parsed from the spec.
getter/setter pair
- state ↔ String?
-
State of the custom connector version.
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