google-apis-blockchainnodeengine_v1 0.3.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: a0f67dad60dd736838ea4394463a20d4d98c99f705581701e90017f45377b21f
4
- data.tar.gz: 37ee6f3a2c0359e2fd1c895cd2b8093b5ff4fe2de60515da858c7c1c23872c12
3
+ metadata.gz: a3c294a389630e05eb306988b7d32f38b857d1a0f6ecea748339429a0ab0cc6f
4
+ data.tar.gz: 8626be47f39f35c70676a4424563a4d5076377bb4e86e8c7ea30842e32c29b86
5
5
  SHA512:
6
- metadata.gz: 7b93484ded3d9e65944580f8b55403606da2bb9e0a06f531128266715494942569b7bf0158dc999ce8c14c8271c82c41dfe55a20f204ca505da2ca96a649bf60
7
- data.tar.gz: 8e618f3f9f1e885c263d17f4bf4ee363c614d5d84b90773c77b7b64c3b9e3c60f1973fbd383f69369559a955d2bda49b129f5c27d73738732456e5cd5249b056
6
+ metadata.gz: 18f25da5f3dc8628e5dfd982bece8a35b5b44053c4584f5987fdd61be526d2c6669fd9a95509897b4f60c9b3bc568673654f05e8fee9616753fc192fbf645479
7
+ data.tar.gz: 6f3eb1bb39f43bd15f0fc28668f97028b5d2848261b2bd813e9147fd0b2eed4d1fa99d13321feea40ae030cc00c772fb3935e0f547f32ecc17269b1cc6bb64ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.3.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230920
@@ -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
@@ -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.3.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 = "20230920"
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
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.3.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-10-01 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.3.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: []