JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr * $integrationsService = new Google\Service\Integrations(...); * $projects = $integrationsService->projects; * */ class Projects extends \Google\Service\Resource { /** * Gets the metadata info for the requested client (projects.getClientmetadata) * * @param string $parent Required. Required: The ID of the GCP Project to be * provisioned. * @param array $optParams Optional parameters. * @return GoogleCloudIntegrationsV1alphaGetClientMetadataResponse * @throws \Google\Service\Exception */ public function getClientmetadata($parent, $optParams = []) { $params = ['parent' => $parent]; $params = array_merge($params, $optParams); return $this->call('getClientmetadata', [$params], GoogleCloudIntegrationsV1alphaGetClientMetadataResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Projects::class, 'Google_Service_Integrations_Resource_Projects');