Skip to content

Commit 42cd3fc

Browse files
feat(blockchainnodeengine): update the api
#### blockchainnodeengine:v1 The following keys were added: - schemas.BlockchainNode.properties.privateServiceConnectEnabled.type (Total Keys: 1)
1 parent 75da3ae commit 42cd3fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ <h3>Method Details</h3>
145145
&quot;a_key&quot;: &quot;A String&quot;,
146146
},
147147
&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`.
148+
&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.
148149
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
149150
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
150151
}
@@ -265,6 +266,7 @@ <h3>Method Details</h3>
265266
&quot;a_key&quot;: &quot;A String&quot;,
266267
},
267268
&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`.
269+
&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.
268270
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
269271
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
270272
}</pre>
@@ -325,6 +327,7 @@ <h3>Method Details</h3>
325327
&quot;a_key&quot;: &quot;A String&quot;,
326328
},
327329
&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`.
330+
&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.
328331
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
329332
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
330333
},
@@ -394,6 +397,7 @@ <h3>Method Details</h3>
394397
&quot;a_key&quot;: &quot;A String&quot;,
395398
},
396399
&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`.
400+
&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.
397401
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
398402
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
399403
}

googleapiclient/discovery_cache/documents/blockchainnodeengine.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
}
488488
}
489489
},
490-
"revision": "20240103",
490+
"revision": "20240117",
491491
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
492492
"schemas": {
493493
"BlockchainNode": {
@@ -533,6 +533,10 @@
533533
"readOnly": true,
534534
"type": "string"
535535
},
536+
"privateServiceConnectEnabled": {
537+
"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.",
538+
"type": "boolean"
539+
},
536540
"state": {
537541
"description": "Output only. A status representing the state of the node.",
538542
"enum": [

0 commit comments

Comments
 (0)