google-apis-metastore_v1beta 0.11.0 → 0.15.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: f8080213af04d522a81e8746af44b0fc1fa310629a562b4b2950323e48b67a0f
4
- data.tar.gz: 6f818b1d787cb4a5e510ad23c6fdd2a589531db39dd0c54cc9eacafca56d0bc9
3
+ metadata.gz: d2a1425c82b1beb5be3f36b1e3b2f7a8ced8626cedd3834a5125dabe470bf467
4
+ data.tar.gz: 2c90276c3dc637f153338bd0d017331aca090192ea8e1b651e009e3146432684
5
5
  SHA512:
6
- metadata.gz: dc9a3e6d376a9d7475c7acffc1d6c620047f4c29b99aefcc3b987a13545fb792d98eb3d1fe153895a72fa1864a37b841c373cc73dddb8e47db449b17f43a737b
7
- data.tar.gz: 5aa6e92e6d070a9ae666f9242a34945bfdf89f2374ea25fdb083ecd718eb471b037e88c5da9a072714a3b2f8fb295933bb8927b2234dc0c0b35c233a2bbc24c5
6
+ metadata.gz: 902d24beed8ce181676cc012c337660deff0aa19bb8ebaab4058fd3d2510ffa9f03262afd3353113bf62f0963c39b14afa7787507162135ade8142677d14cfc5
7
+ data.tar.gz: a18b6d17808fb2949f81bb4a19a57b08eee160651ceb4893417514a62d485239f1e528741470b99ce5d0f5a21be56c9440b5e511aa1ee9709b37849bcb4c722a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.15.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210721
6
+
7
+ ### v0.14.0 (2021-07-08)
8
+
9
+ * Regenerated from discovery document revision 20210702
10
+
11
+ ### v0.13.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.12.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.11.0 (2021-06-18)
4
20
 
5
21
  * Regenerated from discovery document revision 20210615
@@ -119,6 +119,11 @@ module Google
119
119
  # @return [String]
120
120
  attr_accessor :name
121
121
 
122
+ # Output only. Services that are restoring from the backup.
123
+ # Corresponds to the JSON property `restoringServices`
124
+ # @return [Array<String>]
125
+ attr_accessor :restoring_services
126
+
122
127
  # A managed metastore service that serves metadata queries.
123
128
  # Corresponds to the JSON property `serviceRevision`
124
129
  # @return [Google::Apis::MetastoreV1beta::Service]
@@ -139,6 +144,7 @@ module Google
139
144
  @description = args[:description] if args.key?(:description)
140
145
  @end_time = args[:end_time] if args.key?(:end_time)
141
146
  @name = args[:name] if args.key?(:name)
147
+ @restoring_services = args[:restoring_services] if args.key?(:restoring_services)
142
148
  @service_revision = args[:service_revision] if args.key?(:service_revision)
143
149
  @state = args[:state] if args.key?(:state)
144
150
  end
@@ -292,6 +298,27 @@ module Google
292
298
  end
293
299
  end
294
300
 
301
+ # Encryption settings for the service.
302
+ class EncryptionConfig
303
+ include Google::Apis::Core::Hashable
304
+
305
+ # The fully qualified customer provided Cloud KMS key name to use for customer
306
+ # data encryption, in the following form:projects/`project_number`/locations/`
307
+ # location_id`/keyRings/`key_ring_id`/cryptoKeys/`crypto_key_id`.
308
+ # Corresponds to the JSON property `kmsKey`
309
+ # @return [String]
310
+ attr_accessor :kms_key
311
+
312
+ def initialize(**args)
313
+ update!(**args)
314
+ end
315
+
316
+ # Update properties of this object
317
+ def update!(**args)
318
+ @kms_key = args[:kms_key] if args.key?(:kms_key)
319
+ end
320
+ end
321
+
295
322
  # Request message for DataprocMetastore.ExportMetadata.
296
323
  class ExportMetadataRequest
297
324
  include Google::Apis::Core::Hashable
@@ -1205,6 +1232,11 @@ module Google
1205
1232
  # @return [String]
1206
1233
  attr_accessor :create_time
1207
1234
 
1235
+ # Encryption settings for the service.
1236
+ # Corresponds to the JSON property `encryptionConfig`
1237
+ # @return [Google::Apis::MetastoreV1beta::EncryptionConfig]
1238
+ attr_accessor :encryption_config
1239
+
1208
1240
  # Output only. The URI of the endpoint used to access the metastore service.
1209
1241
  # Corresponds to the JSON property `endpointUri`
1210
1242
  # @return [String]
@@ -1295,6 +1327,7 @@ module Google
1295
1327
  def update!(**args)
1296
1328
  @artifact_gcs_uri = args[:artifact_gcs_uri] if args.key?(:artifact_gcs_uri)
1297
1329
  @create_time = args[:create_time] if args.key?(:create_time)
1330
+ @encryption_config = args[:encryption_config] if args.key?(:encryption_config)
1298
1331
  @endpoint_uri = args[:endpoint_uri] if args.key?(:endpoint_uri)
1299
1332
  @hive_metastore_config = args[:hive_metastore_config] if args.key?(:hive_metastore_config)
1300
1333
  @labels = args[:labels] if args.key?(:labels)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1beta
18
18
  # Version of the google-apis-metastore_v1beta gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210615"
25
+ REVISION = "20210721"
26
26
  end
27
27
  end
28
28
  end
@@ -64,6 +64,12 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class EncryptionConfig
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
67
73
  class ExportMetadataRequest
68
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
75
 
@@ -256,6 +262,7 @@ module Google
256
262
  property :description, as: 'description'
257
263
  property :end_time, as: 'endTime'
258
264
  property :name, as: 'name'
265
+ collection :restoring_services, as: 'restoringServices'
259
266
  property :service_revision, as: 'serviceRevision', class: Google::Apis::MetastoreV1beta::Service, decorator: Google::Apis::MetastoreV1beta::Service::Representation
260
267
 
261
268
  property :state, as: 'state'
@@ -295,6 +302,13 @@ module Google
295
302
  end
296
303
  end
297
304
 
305
+ class EncryptionConfig
306
+ # @private
307
+ class Representation < Google::Apis::Core::JsonRepresentation
308
+ property :kms_key, as: 'kmsKey'
309
+ end
310
+ end
311
+
298
312
  class ExportMetadataRequest
299
313
  # @private
300
314
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -530,6 +544,8 @@ module Google
530
544
  class Representation < Google::Apis::Core::JsonRepresentation
531
545
  property :artifact_gcs_uri, as: 'artifactGcsUri'
532
546
  property :create_time, as: 'createTime'
547
+ property :encryption_config, as: 'encryptionConfig', class: Google::Apis::MetastoreV1beta::EncryptionConfig, decorator: Google::Apis::MetastoreV1beta::EncryptionConfig::Representation
548
+
533
549
  property :endpoint_uri, as: 'endpointUri'
534
550
  property :hive_metastore_config, as: 'hiveMetastoreConfig', class: Google::Apis::MetastoreV1beta::HiveMetastoreConfig, decorator: Google::Apis::MetastoreV1beta::HiveMetastoreConfig::Representation
535
551
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.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: 2021-06-21 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Dataproc Metastore API V1beta. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.15.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta
57
63
  post_install_message:
58
64
  rdoc_options: []