AccountsChannelPartnerLinksResource class
Methods
-
create(GoogleCloudChannelV1ChannelPartnerLink request, String parent, {String? $fields})
→ Future<GoogleCloudChannelV1ChannelPartnerLink>
-
Initiates a channel partner link between a distributor and a reseller, or
between resellers in an n-tier reseller channel.
-
get(String name, {String? view, String? $fields})
→ Future<GoogleCloudChannelV1ChannelPartnerLink>
-
Returns the requested ChannelPartnerLink resource.
-
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<GoogleCloudChannelV1ListChannelPartnerLinksResponse>
-
List ChannelPartnerLinks belonging to a distributor.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudChannelV1UpdateChannelPartnerLinkRequest request, String name, {String? $fields})
→ Future<GoogleCloudChannelV1ChannelPartnerLink>
-
Updates a channel partner link.
-
toString()
→ String
-
A string representation of this object.
inherited