Skip to content

Commit ed5dc81

Browse files
1 parent 02e892d commit ed5dc81

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

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

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

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

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

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

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)