ProjectsLocationsConnectionsEventSubscriptionsResource class

Constructors

ProjectsLocationsConnectionsEventSubscriptionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(EventSubscription request, String parent, {String? eventSubscriptionId, String? $fields}) Future<Operation>
Creates a new EventSubscription in a given project,location and connection.
delete(String name, {String? $fields}) Future<Operation>
Deletes a single EventSubscription.
get(String name, {String? $fields}) Future<EventSubscription>
Gets details of a single EventSubscription.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListEventSubscriptionsResponse>
List EventSubscriptions in a given project,location and connection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(EventSubscription request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates the parameters of a single EventSubscription.
retry(RetryEventSubscriptionRequest request, String name, {String? $fields}) Future<Operation>
RetryEventSubscription retries the registration of Subscription.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited