Skip to content

Commit c0c369a

Browse files
1 parent 83d26ff commit c0c369a

File tree

8 files changed

+72
-12
lines changed

8 files changed

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

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

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

34+
/**
35+
* Enables generation of protobuf code using new types that are more Pythonic which are included
36+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
37+
* feature in preview packages.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.Boolean protobufPythonicTypesEnabled;
42+
3443
/**
3544
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
3645
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
@@ -40,6 +49,27 @@ public final class ExperimentalFeatures extends com.google.api.client.json.Gener
4049
@com.google.api.client.util.Key
4150
private java.lang.Boolean restAsyncIoEnabled;
4251

52+
/**
53+
* Enables generation of protobuf code using new types that are more Pythonic which are included
54+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
55+
* feature in preview packages.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.lang.Boolean getProtobufPythonicTypesEnabled() {
59+
return protobufPythonicTypesEnabled;
60+
}
61+
62+
/**
63+
* Enables generation of protobuf code using new types that are more Pythonic which are included
64+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
65+
* feature in preview packages.
66+
* @param protobufPythonicTypesEnabled protobufPythonicTypesEnabled or {@code null} for none
67+
*/
68+
public ExperimentalFeatures setProtobufPythonicTypesEnabled(java.lang.Boolean protobufPythonicTypesEnabled) {
69+
this.protobufPythonicTypesEnabled = protobufPythonicTypesEnabled;
70+
return this;
71+
}
72+
4373
/**
4474
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
4575
* asynchronous REST clients will not be generated. This feature will be enabled by default 1

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

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

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

34+
/**
35+
* Enables generation of protobuf code using new types that are more Pythonic which are included
36+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
37+
* feature in preview packages.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.Boolean protobufPythonicTypesEnabled;
42+
3443
/**
3544
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
3645
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
@@ -40,6 +49,27 @@ public final class ExperimentalFeatures extends com.google.api.client.json.Gener
4049
@com.google.api.client.util.Key
4150
private java.lang.Boolean restAsyncIoEnabled;
4251

52+
/**
53+
* Enables generation of protobuf code using new types that are more Pythonic which are included
54+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
55+
* feature in preview packages.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.lang.Boolean getProtobufPythonicTypesEnabled() {
59+
return protobufPythonicTypesEnabled;
60+
}
61+
62+
/**
63+
* Enables generation of protobuf code using new types that are more Pythonic which are included
64+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
65+
* feature in preview packages.
66+
* @param protobufPythonicTypesEnabled protobufPythonicTypesEnabled or {@code null} for none
67+
*/
68+
public ExperimentalFeatures setProtobufPythonicTypesEnabled(java.lang.Boolean protobufPythonicTypesEnabled) {
69+
this.protobufPythonicTypesEnabled = protobufPythonicTypesEnabled;
70+
return this;
71+
}
72+
4373
/**
4474
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
4575
* asynchronous REST clients will not be generated. This feature will be enabled by default 1

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

0 commit comments

Comments
 (0)