Skip to content

Commit e2e74af

Browse files
1 parent 4fa952c commit e2e74af

File tree

8 files changed

+84
-12
lines changed

8 files changed

+84
-12
lines changed

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

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

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

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

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

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
11-
<version>v1-rev20250615-2.0.0</version>
12-
<name>Service Networking API v1-rev20250615-2.0.0</name>
11+
<version>v1-rev20250618-2.0.0</version>
12+
<name>Service Networking API v1-rev20250618-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20250615-2.0.0</version>
25+
<version>v1beta-rev20250618-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-servicenetworking:v1beta-rev20250615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20250618-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1beta/2.0.0/com/google/api/services/servicenetworking/v1beta/model/PhpSettings.java

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

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

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

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
11-
<version>v1beta-rev20250615-2.0.0</version>
12-
<name>Service Networking API v1beta-rev20250615-2.0.0</name>
11+
<version>v1beta-rev20250618-2.0.0</version>
12+
<name>Service Networking API v1beta-rev20250618-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20250615-2.0.0</version>
25+
<version>v1beta-rev20250618-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-servicenetworking:v1beta-rev20250615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20250618-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)