Skip to content

Commit 02e892d

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

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

clients/google-api-services-serviceconsumermanagement/v1beta1/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>v1beta1-rev20241115-2.0.0</version>
25+
<version>v1beta1-rev20241205-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:v1beta1-rev20241115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceconsumermanagement:v1beta1-rev20241205-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceconsumermanagement/v1beta1/2.0.0/com/google/api/services/serviceconsumermanagement/v1beta1/model/Documentation.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
@SuppressWarnings("javadoc")
5151
public final class Documentation extends com.google.api.client.json.GenericJson {
5252

53+
/**
54+
* Optional information about the IAM configuration. This is typically used to link to
55+
* documentation about a product's IAM roles and permissions.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String additionalIamInfo;
60+
5361
/**
5462
* The URL to the root of documentation.
5563
* The value may be {@code null}.
@@ -108,6 +116,25 @@ public final class Documentation extends com.google.api.client.json.GenericJson
108116
@com.google.api.client.util.Key
109117
private java.lang.String summary;
110118

119+
/**
120+
* Optional information about the IAM configuration. This is typically used to link to
121+
* documentation about a product's IAM roles and permissions.
122+
* @return value or {@code null} for none
123+
*/
124+
public java.lang.String getAdditionalIamInfo() {
125+
return additionalIamInfo;
126+
}
127+
128+
/**
129+
* Optional information about the IAM configuration. This is typically used to link to
130+
* documentation about a product's IAM roles and permissions.
131+
* @param additionalIamInfo additionalIamInfo or {@code null} for none
132+
*/
133+
public Documentation setAdditionalIamInfo(java.lang.String additionalIamInfo) {
134+
this.additionalIamInfo = additionalIamInfo;
135+
return this;
136+
}
137+
111138
/**
112139
* The URL to the root of documentation.
113140
* @return value or {@code null} for none

clients/google-api-services-serviceconsumermanagement/v1beta1/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>v1beta1-rev20241115-2.0.0</version>
12-
<name>Service Consumer Management API v1beta1-rev20241115-2.0.0</name>
11+
<version>v1beta1-rev20241205-2.0.0</version>
12+
<name>Service Consumer Management API v1beta1-rev20241205-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceconsumermanagement/v1beta1/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>v1beta1-rev20241115-2.0.0</version>
25+
<version>v1beta1-rev20241205-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:v1beta1-rev20241115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceconsumermanagement:v1beta1-rev20241205-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)