google-apis-blockchainnodeengine_v1 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2c1c2a3387bbf7b892a2a3bc33868695eccceba89a4a9d5a3d3121b2a47aa65
4
- data.tar.gz: 5f5ad81f5293eebe3f9883e11aee35f837763e77ceed9d3757adbf3b0808f7d6
3
+ metadata.gz: a3c294a389630e05eb306988b7d32f38b857d1a0f6ecea748339429a0ab0cc6f
4
+ data.tar.gz: 8626be47f39f35c70676a4424563a4d5076377bb4e86e8c7ea30842e32c29b86
5
5
  SHA512:
6
- metadata.gz: a604b61c7ec71fabfc5e02ec4606ffdef8f1304275c3f6fdea11e10f7cb2adcfbd1145d8f2833cffb5bcf22d7be91b9964c3b4400afa6370196755d822eede79
7
- data.tar.gz: 7b86b0c1f53defd24c0f8fc56e7dfcfca46b849dd748258edd0ece74abce4230f9c74630a213b1d377196e26081dae378bba48e2f250e56d4243b221e7bea6b7
6
+ metadata.gz: 18f25da5f3dc8628e5dfd982bece8a35b5b44053c4584f5987fdd61be526d2c6669fd9a95509897b4f60c9b3bc568673654f05e8fee9616753fc192fbf645479
7
+ data.tar.gz: 6f3eb1bb39f43bd15f0fc28668f97028b5d2848261b2bd813e9147fd0b2eed4d1fa99d13321feea40ae030cc00c772fb3935e0f547f32ecc17269b1cc6bb64ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-blockchainnodeengine_v1
2
2
 
3
+ ### v0.4.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231108
6
+
7
+ ### v0.3.0 (2023-10-01)
8
+
9
+ * Regenerated from discovery document revision 20230920
10
+
3
11
  ### v0.2.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230914
@@ -57,6 +57,15 @@ module Google
57
57
  # @return [String]
58
58
  attr_accessor :name
59
59
 
60
+ # Optional. When true, the node is only accessible via Private Service Connect;
61
+ # no public endpoints are exposed. Otherwise, the node is only accessible via
62
+ # public endpoints. See https://cloud.google.com/vpc/docs/private-service-
63
+ # connect.
64
+ # Corresponds to the JSON property `privateServiceConnectEnabled`
65
+ # @return [Boolean]
66
+ attr_accessor :private_service_connect_enabled
67
+ alias_method :private_service_connect_enabled?, :private_service_connect_enabled
68
+
60
69
  # Output only. A status representing the state of the node.
61
70
  # Corresponds to the JSON property `state`
62
71
  # @return [String]
@@ -79,6 +88,7 @@ module Google
79
88
  @ethereum_details = args[:ethereum_details] if args.key?(:ethereum_details)
80
89
  @labels = args[:labels] if args.key?(:labels)
81
90
  @name = args[:name] if args.key?(:name)
91
+ @private_service_connect_enabled = args[:private_service_connect_enabled] if args.key?(:private_service_connect_enabled)
82
92
  @state = args[:state] if args.key?(:state)
83
93
  @update_time = args[:update_time] if args.key?(:update_time)
84
94
  end
@@ -172,6 +182,16 @@ module Google
172
182
  attr_accessor :api_enable_debug
173
183
  alias_method :api_enable_debug?, :api_enable_debug
174
184
 
185
+ # An Ethereum address which the beacon client will send fee rewards to if no
186
+ # recipient is configured in the validator client. See https://lighthouse-book.
187
+ # sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/
188
+ # docs/execution-node/fee-recipient for examples of how this is used. Note that
189
+ # while this is often described as "suggested", as we run the execution node we
190
+ # can trust the execution node, and therefore this is considered enforced.
191
+ # Corresponds to the JSON property `beaconFeeRecipient`
192
+ # @return [String]
193
+ attr_accessor :beacon_fee_recipient
194
+
175
195
  # Immutable. The consensus client.
176
196
  # Corresponds to the JSON property `consensusClient`
177
197
  # @return [String]
@@ -207,6 +227,7 @@ module Google
207
227
  @additional_endpoints = args[:additional_endpoints] if args.key?(:additional_endpoints)
208
228
  @api_enable_admin = args[:api_enable_admin] if args.key?(:api_enable_admin)
209
229
  @api_enable_debug = args[:api_enable_debug] if args.key?(:api_enable_debug)
230
+ @beacon_fee_recipient = args[:beacon_fee_recipient] if args.key?(:beacon_fee_recipient)
210
231
  @consensus_client = args[:consensus_client] if args.key?(:consensus_client)
211
232
  @execution_client = args[:execution_client] if args.key?(:execution_client)
212
233
  @geth_details = args[:geth_details] if args.key?(:geth_details)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BlockchainnodeengineV1
18
18
  # Version of the google-apis-blockchainnodeengine_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230914"
25
+ REVISION = "20231108"
26
26
  end
27
27
  end
28
28
  end
@@ -123,6 +123,7 @@ module Google
123
123
 
124
124
  hash :labels, as: 'labels'
125
125
  property :name, as: 'name'
126
+ property :private_service_connect_enabled, as: 'privateServiceConnectEnabled'
126
127
  property :state, as: 'state'
127
128
  property :update_time, as: 'updateTime'
128
129
  end
@@ -158,6 +159,7 @@ module Google
158
159
 
159
160
  property :api_enable_admin, as: 'apiEnableAdmin'
160
161
  property :api_enable_debug, as: 'apiEnableDebug'
162
+ property :beacon_fee_recipient, as: 'beaconFeeRecipient'
161
163
  property :consensus_client, as: 'consensusClient'
162
164
  property :execution_client, as: 'executionClient'
163
165
  property :geth_details, as: 'gethDetails', class: Google::Apis::BlockchainnodeengineV1::GethDetails, decorator: Google::Apis::BlockchainnodeengineV1::GethDetails::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-blockchainnodeengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blockchainnodeengine_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-blockchainnodeengine_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-blockchainnodeengine_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-blockchainnodeengine_v1
63
63
  post_install_message:
64
64
  rdoc_options: []