google-apis-metastore_v1beta 0.62.0 → 0.64.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 347f67c14b31fa921485c114d9c6d893d3679831342183ef7fa512cd560eb19f
|
4
|
+
data.tar.gz: e2b4cfad4ba25e6d5c9894c1ee11b91b5af23b2e177d708e056f9ef82a58d033
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab4a3d7402383c9fa932a3b814fd360ce193cdbae38bcdfb2650a56345972bc88f3c6790eb6eb4f5d1c06dc315b3736b855a9f8c73e5966836d02e8300d34916
|
7
|
+
data.tar.gz: 3e36a3362d5cb20becfb5f2531227dcf67b2e106d526b5f043ac5ef05874ded66e4efe176e4064ba153c941781a6ab1a827f0e0c77d8886749cfb892a8d4d4db
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1beta
|
2
2
|
|
3
|
+
### v0.64.0 (2024-06-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240611
|
6
|
+
|
7
|
+
### v0.63.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240510
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.62.0 (2024-04-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240411
|
@@ -1495,8 +1495,8 @@ module Google
|
|
1495
1495
|
include Google::Apis::Core::Hashable
|
1496
1496
|
|
1497
1497
|
# The metadata for the multi-region that includes the constituent regions. The
|
1498
|
-
# metadata is only populated if the region is multi-region. For single region
|
1499
|
-
# it will be empty.
|
1498
|
+
# metadata is only populated if the region is multi-region. For single region or
|
1499
|
+
# custom dual region, it will be empty.
|
1500
1500
|
# Corresponds to the JSON property `multiRegionMetadata`
|
1501
1501
|
# @return [Google::Apis::MetastoreV1beta::MultiRegionMetadata]
|
1502
1502
|
attr_accessor :multi_region_metadata
|
@@ -1803,8 +1803,8 @@ module Google
|
|
1803
1803
|
end
|
1804
1804
|
|
1805
1805
|
# The metadata for the multi-region that includes the constituent regions. The
|
1806
|
-
# metadata is only populated if the region is multi-region. For single region
|
1807
|
-
# it will be empty.
|
1806
|
+
# metadata is only populated if the region is multi-region. For single region or
|
1807
|
+
# custom dual region, it will be empty.
|
1808
1808
|
class MultiRegionMetadata
|
1809
1809
|
include Google::Apis::Core::Hashable
|
1810
1810
|
|
@@ -2388,6 +2388,13 @@ module Google
|
|
2388
2388
|
# @return [String]
|
2389
2389
|
attr_accessor :database_type
|
2390
2390
|
|
2391
|
+
# Optional. Indicates if the dataproc metastore should be protected against
|
2392
|
+
# accidental deletions.
|
2393
|
+
# Corresponds to the JSON property `deletionProtection`
|
2394
|
+
# @return [Boolean]
|
2395
|
+
attr_accessor :deletion_protection
|
2396
|
+
alias_method :deletion_protection?, :deletion_protection
|
2397
|
+
|
2391
2398
|
# Encryption settings for the service.
|
2392
2399
|
# Corresponds to the JSON property `encryptionConfig`
|
2393
2400
|
# @return [Google::Apis::MetastoreV1beta::EncryptionConfig]
|
@@ -2505,6 +2512,7 @@ module Google
|
|
2505
2512
|
@artifact_gcs_uri = args[:artifact_gcs_uri] if args.key?(:artifact_gcs_uri)
|
2506
2513
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2507
2514
|
@database_type = args[:database_type] if args.key?(:database_type)
|
2515
|
+
@deletion_protection = args[:deletion_protection] if args.key?(:deletion_protection)
|
2508
2516
|
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
2509
2517
|
@endpoint_uri = args[:endpoint_uri] if args.key?(:endpoint_uri)
|
2510
2518
|
@hive_metastore_config = args[:hive_metastore_config] if args.key?(:hive_metastore_config)
|
@@ -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.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1072,6 +1072,7 @@ module Google
|
|
1072
1072
|
property :artifact_gcs_uri, as: 'artifactGcsUri'
|
1073
1073
|
property :create_time, as: 'createTime'
|
1074
1074
|
property :database_type, as: 'databaseType'
|
1075
|
+
property :deletion_protection, as: 'deletionProtection'
|
1075
1076
|
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::MetastoreV1beta::EncryptionConfig, decorator: Google::Apis::MetastoreV1beta::EncryptionConfig::Representation
|
1076
1077
|
|
1077
1078
|
property :endpoint_uri, as: 'endpointUri'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.64.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: 2024-
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-metastore_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.64.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|