Skip to content

Commit

Permalink
chore: regenerate servicenetworking client (#23837)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 8, 2024
1 parent 83d26ff commit c0c369a
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-servicenetworking</artifactId>
<version>v1-rev20241103-2.0.0</version>
<version>v1-rev20241105-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20241103-2.0.0'
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20241105-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
@SuppressWarnings("javadoc")
public final class ExperimentalFeatures extends com.google.api.client.json.GenericJson {

/**
* Enables generation of protobuf code using new types that are more Pythonic which are included
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
* feature in preview packages.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean protobufPythonicTypesEnabled;

/**
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
Expand All @@ -40,6 +49,27 @@ public final class ExperimentalFeatures extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.Boolean restAsyncIoEnabled;

/**
* Enables generation of protobuf code using new types that are more Pythonic which are included
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
* feature in preview packages.
* @return value or {@code null} for none
*/
public java.lang.Boolean getProtobufPythonicTypesEnabled() {
return protobufPythonicTypesEnabled;
}

/**
* Enables generation of protobuf code using new types that are more Pythonic which are included
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
* feature in preview packages.
* @param protobufPythonicTypesEnabled protobufPythonicTypesEnabled or {@code null} for none
*/
public ExperimentalFeatures setProtobufPythonicTypesEnabled(java.lang.Boolean protobufPythonicTypesEnabled) {
this.protobufPythonicTypesEnabled = protobufPythonicTypesEnabled;
return this;
}

/**
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-servicenetworking</artifactId>
<version>v1-rev20241103-2.0.0</version>
<name>Service Networking API v1-rev20241103-2.0.0</name>
<version>v1-rev20241105-2.0.0</version>
<name>Service Networking API v1-rev20241105-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-servicenetworking/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-servicenetworking</artifactId>
<version>v1-rev20241103-2.0.0</version>
<version>v1-rev20241105-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20241103-2.0.0'
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20241105-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-servicenetworking</artifactId>
<version>v1beta-rev20241103-2.0.0</version>
<version>v1beta-rev20241105-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20241103-2.0.0'
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20241105-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
@SuppressWarnings("javadoc")
public final class ExperimentalFeatures extends com.google.api.client.json.GenericJson {

/**
* Enables generation of protobuf code using new types that are more Pythonic which are included
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
* feature in preview packages.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean protobufPythonicTypesEnabled;

/**
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
Expand All @@ -40,6 +49,27 @@ public final class ExperimentalFeatures extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private java.lang.Boolean restAsyncIoEnabled;

/**
* Enables generation of protobuf code using new types that are more Pythonic which are included
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
* feature in preview packages.
* @return value or {@code null} for none
*/
public java.lang.Boolean getProtobufPythonicTypesEnabled() {
return protobufPythonicTypesEnabled;
}

/**
* Enables generation of protobuf code using new types that are more Pythonic which are included
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
* feature in preview packages.
* @param protobufPythonicTypesEnabled protobufPythonicTypesEnabled or {@code null} for none
*/
public ExperimentalFeatures setProtobufPythonicTypesEnabled(java.lang.Boolean protobufPythonicTypesEnabled) {
this.protobufPythonicTypesEnabled = protobufPythonicTypesEnabled;
return this;
}

/**
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-servicenetworking</artifactId>
<version>v1beta-rev20241103-2.0.0</version>
<name>Service Networking API v1beta-rev20241103-2.0.0</name>
<version>v1beta-rev20241105-2.0.0</version>
<name>Service Networking API v1beta-rev20241105-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-servicenetworking</artifactId>
<version>v1beta-rev20241103-2.0.0</version>
<version>v1beta-rev20241105-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20241103-2.0.0'
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20241105-2.0.0'
}
```

Expand Down

0 comments on commit c0c369a

Please sign in to comment.