diff --git a/Talent/metadata/V4Beta1/Tenant.php b/Talent/metadata/V4Beta1/Tenant.php index f4ef541d66f2..070839b79193 100644 --- a/Talent/metadata/V4Beta1/Tenant.php +++ b/Talent/metadata/V4Beta1/Tenant.php @@ -14,28 +14,23 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Google\Api\Annotations::initOnce(); - \GPBMetadata\Google\Protobuf\Timestamp::initOnce(); - \GPBMetadata\Google\Protobuf\Wrappers::initOnce(); $pool->internalAddGeneratedFile(hex2bin( - "0a8f040a28676f6f676c652f636c6f75642f74616c656e742f7634626574" . + "0ace030a28676f6f676c652f636c6f75642f74616c656e742f7634626574" . "61312f74656e616e742e70726f746f121b676f6f676c652e636c6f75642e" . - "74616c656e742e763462657461311a1f676f6f676c652f70726f746f6275" . - "662f74696d657374616d702e70726f746f1a1e676f6f676c652f70726f74" . - "6f6275662f77726170706572732e70726f746f22f8010a0654656e616e74" . - "120c0a046e616d6518012001280912130a0b65787465726e616c5f696418" . - "022001280912450a0a75736167655f7479706518032001280e32312e676f" . - "6f676c652e636c6f75642e74616c656e742e763462657461312e54656e61" . - "6e742e4461746155736167655479706512340a2c6b6579776f72645f7365" . - "6172636861626c655f70726f66696c655f637573746f6d5f617474726962" . - "75746573180420032809224e0a0d44617461557361676554797065121f0a" . - "1b444154415f55534147455f545950455f554e5350454349464945441000" . - "120e0a0a414747524547415445441001120c0a0849534f4c415445441002" . - "4281010a1f636f6d2e676f6f676c652e636c6f75642e74616c656e742e76" . - "346265746131421354656e616e745265736f7572636550726f746f50015a" . - "41676f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f676f" . - "6f676c65617069732f636c6f75642f74616c656e742f763462657461313b" . - "74616c656e74a20203435453620670726f746f33" + "74616c656e742e7634626574613122f8010a0654656e616e74120c0a046e" . + "616d6518012001280912130a0b65787465726e616c5f6964180220012809" . + "12450a0a75736167655f7479706518032001280e32312e676f6f676c652e" . + "636c6f75642e74616c656e742e763462657461312e54656e616e742e4461" . + "746155736167655479706512340a2c6b6579776f72645f73656172636861" . + "626c655f70726f66696c655f637573746f6d5f6174747269627574657318" . + "0420032809224e0a0d44617461557361676554797065121f0a1b44415441" . + "5f55534147455f545950455f554e5350454349464945441000120e0a0a41" . + "4747524547415445441001120c0a0849534f4c4154454410024281010a1f" . + "636f6d2e676f6f676c652e636c6f75642e74616c656e742e763462657461" . + "31421354656e616e745265736f7572636550726f746f50015a41676f6f67" . + "6c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561" . + "7069732f636c6f75642f74616c656e742f763462657461313b74616c656e" . + "74a20203435453620670726f746f33" ), true); static::$is_initialized = true; diff --git a/Talent/src/V4beta1/Gapic/ApplicationServiceGapicClient.php b/Talent/src/V4beta1/Gapic/ApplicationServiceGapicClient.php index 1ab6ef3318db..78ec5f8a8bea 100644 --- a/Talent/src/V4beta1/Gapic/ApplicationServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/ApplicationServiceGapicClient.php @@ -109,7 +109,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/application_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/application_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/application_service_grpc_config.json', @@ -245,6 +245,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -272,7 +275,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/CompanyServiceGapicClient.php b/Talent/src/V4beta1/Gapic/CompanyServiceGapicClient.php index d8ed3cd1d9b8..c48ee9e93808 100644 --- a/Talent/src/V4beta1/Gapic/CompanyServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/CompanyServiceGapicClient.php @@ -108,7 +108,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/company_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/company_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/company_service_grpc_config.json', @@ -240,6 +240,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -267,7 +270,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/CompletionGapicClient.php b/Talent/src/V4beta1/Gapic/CompletionGapicClient.php index f6533e0dac2c..e470c8cf4f6d 100644 --- a/Talent/src/V4beta1/Gapic/CompletionGapicClient.php +++ b/Talent/src/V4beta1/Gapic/CompletionGapicClient.php @@ -104,7 +104,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/completion_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/completion_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/completion_grpc_config.json', @@ -236,6 +236,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -263,7 +266,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/EventServiceGapicClient.php b/Talent/src/V4beta1/Gapic/EventServiceGapicClient.php index 211776dd9c65..340986040baa 100644 --- a/Talent/src/V4beta1/Gapic/EventServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/EventServiceGapicClient.php @@ -100,7 +100,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/event_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/event_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/event_service_grpc_config.json', @@ -201,6 +201,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -228,7 +231,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/JobServiceGapicClient.php b/Talent/src/V4beta1/Gapic/JobServiceGapicClient.php index 3a93ec3f96ce..df2f591dd9ce 100644 --- a/Talent/src/V4beta1/Gapic/JobServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/JobServiceGapicClient.php @@ -127,7 +127,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/job_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/job_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/job_service_grpc_config.json', @@ -325,6 +325,9 @@ public function resumeOperation($operationName, $methodName = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -352,7 +355,7 @@ public function resumeOperation($operationName, $methodName = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/ProfileServiceGapicClient.php b/Talent/src/V4beta1/Gapic/ProfileServiceGapicClient.php index 0788ed514ecb..00fc2020a982 100644 --- a/Talent/src/V4beta1/Gapic/ProfileServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/ProfileServiceGapicClient.php @@ -128,7 +128,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/profile_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/profile_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/profile_service_grpc_config.json', @@ -260,6 +260,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -287,7 +290,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/ResumeServiceGapicClient.php b/Talent/src/V4beta1/Gapic/ResumeServiceGapicClient.php index a7ad24564e11..b72c16a54573 100644 --- a/Talent/src/V4beta1/Gapic/ResumeServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/ResumeServiceGapicClient.php @@ -99,7 +99,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/resume_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/resume_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/resume_service_grpc_config.json', @@ -198,6 +198,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -225,7 +228,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/Gapic/TenantServiceGapicClient.php b/Talent/src/V4beta1/Gapic/TenantServiceGapicClient.php index 145c77d30eb5..5de1a21b9014 100644 --- a/Talent/src/V4beta1/Gapic/TenantServiceGapicClient.php +++ b/Talent/src/V4beta1/Gapic/TenantServiceGapicClient.php @@ -108,7 +108,7 @@ private static function getClientDefaults() { return [ 'serviceName' => self::SERVICE_NAME, - 'serviceAddress' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, + 'apiEndpoint' => self::SERVICE_ADDRESS.':'.self::DEFAULT_SERVICE_PORT, 'clientConfig' => __DIR__.'/../resources/tenant_service_client_config.json', 'descriptorsConfigPath' => __DIR__.'/../resources/tenant_service_descriptor_config.php', 'gcpApiConfigPath' => __DIR__.'/../resources/tenant_service_grpc_config.json', @@ -236,6 +236,9 @@ public static function parseName($formattedName, $template = null) * Optional. Options for configuring the service API wrapper. * * @type string $serviceAddress + * **Deprecated**. This option will be removed in a future major release. Please + * utilize the `$apiEndpoint` option instead. + * @type string $apiEndpoint * The address of the API remote host. May optionally include the port, formatted * as ":". Default 'jobs.googleapis.com:443'. * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials @@ -263,7 +266,7 @@ public static function parseName($formattedName, $template = null) * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. * *Advanced usage*: Additionally, it is possible to pass in an already instantiated * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress + * object is provided, any settings in $transportConfig, and any `$apiEndpoint` * setting, will be ignored. * @type array $transportConfig * Configuration options that will be used to construct the transport. Options for diff --git a/Talent/src/V4beta1/LocationFilter.php b/Talent/src/V4beta1/LocationFilter.php index 136b6269806e..6e2e2cf6f5e8 100644 --- a/Talent/src/V4beta1/LocationFilter.php +++ b/Talent/src/V4beta1/LocationFilter.php @@ -26,8 +26,9 @@ class LocationFilter extends \Google\Protobuf\Internal\Message * Optional. CLDR region code of the country/region of the address. This is * used to address ambiguity of the user-input location, for example, * "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". - * Set this field if all the jobs to search against are from a same region, - * or jobs are world-wide, but the job seeker is from a specific region. + * Set this field to bias location resolution toward a specific country + * or territory. If this field is not set, application behavior is biased + * toward the United States by default. * See http://cldr.unicode.org/ and * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. @@ -95,8 +96,9 @@ class LocationFilter extends \Google\Protobuf\Internal\Message * Optional. CLDR region code of the country/region of the address. This is * used to address ambiguity of the user-input location, for example, * "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". - * Set this field if all the jobs to search against are from a same region, - * or jobs are world-wide, but the job seeker is from a specific region. + * Set this field to bias location resolution toward a specific country + * or territory. If this field is not set, application behavior is biased + * toward the United States by default. * See http://cldr.unicode.org/ and * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. @@ -168,8 +170,9 @@ public function setAddress($var) * Optional. CLDR region code of the country/region of the address. This is * used to address ambiguity of the user-input location, for example, * "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". - * Set this field if all the jobs to search against are from a same region, - * or jobs are world-wide, but the job seeker is from a specific region. + * Set this field to bias location resolution toward a specific country + * or territory. If this field is not set, application behavior is biased + * toward the United States by default. * See http://cldr.unicode.org/ and * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. @@ -187,8 +190,9 @@ public function getRegionCode() * Optional. CLDR region code of the country/region of the address. This is * used to address ambiguity of the user-input location, for example, * "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". - * Set this field if all the jobs to search against are from a same region, - * or jobs are world-wide, but the job seeker is from a specific region. + * Set this field to bias location resolution toward a specific country + * or territory. If this field is not set, application behavior is biased + * toward the United States by default. * See http://cldr.unicode.org/ and * http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html * for details. Example: "CH" for Switzerland. diff --git a/Talent/src/V4beta1/Profile.php b/Talent/src/V4beta1/Profile.php index 85c98e97849c..cddc7a08136c 100644 --- a/Talent/src/V4beta1/Profile.php +++ b/Talent/src/V4beta1/Profile.php @@ -27,7 +27,9 @@ class Profile extends \Google\Protobuf\Internal\Message */ private $name = ''; /** - * Optional. Profile's id in client system if available. + * Optional. Profile's id in client system if available. This value is not + * required to be unique to each profile. However, providing unique values + * makes it easier to specify individual profiles when filing support tickets. * The maximum number of bytes allowed is 100. * * Generated from protobuf field string external_id = 2; @@ -303,7 +305,9 @@ class Profile extends \Google\Protobuf\Internal\Message * "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", * for example, "projects/api-test-project/tenants/foo/profiles/bar". * @type string $external_id - * Optional. Profile's id in client system if available. + * Optional. Profile's id in client system if available. This value is not + * required to be unique to each profile. However, providing unique values + * makes it easier to specify individual profiles when filing support tickets. * The maximum number of bytes allowed is 100. * @type string $source * Optional. The source description indicating where the profile is acquired. @@ -499,7 +503,9 @@ public function setName($var) } /** - * Optional. Profile's id in client system if available. + * Optional. Profile's id in client system if available. This value is not + * required to be unique to each profile. However, providing unique values + * makes it easier to specify individual profiles when filing support tickets. * The maximum number of bytes allowed is 100. * * Generated from protobuf field string external_id = 2; @@ -511,7 +517,9 @@ public function getExternalId() } /** - * Optional. Profile's id in client system if available. + * Optional. Profile's id in client system if available. This value is not + * required to be unique to each profile. However, providing unique values + * makes it easier to specify individual profiles when filing support tickets. * The maximum number of bytes allowed is 100. * * Generated from protobuf field string external_id = 2; diff --git a/Talent/synth.metadata b/Talent/synth.metadata index d4c539152152..a44ceea5d368 100644 --- a/Talent/synth.metadata +++ b/Talent/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-08-02T20:48:03.499866Z", + "updateTime": "2019-08-07T18:05:17.640025Z", "sources": [ { "generator": { @@ -12,8 +12,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7b212a8d2319cd81a7b6942c25dbf4550480a06c", - "internalRef": "261339454" + "sha": "3a1b46a6668194a527e532a2c355b404c79b0e6a", + "internalRef": "262167956" } } ],