Skip to content

Commit a8504c6

Browse files
chore: regenerate serviceconsumermanagement client (googleapis#32277)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 367e07f commit a8504c6

4 files changed

Lines changed: 39 additions & 6 deletions

File tree

clients/google-api-services-serviceconsumermanagement/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceconsumermanagement</artifactId>
25-
<version>v1-rev20260423-2.0.0</version>
25+
<version>v1-rev20260713-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceconsumermanagement:v1-rev20260423-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceconsumermanagement:v1-rev20260713-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceconsumermanagement/v1/2.0.0/com/google/api/services/serviceconsumermanagement/v1/model/TenantResource.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ public final class TenantResource extends com.google.api.client.json.GenericJson
4747
@com.google.api.client.util.Key
4848
private java.lang.String resource;
4949

50+
/**
51+
* Output only. The resource name of the tenant project from which this active regional tenant
52+
* project was migrated. This field is only set for active regional migrated mapping tenant
53+
* projects. Format:
54+
* `services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String sourceTenantProject;
59+
5060
/**
5161
* Status of tenant resource.
5262
* The value may be {@code null}.
@@ -101,6 +111,29 @@ public TenantResource setResource(java.lang.String resource) {
101111
return this;
102112
}
103113

114+
/**
115+
* Output only. The resource name of the tenant project from which this active regional tenant
116+
* project was migrated. This field is only set for active regional migrated mapping tenant
117+
* projects. Format:
118+
* `services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
119+
* @return value or {@code null} for none
120+
*/
121+
public java.lang.String getSourceTenantProject() {
122+
return sourceTenantProject;
123+
}
124+
125+
/**
126+
* Output only. The resource name of the tenant project from which this active regional tenant
127+
* project was migrated. This field is only set for active regional migrated mapping tenant
128+
* projects. Format:
129+
* `services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}`.
130+
* @param sourceTenantProject sourceTenantProject or {@code null} for none
131+
*/
132+
public TenantResource setSourceTenantProject(java.lang.String sourceTenantProject) {
133+
this.sourceTenantProject = sourceTenantProject;
134+
return this;
135+
}
136+
104137
/**
105138
* Status of tenant resource.
106139
* @return value or {@code null} for none

clients/google-api-services-serviceconsumermanagement/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-serviceconsumermanagement</artifactId>
11-
<version>v1-rev20260423-2.0.0</version>
12-
<name>Service Consumer Management API v1-rev20260423-2.0.0</name>
11+
<version>v1-rev20260713-2.0.0</version>
12+
<name>Service Consumer Management API v1-rev20260713-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceconsumermanagement/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceconsumermanagement</artifactId>
25-
<version>v1-rev20260423-2.0.0</version>
25+
<version>v1-rev20260713-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceconsumermanagement:v1-rev20260423-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceconsumermanagement:v1-rev20260713-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)