Skip to content

Commit b2f609a

Browse files
1 parent 033e6c1 commit b2f609a

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

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

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/JavaSettings.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class JavaSettings extends com.google.api.client.json.GenericJson {
4040
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
4141
* should be used **only** by APIs who have already set the language_settings.java.package_name"
4242
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
43-
* Example of a YAML configuration:: publishing: java_settings: library_package:
43+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
4444
* com.google.cloud.pubsub.v1
4545
* The value may be {@code null}.
4646
*/
@@ -80,7 +80,7 @@ public JavaSettings setCommon(CommonLanguageSettings common) {
8080
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
8181
* should be used **only** by APIs who have already set the language_settings.java.package_name"
8282
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
83-
* Example of a YAML configuration:: publishing: java_settings: library_package:
83+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
8484
* com.google.cloud.pubsub.v1
8585
* @return value or {@code null} for none
8686
*/
@@ -92,7 +92,7 @@ public java.lang.String getLibraryPackage() {
9292
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
9393
* should be used **only** by APIs who have already set the language_settings.java.package_name"
9494
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
95-
* Example of a YAML configuration:: publishing: java_settings: library_package:
95+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
9696
* com.google.cloud.pubsub.v1
9797
* @param libraryPackage libraryPackage or {@code null} for none
9898
*/

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class JavaSettings extends com.google.api.client.json.GenericJson {
4040
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
4141
* should be used **only** by APIs who have already set the language_settings.java.package_name"
4242
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
43-
* Example of a YAML configuration:: publishing: java_settings: library_package:
43+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
4444
* com.google.cloud.pubsub.v1
4545
* The value may be {@code null}.
4646
*/
@@ -80,7 +80,7 @@ public JavaSettings setCommon(CommonLanguageSettings common) {
8080
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
8181
* should be used **only** by APIs who have already set the language_settings.java.package_name"
8282
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
83-
* Example of a YAML configuration:: publishing: java_settings: library_package:
83+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
8484
* com.google.cloud.pubsub.v1
8585
* @return value or {@code null} for none
8686
*/
@@ -92,7 +92,7 @@ public java.lang.String getLibraryPackage() {
9292
* The package name to use in Java. Clobbers the java_package option set in the protobuf. This
9393
* should be used **only** by APIs who have already set the language_settings.java.package_name"
9494
* field in gapic.yaml. API teams should use the protobuf java_package option where possible.
95-
* Example of a YAML configuration:: publishing: java_settings: library_package:
95+
* Example of a YAML configuration:: publishing: library_settings: java_settings: library_package:
9696
* com.google.cloud.pubsub.v1
9797
* @param libraryPackage libraryPackage or {@code null} for none
9898
*/

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-rev20250227-2.0.0</version>
12-
<name>Service Usage API v1beta1-rev20250227-2.0.0</name>
11+
<version>v1beta1-rev20250313-2.0.0</version>
12+
<name>Service Usage API v1beta1-rev20250313-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-rev20250227-2.0.0</version>
25+
<version>v1beta1-rev20250313-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-rev20250227-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20250313-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)