BuyersClientsResource class
Methods
-
activate(ActivateClientRequest request, String name, {String? $fields})
→ Future<Client>
-
Activates an existing client.
-
create(Client request, String parent, {String? $fields})
→ Future<Client>
-
Creates a new client.
-
deactivate(DeactivateClientRequest request, String name, {String? $fields})
→ Future<Client>
-
Deactivates an existing client.
-
get(String name, {String? $fields})
→ Future<Client>
-
Gets a client with a given resource name.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListClientsResponse>
-
Lists all the clients for the current buyer.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Client request, String name, {String? updateMask, String? $fields})
→ Future<Client>
-
Updates an existing client.
-
toString()
→ String
-
A string representation of this object.
inherited