AdminProjectsLocationsSubscriptionsResource class

Constructors

AdminProjectsLocationsSubscriptionsResource(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(Subscription request, String parent, {bool? skipBacklog, String? subscriptionId, String? $fields}) Future<Subscription>
Creates a new subscription.
delete(String name, {String? $fields}) Future<Empty>
Deletes the specified subscription.
get(String name, {String? $fields}) Future<Subscription>
Returns the subscription configuration.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListSubscriptionsResponse>
Returns the list of subscriptions for the given project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Subscription request, String name, {String? updateMask, String? $fields}) Future<Subscription>
Updates properties of the specified subscription.
seek(SeekSubscriptionRequest request, String name, {String? $fields}) Future<Operation>
Performs an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog.
toString() String
A string representation of this object.
inherited

Operators

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