ProjectsLocationsSubscriptionsResource class
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
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a subscription.
-
get(String name, {String? $fields})
→ Future<Subscription>
-
Gets the details of a Subscription.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the IAM policy.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSubscriptionsResponse>
-
Lists all subscriptions in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(RefreshSubscriptionRequest request, String name, {String? $fields})
→ Future<Operation>
-
Refreshes a Subscription to a Data Exchange.
-
revoke(RevokeSubscriptionRequest request, String name, {String? $fields})
→ Future<RevokeSubscriptionResponse>
-
Revokes a given subscription.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the IAM policy.
-
toString()
→ String
-
A string representation of this object.
inherited