Chains
class Chains extends Resource (View source)
The "chains" collection of methods.
Typical usage is:
$mybusinessbusinessinformationService = new Google\Service\MyBusinessBusinessInformation(...);
$chains = $mybusinessbusinessinformationService->chains;
Methods
get(string $name, array $optParams = [])
Gets the specified chain. Returns NOT_FOUND
if the chain does not exist.
search(array $optParams = [])
Searches the chain based on chain name. (chains.search)
Details
Chain
get(string $name, array $optParams = [])
Gets the specified chain. Returns NOT_FOUND
if the chain does not exist.
(chains.get)
SearchChainsResponse
search(array $optParams = [])
Searches the chain based on chain name. (chains.search)