* $analyticsService = new Google\Service\Analytics(...); * $clientId = $analyticsService->clientId; * */ class ManagementClientId extends \Google\Service\Resource { /** * Hashes the given Client ID. (clientId.hashClientId) * * @param HashClientIdRequest $postBody * @param array $optParams Optional parameters. * @return HashClientIdResponse */ public function hashClientId(HashClientIdRequest $postBody, $optParams = []) { $params = ['postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('hashClientId', [$params], HashClientIdResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ManagementClientId::class, 'Google_Service_Analytics_Resource_ManagementClientId');