From e8d2ece8f2523934593736352a95af3b618529a9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:11:03 -0700 Subject: [PATCH] Regenerate serviceconsumermanagement client --- .../TenantResource.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/ServiceConsumerManagement/TenantResource.php b/src/ServiceConsumerManagement/TenantResource.php index b0966974162..753259f8aa9 100644 --- a/src/ServiceConsumerManagement/TenantResource.php +++ b/src/ServiceConsumerManagement/TenantResource.php @@ -60,6 +60,15 @@ class TenantResource extends \Google\Model * @var string */ public $resource; + /** + * Output only. The resource name of the tenant project from which this active + * regional tenant project was migrated. This field is only set for active + * regional migrated mapping tenant projects. Format: `services//{collection_i + * d}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`. + * + * @var string + */ + public $sourceTenantProject; /** * Status of tenant resource. * @@ -110,6 +119,25 @@ public function getResource() { return $this->resource; } + /** + * Output only. The resource name of the tenant project from which this active + * regional tenant project was migrated. This field is only set for active + * regional migrated mapping tenant projects. Format: `services//{collection_i + * d}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`. + * + * @param string $sourceTenantProject + */ + public function setSourceTenantProject($sourceTenantProject) + { + $this->sourceTenantProject = $sourceTenantProject; + } + /** + * @return string + */ + public function getSourceTenantProject() + { + return $this->sourceTenantProject; + } /** * Status of tenant resource. *