Skip to content

Commit eb1172b

Browse files
1 parent 253c145 commit eb1172b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

clients/google-api-services-servicemanagement/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-servicemanagement</artifactId>
25-
<version>v1-rev20250210-2.0.0</version>
25+
<version>v1-rev20250223-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-servicemanagement:v1-rev20250210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20250223-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/Documentation.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public final class Documentation extends com.google.api.client.json.GenericJson
9191
private java.util.List<DocumentationRule> rules;
9292

9393
/**
94-
* Specifies section and content to override boilerplate content provided by go/api-docgen.
95-
* Currently overrides following sections: 1. rest.service.client_libraries
94+
* Specifies section and content to override the boilerplate content. Currently overrides
95+
* following sections: 1. rest.service.client_libraries
9696
* The value may be {@code null}.
9797
*/
9898
@com.google.api.client.util.Key
@@ -212,17 +212,17 @@ public Documentation setRules(java.util.List<DocumentationRule> rules) {
212212
}
213213

214214
/**
215-
* Specifies section and content to override boilerplate content provided by go/api-docgen.
216-
* Currently overrides following sections: 1. rest.service.client_libraries
215+
* Specifies section and content to override the boilerplate content. Currently overrides
216+
* following sections: 1. rest.service.client_libraries
217217
* @return value or {@code null} for none
218218
*/
219219
public java.util.List<Page> getSectionOverrides() {
220220
return sectionOverrides;
221221
}
222222

223223
/**
224-
* Specifies section and content to override boilerplate content provided by go/api-docgen.
225-
* Currently overrides following sections: 1. rest.service.client_libraries
224+
* Specifies section and content to override the boilerplate content. Currently overrides
225+
* following sections: 1. rest.service.client_libraries
226226
* @param sectionOverrides sectionOverrides or {@code null} for none
227227
*/
228228
public Documentation setSectionOverrides(java.util.List<Page> sectionOverrides) {

clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/DocumentationRule.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class DocumentationRule extends com.google.api.client.json.GenericJ
4949

5050
/**
5151
* String of comma or space separated case-sensitive words for which method/field name replacement
52-
* will be disabled by go/api-docgen.
52+
* will be disabled.
5353
* The value may be {@code null}.
5454
*/
5555
@com.google.api.client.util.Key
@@ -108,7 +108,7 @@ public DocumentationRule setDescription(java.lang.String description) {
108108

109109
/**
110110
* String of comma or space separated case-sensitive words for which method/field name replacement
111-
* will be disabled by go/api-docgen.
111+
* will be disabled.
112112
* @return value or {@code null} for none
113113
*/
114114
public java.lang.String getDisableReplacementWords() {
@@ -117,7 +117,7 @@ public java.lang.String getDisableReplacementWords() {
117117

118118
/**
119119
* String of comma or space separated case-sensitive words for which method/field name replacement
120-
* will be disabled by go/api-docgen.
120+
* will be disabled.
121121
* @param disableReplacementWords disableReplacementWords or {@code null} for none
122122
*/
123123
public DocumentationRule setDisableReplacementWords(java.lang.String disableReplacementWords) {

clients/google-api-services-servicemanagement/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-servicemanagement</artifactId>
11-
<version>v1-rev20250210-2.0.0</version>
12-
<name>Service Management API v1-rev20250210-2.0.0</name>
11+
<version>v1-rev20250223-2.0.0</version>
12+
<name>Service Management API v1-rev20250223-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicemanagement/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-servicemanagement</artifactId>
25-
<version>v1-rev20250210-2.0.0</version>
25+
<version>v1-rev20250223-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-servicemanagement:v1-rev20250210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20250223-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)