Skip to content

Commit 4b1c7d2

Browse files
feat(blockchainnodeengine): update the api
#### blockchainnodeengine:v1 The following keys were added: - schemas.BlockchainNode.properties.privateServiceConnectEnabled.deprecated (Total Keys: 1) - schemas.ValidatorConfig.properties.managedValidatorClient.deprecated (Total Keys: 1)
1 parent ac64770 commit 4b1c7d2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/dyn/blockchainnodeengine_v1.projects.locations.blockchainNodes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147147
&quot;a_key&quot;: &quot;A String&quot;,
148148
},
149149
&quot;name&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
150-
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: Private Service Connect enabled nodes may require a manual migration effort to remain compatible with future versions of the product. If this feature is enabled, you will be notified of these changes along with any required action to avoid disruption. See https://cloud.google.com/vpc/docs/private-service-connect.
150+
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.
151151
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
152152
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
153153
}
@@ -270,7 +270,7 @@ <h3>Method Details</h3>
270270
&quot;a_key&quot;: &quot;A String&quot;,
271271
},
272272
&quot;name&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
273-
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: Private Service Connect enabled nodes may require a manual migration effort to remain compatible with future versions of the product. If this feature is enabled, you will be notified of these changes along with any required action to avoid disruption. See https://cloud.google.com/vpc/docs/private-service-connect.
273+
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.
274274
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
275275
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
276276
}</pre>
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333333
&quot;a_key&quot;: &quot;A String&quot;,
334334
},
335335
&quot;name&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
336-
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: Private Service Connect enabled nodes may require a manual migration effort to remain compatible with future versions of the product. If this feature is enabled, you will be notified of these changes along with any required action to avoid disruption. See https://cloud.google.com/vpc/docs/private-service-connect.
336+
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.
337337
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
338338
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
339339
},
@@ -405,7 +405,7 @@ <h3>Method Details</h3>
405405
&quot;a_key&quot;: &quot;A String&quot;,
406406
},
407407
&quot;name&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
408-
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: Private Service Connect enabled nodes may require a manual migration effort to remain compatible with future versions of the product. If this feature is enabled, you will be notified of these changes along with any required action to avoid disruption. See https://cloud.google.com/vpc/docs/private-service-connect.
408+
&quot;privateServiceConnectEnabled&quot;: True or False, # Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.
409409
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
410410
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
411411
}

googleapiclient/discovery_cache/documents/blockchainnodeengine.v1.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
}
494494
}
495495
},
496-
"revision": "20250326",
496+
"revision": "20250416",
497497
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
498498
"schemas": {
499499
"BlockchainNode": {
@@ -540,7 +540,8 @@
540540
"type": "string"
541541
},
542542
"privateServiceConnectEnabled": {
543-
"description": "Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: Private Service Connect enabled nodes may require a manual migration effort to remain compatible with future versions of the product. If this feature is enabled, you will be notified of these changes along with any required action to avoid disruption. See https://cloud.google.com/vpc/docs/private-service-connect.",
543+
"deprecated": true,
544+
"description": "Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.",
544545
"type": "boolean"
545546
},
546547
"state": {
@@ -980,6 +981,7 @@ false
980981
"type": "string"
981982
},
982983
"managedValidatorClient": {
984+
"deprecated": true,
983985
"description": "Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.",
984986
"type": "boolean"
985987
},

0 commit comments

Comments
 (0)