diff --git a/docs/dyn/blockchainnodeengine_v1.projects.locations.blockchainNodes.html b/docs/dyn/blockchainnodeengine_v1.projects.locations.blockchainNodes.html index 13a81f6cac..4d7c7016c1 100644 --- a/docs/dyn/blockchainnodeengine_v1.projects.locations.blockchainNodes.html +++ b/docs/dyn/blockchainnodeengine_v1.projects.locations.blockchainNodes.html @@ -136,6 +136,7 @@

Method Details

"network": "A String", # Immutable. The Ethereum environment being accessed. "nodeType": "A String", # Immutable. The type of Ethereum node. "validatorConfig": { # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. + "managedValidatorClient": True or False, # Immutable. When true, deploys a GCP-managed validator client alongside the beacon client. "mevRelayUrls": [ # URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost service is configured on the beacon client. "A String", ], @@ -257,6 +258,7 @@

Method Details

"network": "A String", # Immutable. The Ethereum environment being accessed. "nodeType": "A String", # Immutable. The type of Ethereum node. "validatorConfig": { # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. + "managedValidatorClient": True or False, # Immutable. When true, deploys a GCP-managed validator client alongside the beacon client. "mevRelayUrls": [ # URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost service is configured on the beacon client. "A String", ], @@ -318,6 +320,7 @@

Method Details

"network": "A String", # Immutable. The Ethereum environment being accessed. "nodeType": "A String", # Immutable. The type of Ethereum node. "validatorConfig": { # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. + "managedValidatorClient": True or False, # Immutable. When true, deploys a GCP-managed validator client alongside the beacon client. "mevRelayUrls": [ # URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost service is configured on the beacon client. "A String", ], @@ -388,6 +391,7 @@

Method Details

"network": "A String", # Immutable. The Ethereum environment being accessed. "nodeType": "A String", # Immutable. The type of Ethereum node. "validatorConfig": { # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. # Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client. + "managedValidatorClient": True or False, # Immutable. When true, deploys a GCP-managed validator client alongside the beacon client. "mevRelayUrls": [ # URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost service is configured on the beacon client. "A String", ], diff --git a/googleapiclient/discovery_cache/documents/blockchainnodeengine.v1.json b/googleapiclient/discovery_cache/documents/blockchainnodeengine.v1.json index 71750803a1..d7ab5c2a04 100644 --- a/googleapiclient/discovery_cache/documents/blockchainnodeengine.v1.json +++ b/googleapiclient/discovery_cache/documents/blockchainnodeengine.v1.json @@ -487,7 +487,7 @@ } } }, -"revision": "20240117", +"revision": "20240131", "rootUrl": "https://blockchainnodeengine.googleapis.com/", "schemas": { "BlockchainNode": { @@ -960,6 +960,10 @@ true "description": "Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client.", "id": "ValidatorConfig", "properties": { +"managedValidatorClient": { +"description": "Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.", +"type": "boolean" +}, "mevRelayUrls": { "description": "URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost service is configured on the beacon client.", "items": {