ProjectsLocationsDataExchangesListingsResource class

Constructors

ProjectsLocationsDataExchangesListingsResource(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(Listing request, String parent, {String? listingId, String? $fields}) Future<Listing>
Creates a new listing.
delete(String name, {String? $fields}) Future<Empty>
Deletes a listing.
get(String name, {String? $fields}) Future<Listing>
Gets the details of a listing.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the IAM policy.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListListingsResponse>
Lists all listings in a given project and location.
listSubscriptions(String resource, {bool? includeDeletedSubscriptions, int? pageSize, String? pageToken, String? $fields}) Future<ListSharedResourceSubscriptionsResponse>
Lists all subscriptions on a given Data Exchange or Listing.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Listing request, String name, {String? updateMask, String? $fields}) Future<Listing>
Updates an existing listing.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the IAM policy.
subscribe(SubscribeListingRequest request, String name, {String? $fields}) Future<SubscribeListingResponse>
Subscribes to a listing.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns the permissions that a caller has.
toString() String
A string representation of this object.
inherited

Operators

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