google-apis-blockchainnodeengine_v1 0.1.0 → 0.3.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: 38dfc826155f75fb2bdc48d71c585740d66ce02df3ad008a3c6fc0cac065a371
4
- data.tar.gz: 9d57a07998c1717034452b1027316366665b995da92172603238c8b957e67f10
3
+ metadata.gz: a0f67dad60dd736838ea4394463a20d4d98c99f705581701e90017f45377b21f
4
+ data.tar.gz: 37ee6f3a2c0359e2fd1c895cd2b8093b5ff4fe2de60515da858c7c1c23872c12
5
5
  SHA512:
6
- metadata.gz: b6cd36dde8fd44fc4b6ed7292307912f598e3d1c2e132c8e4fefd1214e038e5783e6a7660893d2de04090827d7e57462edcad180deeeb87c44b1ff7aeaed2356
7
- data.tar.gz: e2a7f877881e00aef7258d636f9430997281508f953fa860ceae0886d51174ab9da0217ffaeaedd4ddd0024f7f0f5183bd55862e5b7424960039275db38b6ad4
6
+ metadata.gz: 7b93484ded3d9e65944580f8b55403606da2bb9e0a06f531128266715494942569b7bf0158dc999ce8c14c8271c82c41dfe55a20f204ca505da2ca96a649bf60
7
+ data.tar.gz: 8e618f3f9f1e885c263d17f4bf4ee363c614d5d84b90773c77b7b64c3b9e3c60f1973fbd383f69369559a955d2bda49b129f5c27d73738732456e5cd5249b056
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-blockchainnodeengine_v1
2
2
 
3
+ ### v0.3.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230920
6
+
7
+ ### v0.2.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230914
10
+
3
11
  ### v0.1.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230621
@@ -106,6 +106,13 @@ module Google
106
106
  # @return [Google::Apis::BlockchainnodeengineV1::EndpointInfo]
107
107
  attr_accessor :endpoint_info
108
108
 
109
+ # Output only. A service attachment that exposes a node, and has the following
110
+ # format: projects/`project`/regions/`region`/serviceAttachments/`
111
+ # service_attachment_name`
112
+ # Corresponds to the JSON property `serviceAttachment`
113
+ # @return [String]
114
+ attr_accessor :service_attachment
115
+
109
116
  def initialize(**args)
110
117
  update!(**args)
111
118
  end
@@ -113,6 +120,7 @@ module Google
113
120
  # Update properties of this object
114
121
  def update!(**args)
115
122
  @endpoint_info = args[:endpoint_info] if args.key?(:endpoint_info)
123
+ @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
116
124
  end
117
125
  end
118
126
 
@@ -164,6 +172,16 @@ module Google
164
172
  attr_accessor :api_enable_debug
165
173
  alias_method :api_enable_debug?, :api_enable_debug
166
174
 
175
+ # An Ethereum address which the beacon client will send fee rewards to if no
176
+ # recipient is configured in the validator client. See https://lighthouse-book.
177
+ # sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/
178
+ # docs/execution-node/fee-recipient for examples of how this is used. Note that
179
+ # while this is often described as "suggested", as we run the execution node we
180
+ # can trust the execution node, and therefore this is considered enforced.
181
+ # Corresponds to the JSON property `beaconFeeRecipient`
182
+ # @return [String]
183
+ attr_accessor :beacon_fee_recipient
184
+
167
185
  # Immutable. The consensus client.
168
186
  # Corresponds to the JSON property `consensusClient`
169
187
  # @return [String]
@@ -199,6 +217,7 @@ module Google
199
217
  @additional_endpoints = args[:additional_endpoints] if args.key?(:additional_endpoints)
200
218
  @api_enable_admin = args[:api_enable_admin] if args.key?(:api_enable_admin)
201
219
  @api_enable_debug = args[:api_enable_debug] if args.key?(:api_enable_debug)
220
+ @beacon_fee_recipient = args[:beacon_fee_recipient] if args.key?(:beacon_fee_recipient)
202
221
  @consensus_client = args[:consensus_client] if args.key?(:consensus_client)
203
222
  @execution_client = args[:execution_client] if args.key?(:execution_client)
204
223
  @geth_details = args[:geth_details] if args.key?(:geth_details)
@@ -442,13 +461,13 @@ module Google
442
461
  # @return [String]
443
462
  attr_accessor :name
444
463
 
445
- # The normal response of the operation in case of success. If the original
446
- # method returns no data on success, such as `Delete`, the response is `google.
447
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
448
- # the response should be the resource. For other methods, the response should
449
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
450
- # example, if the original method name is `TakeSnapshot()`, the inferred
451
- # response type is `TakeSnapshotResponse`.
464
+ # The normal, successful response of the operation. If the original method
465
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
466
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
467
+ # response should be the resource. For other methods, the response should have
468
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
469
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
470
+ # `TakeSnapshotResponse`.
452
471
  # Corresponds to the JSON property `response`
453
472
  # @return [Hash<String,Object>]
454
473
  attr_accessor :response
@@ -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.1.0"
19
+ GEM_VERSION = "0.3.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 = "20230621"
25
+ REVISION = "20230920"
26
26
  end
27
27
  end
28
28
  end
@@ -139,6 +139,7 @@ module Google
139
139
  class Representation < Google::Apis::Core::JsonRepresentation
140
140
  property :endpoint_info, as: 'endpointInfo', class: Google::Apis::BlockchainnodeengineV1::EndpointInfo, decorator: Google::Apis::BlockchainnodeengineV1::EndpointInfo::Representation
141
141
 
142
+ property :service_attachment, as: 'serviceAttachment'
142
143
  end
143
144
  end
144
145
 
@@ -157,6 +158,7 @@ module Google
157
158
 
158
159
  property :api_enable_admin, as: 'apiEnableAdmin'
159
160
  property :api_enable_debug, as: 'apiEnableDebug'
161
+ property :beacon_fee_recipient, as: 'beaconFeeRecipient'
160
162
  property :consensus_client, as: 'consensusClient'
161
163
  property :execution_client, as: 'executionClient'
162
164
  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.1.0
4
+ version: 0.3.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-07-02 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-blockchainnodeengine_v1/v0.3.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Blockchain Node Engine API V1