RuntimeConfig class
RuntimeConfig is the singleton resource of each location.
It includes generic resource configs consumed by control plane and runtime plane like: pub/sub topic/subscription resource name, Cloud Storage location storing schema etc.
Constructors
Properties
- conndSubscription ↔ String?
-
Pub/Sub subscription for connd to receive message.
getter/setter pair
- conndTopic ↔ String?
-
Pub/Sub topic for connd to send message.
getter/setter pair
- controlPlaneSubscription ↔ String?
-
Pub/Sub subscription for control plane to receive message.
getter/setter pair
- controlPlaneTopic ↔ String?
-
Pub/Sub topic for control plne to send message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationId ↔ String?
-
location_id of the runtime location.
getter/setter pair
- name ↔ String?
-
Name of the runtimeConfig resource.
getter/setter pair
- runtimeEndpoint ↔ String?
-
The endpoint of the connectors runtime ingress.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaGcsBucket ↔ String?
-
The Cloud Storage bucket that stores connector's schema reports.
getter/setter pair
- serviceDirectory ↔ String?
-
The name of the Service Directory service name.
getter/setter pair
- state ↔ String?
-
The state of the location.
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