Skip to content

Commit 99021ac

Browse files
1 parent d3be905 commit 99021ac

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

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

clients/google-api-services-blockchainnodeengine/v1/2.0.0/com/google/api/services/blockchainnodeengine/v1/model/BlockchainNode.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ public final class BlockchainNode extends com.google.api.client.json.GenericJson
7676
/**
7777
* Optional. When true, the node is only accessible via Private Service Connect; no public
7878
* endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning:
79-
* Private Service Connect enabled nodes may require a manual migration effort to remain
80-
* compatible with future versions of the product. If this feature is enabled, you will be
81-
* notified of these changes along with any required action to avoid disruption. See
82-
* https://cloud.google.com/vpc/docs/private-service-connect.
79+
* These nodes are deprecated, please use public endpoints instead.
8380
* The value may be {@code null}.
8481
*/
8582
@com.google.api.client.util.Key
@@ -206,10 +203,7 @@ public BlockchainNode setName(java.lang.String name) {
206203
/**
207204
* Optional. When true, the node is only accessible via Private Service Connect; no public
208205
* endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning:
209-
* Private Service Connect enabled nodes may require a manual migration effort to remain
210-
* compatible with future versions of the product. If this feature is enabled, you will be
211-
* notified of these changes along with any required action to avoid disruption. See
212-
* https://cloud.google.com/vpc/docs/private-service-connect.
206+
* These nodes are deprecated, please use public endpoints instead.
213207
* @return value or {@code null} for none
214208
*/
215209
public java.lang.Boolean getPrivateServiceConnectEnabled() {
@@ -219,10 +213,7 @@ public java.lang.Boolean getPrivateServiceConnectEnabled() {
219213
/**
220214
* Optional. When true, the node is only accessible via Private Service Connect; no public
221215
* endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning:
222-
* Private Service Connect enabled nodes may require a manual migration effort to remain
223-
* compatible with future versions of the product. If this feature is enabled, you will be
224-
* notified of these changes along with any required action to avoid disruption. See
225-
* https://cloud.google.com/vpc/docs/private-service-connect.
216+
* These nodes are deprecated, please use public endpoints instead.
226217
* @param privateServiceConnectEnabled privateServiceConnectEnabled or {@code null} for none
227218
*/
228219
public BlockchainNode setPrivateServiceConnectEnabled(java.lang.Boolean privateServiceConnectEnabled) {

clients/google-api-services-blockchainnodeengine/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-blockchainnodeengine</artifactId>
11-
<version>v1-rev20250326-2.0.0</version>
12-
<name>Blockchain Node Engine API v1-rev20250326-2.0.0</name>
11+
<version>v1-rev20250416-2.0.0</version>
12+
<name>Blockchain Node Engine API v1-rev20250416-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)