Skip to content

Commit

Permalink
feat(blockchainnodeengine): update the api
Browse files Browse the repository at this point in the history
#### blockchainnodeengine:v1

The following keys were deleted:
- schemas.BlockchainNode.properties.privateServiceConnectEnabled.type (Total Keys: 1)
- schemas.EthereumDetails.properties.beaconFeeRecipient (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent c080879 commit 3858024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ <h3>Method Details</h3>
},
&quot;apiEnableAdmin&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `admin` namespace. Defaults to `false`.
&quot;apiEnableDebug&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `debug` namespace. Defaults to `false`.
&quot;beaconFeeRecipient&quot;: &quot;A String&quot;, # Deprecated: Use the same field in the ValidatorConfig message as replacement. An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as &quot;suggested&quot;, as we run the execution node we can trust the execution node, and therefore this is considered enforced.
&quot;consensusClient&quot;: &quot;A String&quot;, # Immutable. The consensus client.
&quot;executionClient&quot;: &quot;A String&quot;, # Immutable. The execution client
&quot;gethDetails&quot;: { # Options for the Geth execution client. See [Command-line Options](https://geth.ethereum.org/docs/fundamentals/command-line-options) for more details. # Details for the Geth execution client.
Expand All @@ -146,7 +145,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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`.
&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. See https://cloud.google.com/vpc/docs/private-service-connect.
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
}
Expand Down Expand Up @@ -250,7 +248,6 @@ <h3>Method Details</h3>
},
&quot;apiEnableAdmin&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `admin` namespace. Defaults to `false`.
&quot;apiEnableDebug&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `debug` namespace. Defaults to `false`.
&quot;beaconFeeRecipient&quot;: &quot;A String&quot;, # Deprecated: Use the same field in the ValidatorConfig message as replacement. An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as &quot;suggested&quot;, as we run the execution node we can trust the execution node, and therefore this is considered enforced.
&quot;consensusClient&quot;: &quot;A String&quot;, # Immutable. The consensus client.
&quot;executionClient&quot;: &quot;A String&quot;, # Immutable. The execution client
&quot;gethDetails&quot;: { # Options for the Geth execution client. See [Command-line Options](https://geth.ethereum.org/docs/fundamentals/command-line-options) for more details. # Details for the Geth execution client.
Expand All @@ -268,7 +265,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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`.
&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. See https://cloud.google.com/vpc/docs/private-service-connect.
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
}</pre>
Expand Down Expand Up @@ -312,7 +308,6 @@ <h3>Method Details</h3>
},
&quot;apiEnableAdmin&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `admin` namespace. Defaults to `false`.
&quot;apiEnableDebug&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `debug` namespace. Defaults to `false`.
&quot;beaconFeeRecipient&quot;: &quot;A String&quot;, # Deprecated: Use the same field in the ValidatorConfig message as replacement. An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as &quot;suggested&quot;, as we run the execution node we can trust the execution node, and therefore this is considered enforced.
&quot;consensusClient&quot;: &quot;A String&quot;, # Immutable. The consensus client.
&quot;executionClient&quot;: &quot;A String&quot;, # Immutable. The execution client
&quot;gethDetails&quot;: { # Options for the Geth execution client. See [Command-line Options](https://geth.ethereum.org/docs/fundamentals/command-line-options) for more details. # Details for the Geth execution client.
Expand All @@ -330,7 +325,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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`.
&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. See https://cloud.google.com/vpc/docs/private-service-connect.
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
},
Expand Down Expand Up @@ -383,7 +377,6 @@ <h3>Method Details</h3>
},
&quot;apiEnableAdmin&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `admin` namespace. Defaults to `false`.
&quot;apiEnableDebug&quot;: True or False, # Immutable. Enables JSON-RPC access to functions in the `debug` namespace. Defaults to `false`.
&quot;beaconFeeRecipient&quot;: &quot;A String&quot;, # Deprecated: Use the same field in the ValidatorConfig message as replacement. An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as &quot;suggested&quot;, as we run the execution node we can trust the execution node, and therefore this is considered enforced.
&quot;consensusClient&quot;: &quot;A String&quot;, # Immutable. The consensus client.
&quot;executionClient&quot;: &quot;A String&quot;, # Immutable. The execution client
&quot;gethDetails&quot;: { # Options for the Geth execution client. See [Command-line Options](https://geth.ethereum.org/docs/fundamentals/command-line-options) for more details. # Details for the Geth execution client.
Expand All @@ -401,7 +394,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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`.
&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. See https://cloud.google.com/vpc/docs/private-service-connect.
&quot;state&quot;: &quot;A String&quot;, # Output only. A status representing the state of the node.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp at which the blockchain node was last updated.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
}
}
},
"revision": "20231206",
"revision": "20240103",
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
"schemas": {
"BlockchainNode": {
Expand Down Expand Up @@ -533,10 +533,6 @@
"readOnly": true,
"type": "string"
},
"privateServiceConnectEnabled": {
"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. See https://cloud.google.com/vpc/docs/private-service-connect.",
"type": "boolean"
},
"state": {
"description": "Output only. A status representing the state of the node.",
"enum": [
Expand Down Expand Up @@ -628,11 +624,6 @@
"description": "Immutable. Enables JSON-RPC access to functions in the `debug` namespace. Defaults to `false`.",
"type": "boolean"
},
"beaconFeeRecipient": {
"deprecated": true,
"description": "Deprecated: Use the same field in the ValidatorConfig message as replacement. An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as \"suggested\", as we run the execution node we can trust the execution node, and therefore this is considered enforced.",
"type": "string"
},
"consensusClient": {
"description": "Immutable. The consensus client.",
"enum": [
Expand Down

0 comments on commit 3858024

Please sign in to comment.