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. *