google-apis-metastore_v1beta 0.11.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2a1425c82b1beb5be3f36b1e3b2f7a8ced8626cedd3834a5125dabe470bf467
|
4
|
+
data.tar.gz: 2c90276c3dc637f153338bd0d017331aca090192ea8e1b651e009e3146432684
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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:
|
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.
|
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: []
|