You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/blockchainnodeengine_v1.projects.locations.blockchainNodes.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147
147
"a_key": "A String",
148
148
},
149
149
"name": "A String", # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
150
-
"privateServiceConnectEnabled": 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
+
"privateServiceConnectEnabled": 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.
151
151
"state": "A String", # Output only. A status representing the state of the node.
152
152
"updateTime": "A String", # Output only. The timestamp at which the blockchain node was last updated.
153
153
}
@@ -270,7 +270,7 @@ <h3>Method Details</h3>
270
270
"a_key": "A String",
271
271
},
272
272
"name": "A String", # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
273
-
"privateServiceConnectEnabled": 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
+
"privateServiceConnectEnabled": 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.
274
274
"state": "A String", # Output only. A status representing the state of the node.
275
275
"updateTime": "A String", # Output only. The timestamp at which the blockchain node was last updated.
276
276
}</pre>
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333
333
"a_key": "A String",
334
334
},
335
335
"name": "A String", # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
336
-
"privateServiceConnectEnabled": 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
+
"privateServiceConnectEnabled": 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.
337
337
"state": "A String", # Output only. A status representing the state of the node.
338
338
"updateTime": "A String", # Output only. The timestamp at which the blockchain node was last updated.
339
339
},
@@ -405,7 +405,7 @@ <h3>Method Details</h3>
405
405
"a_key": "A String",
406
406
},
407
407
"name": "A String", # Output only. The fully qualified name of the blockchain node. e.g. `projects/my-project/locations/us-central1/blockchainNodes/my-node`.
408
-
"privateServiceConnectEnabled": 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
+
"privateServiceConnectEnabled": 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.
409
409
"state": "A String", # Output only. A status representing the state of the node.
410
410
"updateTime": "A String", # Output only. The timestamp at which the blockchain node was last updated.
"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.",
544
545
"type": "boolean"
545
546
},
546
547
"state": {
@@ -980,6 +981,7 @@ false
980
981
"type": "string"
981
982
},
982
983
"managedValidatorClient": {
984
+
"deprecated": true,
983
985
"description": "Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.",
0 commit comments