PubsubConfig class
PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
Constructors
- PubsubConfig({String? serviceAccountEmail, String? state, String? subscription, String? topic})
- PubsubConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountEmail ↔ String?
-
Service account that will make the push request.
getter/setter pair
- state ↔ String?
-
Potential issues with the underlying Pub/Sub subscription configuration.
getter/setter pair
- subscription ↔ String?
-
Name of the subscription.
getter/setter pair
- topic ↔ String?
-
The name of the topic from which this subscription is receiving messages.
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