Skip to content

Commit 8b053fa

Browse files
1 parent b8a739a commit 8b053fa

File tree

8 files changed

+84
-12
lines changed

8 files changed

+84
-12
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-rev20250515-2.0.0</version>
25+
<version>v1-rev20250619-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-rev20250515-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20250619-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ public final class PhpSettings extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key
3737
private CommonLanguageSettings common;
3838

39+
/**
40+
* The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This
41+
* should be used **only** by APIs who have already set the language_settings.php.package_name"
42+
* field in gapic.yaml. API teams should use the protobuf php_namespace option where possible.
43+
* Example of a YAML configuration:: publishing: library_settings: php_settings: library_package:
44+
* Google\Cloud\PubSub\V1
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String libraryPackage;
49+
3950
/**
4051
* Some settings.
4152
* @return value or {@code null} for none
@@ -53,6 +64,31 @@ public PhpSettings setCommon(CommonLanguageSettings common) {
5364
return this;
5465
}
5566

67+
/**
68+
* The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This
69+
* should be used **only** by APIs who have already set the language_settings.php.package_name"
70+
* field in gapic.yaml. API teams should use the protobuf php_namespace option where possible.
71+
* Example of a YAML configuration:: publishing: library_settings: php_settings: library_package:
72+
* Google\Cloud\PubSub\V1
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getLibraryPackage() {
76+
return libraryPackage;
77+
}
78+
79+
/**
80+
* The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This
81+
* should be used **only** by APIs who have already set the language_settings.php.package_name"
82+
* field in gapic.yaml. API teams should use the protobuf php_namespace option where possible.
83+
* Example of a YAML configuration:: publishing: library_settings: php_settings: library_package:
84+
* Google\Cloud\PubSub\V1
85+
* @param libraryPackage libraryPackage or {@code null} for none
86+
*/
87+
public PhpSettings setLibraryPackage(java.lang.String libraryPackage) {
88+
this.libraryPackage = libraryPackage;
89+
return this;
90+
}
91+
5692
@Override
5793
public PhpSettings set(String fieldName, Object value) {
5894
return (PhpSettings) super.set(fieldName, value);

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

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ public final class PhpSettings extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key
3737
private CommonLanguageSettings common;
3838

39+
/**
40+
* The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This
41+
* should be used **only** by APIs who have already set the language_settings.php.package_name"
42+
* field in gapic.yaml. API teams should use the protobuf php_namespace option where possible.
43+
* Example of a YAML configuration:: publishing: library_settings: php_settings: library_package:
44+
* Google\Cloud\PubSub\V1
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String libraryPackage;
49+
3950
/**
4051
* Some settings.
4152
* @return value or {@code null} for none
@@ -53,6 +64,31 @@ public PhpSettings setCommon(CommonLanguageSettings common) {
5364
return this;
5465
}
5566

67+
/**
68+
* The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This
69+
* should be used **only** by APIs who have already set the language_settings.php.package_name"
70+
* field in gapic.yaml. API teams should use the protobuf php_namespace option where possible.
71+
* Example of a YAML configuration:: publishing: library_settings: php_settings: library_package:
72+
* Google\Cloud\PubSub\V1
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getLibraryPackage() {
76+
return libraryPackage;
77+
}
78+
79+
/**
80+
* The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This
81+
* should be used **only** by APIs who have already set the language_settings.php.package_name"
82+
* field in gapic.yaml. API teams should use the protobuf php_namespace option where possible.
83+
* Example of a YAML configuration:: publishing: library_settings: php_settings: library_package:
84+
* Google\Cloud\PubSub\V1
85+
* @param libraryPackage libraryPackage or {@code null} for none
86+
*/
87+
public PhpSettings setLibraryPackage(java.lang.String libraryPackage) {
88+
this.libraryPackage = libraryPackage;
89+
return this;
90+
}
91+
5692
@Override
5793
public PhpSettings set(String fieldName, Object value) {
5894
return (PhpSettings) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)