BuyersClients
class BuyersClients extends Resource (View source)
The "clients" collection of methods.
Typical usage is:
$authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...);
$clients = $authorizedbuyersmarketplaceService->buyers_clients;
Methods
Activates an existing client. The state of the client will be updated to "ACTIVE". This method has no effect if the client is already in "ACTIVE" state. (clients.activate)
Deactivates an existing client. The state of the client will be updated to "INACTIVE". This method has no effect if the client is already in "INACTIVE" state. (clients.deactivate)
Gets a client with a given resource name. (clients.get)
Lists all the clients for the current buyer. (clients.listBuyersClients)
Details
Client
activate(string $name, ActivateClientRequest $postBody, array $optParams = [])
Activates an existing client. The state of the client will be updated to "ACTIVE". This method has no effect if the client is already in "ACTIVE" state. (clients.activate)
Client
create(string $parent, Client $postBody, array $optParams = [])
Creates a new client. (clients.create)
Client
deactivate(string $name, DeactivateClientRequest $postBody, array $optParams = [])
Deactivates an existing client. The state of the client will be updated to "INACTIVE". This method has no effect if the client is already in "INACTIVE" state. (clients.deactivate)
Client
get(string $name, array $optParams = [])
Gets a client with a given resource name. (clients.get)
ListClientsResponse
listBuyersClients(string $parent, array $optParams = [])
Lists all the clients for the current buyer. (clients.listBuyersClients)