Skip to content

Commit f3ca93f

Browse files
chore: regenerate blockchainnodeengine client (#19623)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 96ee786 commit f3ca93f

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-blockchainnodeengine/v1/2.0.0/README.md

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

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

+24
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
@SuppressWarnings("javadoc")
3232
public final class ValidatorConfig extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Boolean managedValidatorClient;
40+
3441
/**
3542
* URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost
3643
* service is configured on the beacon client.
@@ -39,6 +46,23 @@ public final class ValidatorConfig extends com.google.api.client.json.GenericJso
3946
@com.google.api.client.util.Key
4047
private java.util.List<java.lang.String> mevRelayUrls;
4148

49+
/**
50+
* Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.
51+
* @return value or {@code null} for none
52+
*/
53+
public java.lang.Boolean getManagedValidatorClient() {
54+
return managedValidatorClient;
55+
}
56+
57+
/**
58+
* Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.
59+
* @param managedValidatorClient managedValidatorClient or {@code null} for none
60+
*/
61+
public ValidatorConfig setManagedValidatorClient(java.lang.Boolean managedValidatorClient) {
62+
this.managedValidatorClient = managedValidatorClient;
63+
return this;
64+
}
65+
4266
/**
4367
* URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost
4468
* service is configured on the beacon client.

clients/google-api-services-blockchainnodeengine/v1/2.0.0/pom.xml

+2-2
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-rev20240117-2.0.0</version>
12-
<name>Blockchain Node Engine API v1-rev20240117-2.0.0</name>
11+
<version>v1-rev20240124-2.0.0</version>
12+
<name>Blockchain Node Engine API v1-rev20240124-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-blockchainnodeengine/v1/README.md

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

0 commit comments

Comments
 (0)