Skip to content

Commit cd640a6

Browse files
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement:v1 The following keys were added: - schemas.TenantResource.properties.sourceTenantProject (Total Keys: 2)
1 parent ea62809 commit cd640a6

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/dyn/serviceconsumermanagement_v1.services.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ <h3>Method Details</h3>
123123
{ # Resource constituting the TenancyUnit.
124124
&quot;migratedTenantProject&quot;: &quot;A String&quot;, # Output only. The newly created regional resource name of the tenant project that has been migrated from a global service. This field is only set for migrated tenant projects. Format: `services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
125125
&quot;resource&quot;: &quot;A String&quot;, # Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form &#x27;projects/{number}&#x27;. For example &#x27;projects/123456&#x27;.
126+
&quot;sourceTenantProject&quot;: &quot;A String&quot;, # 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_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
126127
&quot;status&quot;: &quot;A String&quot;, # Status of tenant resource.
127128
&quot;tag&quot;: &quot;A String&quot;, # Unique per single tenancy unit.
128129
},

docs/dyn/serviceconsumermanagement_v1.services.tenancyUnits.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ <h3>Method Details</h3>
327327
{ # Resource constituting the TenancyUnit.
328328
&quot;migratedTenantProject&quot;: &quot;A String&quot;, # Output only. The newly created regional resource name of the tenant project that has been migrated from a global service. This field is only set for migrated tenant projects. Format: `services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
329329
&quot;resource&quot;: &quot;A String&quot;, # Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form &#x27;projects/{number}&#x27;. For example &#x27;projects/123456&#x27;.
330+
&quot;sourceTenantProject&quot;: &quot;A String&quot;, # 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_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
330331
&quot;status&quot;: &quot;A String&quot;, # Status of tenant resource.
331332
&quot;tag&quot;: &quot;A String&quot;, # Unique per single tenancy unit.
332333
},
@@ -440,6 +441,7 @@ <h3>Method Details</h3>
440441
{ # Resource constituting the TenancyUnit.
441442
&quot;migratedTenantProject&quot;: &quot;A String&quot;, # Output only. The newly created regional resource name of the tenant project that has been migrated from a global service. This field is only set for migrated tenant projects. Format: `services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
442443
&quot;resource&quot;: &quot;A String&quot;, # Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form &#x27;projects/{number}&#x27;. For example &#x27;projects/123456&#x27;.
444+
&quot;sourceTenantProject&quot;: &quot;A String&quot;, # 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_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
443445
&quot;status&quot;: &quot;A String&quot;, # Status of tenant resource.
444446
&quot;tag&quot;: &quot;A String&quot;, # Unique per single tenancy unit.
445447
},

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
}
548548
}
549549
},
550-
"revision": "20260423",
550+
"revision": "20260713",
551551
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
552552
"schemas": {
553553
"AddTenantProjectRequest": {
@@ -3070,6 +3070,11 @@
30703070
"readOnly": true,
30713071
"type": "string"
30723072
},
3073+
"sourceTenantProject": {
3074+
"description": "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_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.",
3075+
"readOnly": true,
3076+
"type": "string"
3077+
},
30733078
"status": {
30743079
"description": "Status of tenant resource.",
30753080
"enum": [

0 commit comments

Comments
 (0)