Skip to content

Commit 4a8274c

Browse files
1 parent 7a0d9c2 commit 4a8274c

File tree

15 files changed

+126
-24
lines changed

15 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
@SuppressWarnings("javadoc")
3636
public final class Api extends com.google.api.client.json.GenericJson {
3737

38+
/**
39+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.lang.String edition;
44+
3845
/**
3946
* The methods of this interface, in unspecified order.
4047
* The value may be {@code null}.
@@ -95,6 +102,23 @@ public final class Api extends com.google.api.client.json.GenericJson {
95102
@com.google.api.client.util.Key
96103
private java.lang.String version;
97104

105+
/**
106+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
107+
* @return value or {@code null} for none
108+
*/
109+
public java.lang.String getEdition() {
110+
return edition;
111+
}
112+
113+
/**
114+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
115+
* @param edition edition or {@code null} for none
116+
*/
117+
public Api setEdition(java.lang.String edition) {
118+
this.edition = edition;
119+
return this;
120+
}
121+
98122
/**
99123
* The methods of this interface, in unspecified order.
100124
* @return value or {@code null} for none

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public final class BackendRule extends com.google.api.client.json.GenericJson {
100100
private java.util.Map<String, BackendRule> overridesByRequestProtocol;
101101

102102
/**
103+
* no-lint
103104
* The value may be {@code null}.
104105
*/
105106
@com.google.api.client.util.Key
@@ -288,13 +289,15 @@ public BackendRule setOverridesByRequestProtocol(java.util.Map<String, BackendRu
288289
}
289290

290291
/**
292+
* no-lint
291293
* @return value or {@code null} for none
292294
*/
293295
public java.lang.String getPathTranslation() {
294296
return pathTranslation;
295297
}
296298

297299
/**
300+
* no-lint
298301
* @param pathTranslation pathTranslation or {@code null} for none
299302
*/
300303
public BackendRule setPathTranslation(java.lang.String pathTranslation) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class GoSettings extends com.google.api.client.json.GenericJson {
3939

4040
/**
4141
* Map of service names to renamed services. Keys are the package relative service names and
42-
* values are the name to be used for the service client and call options. publishing:
42+
* values are the name to be used for the service client and call options. Example: publishing:
4343
* go_settings: renamed_services: Publisher: TopicAdmin
4444
* The value may be {@code null}.
4545
*/
@@ -65,7 +65,7 @@ public GoSettings setCommon(CommonLanguageSettings common) {
6565

6666
/**
6767
* Map of service names to renamed services. Keys are the package relative service names and
68-
* values are the name to be used for the service client and call options. publishing:
68+
* values are the name to be used for the service client and call options. Example: publishing:
6969
* go_settings: renamed_services: Publisher: TopicAdmin
7070
* @return value or {@code null} for none
7171
*/
@@ -75,7 +75,7 @@ public java.util.Map<String, java.lang.String> getRenamedServices() {
7575

7676
/**
7777
* Map of service names to renamed services. Keys are the package relative service names and
78-
* values are the name to be used for the service client and call options. publishing:
78+
* values are the name to be used for the service client and call options. Example: publishing:
7979
* go_settings: renamed_services: Publisher: TopicAdmin
8080
* @param renamedServices renamedServices or {@code null} for none
8181
*/

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class Method extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String edition;
39+
3340
/**
3441
* The simple name of this method.
3542
* The value may be {@code null}.
@@ -79,6 +86,23 @@ public final class Method extends com.google.api.client.json.GenericJson {
7986
@com.google.api.client.util.Key
8087
private java.lang.String syntax;
8188

89+
/**
90+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getEdition() {
94+
return edition;
95+
}
96+
97+
/**
98+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
99+
* @param edition edition or {@code null} for none
100+
*/
101+
public Method setEdition(java.lang.String edition) {
102+
this.edition = edition;
103+
return this;
104+
}
105+
82106
/**
83107
* The simple name of this method.
84108
* @return value or {@code null} for none

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public final class ValidateConsumerConfigRequest extends com.google.api.client.j
5656
private ConsumerProject consumerProject;
5757

5858
/**
59-
* RANGES_EXHAUSTED, RANGES_EXHAUSTED, and RANGES_DELETED_LATER are done when range_reservation is
60-
* provided.
59+
* RANGES_EXHAUSTED, RANGES_NOT_RESERVED, and RANGES_DELETED_LATER are done when range_reservation
60+
* is provided.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -134,17 +134,17 @@ public ValidateConsumerConfigRequest setConsumerProject(ConsumerProject consumer
134134
}
135135

136136
/**
137-
* RANGES_EXHAUSTED, RANGES_EXHAUSTED, and RANGES_DELETED_LATER are done when range_reservation is
138-
* provided.
137+
* RANGES_EXHAUSTED, RANGES_NOT_RESERVED, and RANGES_DELETED_LATER are done when range_reservation
138+
* is provided.
139139
* @return value or {@code null} for none
140140
*/
141141
public RangeReservation getRangeReservation() {
142142
return rangeReservation;
143143
}
144144

145145
/**
146-
* RANGES_EXHAUSTED, RANGES_EXHAUSTED, and RANGES_DELETED_LATER are done when range_reservation is
147-
* provided.
146+
* RANGES_EXHAUSTED, RANGES_NOT_RESERVED, and RANGES_DELETED_LATER are done when range_reservation
147+
* is provided.
148148
* @param rangeReservation rangeReservation or {@code null} for none
149149
*/
150150
public ValidateConsumerConfigRequest setRangeReservation(RangeReservation rangeReservation) {

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-rev20250618-2.0.0</version>
12-
<name>Service Networking API v1-rev20250618-2.0.0</name>
11+
<version>v1-rev20250713-2.0.0</version>
12+
<name>Service Networking API v1-rev20250713-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-rev20250618-2.0.0</version>
25+
<version>v1-rev20250713-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250713-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-rev20250618-2.0.0</version>
25+
<version>v1beta-rev20250713-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20250713-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
@SuppressWarnings("javadoc")
3636
public final class Api extends com.google.api.client.json.GenericJson {
3737

38+
/**
39+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.lang.String edition;
44+
3845
/**
3946
* The methods of this interface, in unspecified order.
4047
* The value may be {@code null}.
@@ -95,6 +102,23 @@ public final class Api extends com.google.api.client.json.GenericJson {
95102
@com.google.api.client.util.Key
96103
private java.lang.String version;
97104

105+
/**
106+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
107+
* @return value or {@code null} for none
108+
*/
109+
public java.lang.String getEdition() {
110+
return edition;
111+
}
112+
113+
/**
114+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
115+
* @param edition edition or {@code null} for none
116+
*/
117+
public Api setEdition(java.lang.String edition) {
118+
this.edition = edition;
119+
return this;
120+
}
121+
98122
/**
99123
* The methods of this interface, in unspecified order.
100124
* @return value or {@code null} for none

0 commit comments

Comments
 (0)