google-apis-metastore_v1 0.30.0 → 0.32.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: d4602670df431847ca60a8127b24a2387e8f1dbb5eb2a9617ebdbcbb48f129a9
|
4
|
+
data.tar.gz: c47922c4acbab053a110a0e8c8da9ba27de33ee9baa3d99cc78b31425b6e2572
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72d9ab98e3e5257504a137175a1a0bb3256277dabc823885390c1cf8d5387b890336f6761d97d3211f620f2d1b5134786ffc45a82fcf15eddee1272ac082b192
|
7
|
+
data.tar.gz: a4ef24a775eac92bf08a3633e2f23194250edf98a5fc6bd860b51970cbae61f5838c2816f8bc074c60efa1b528872445baffd5f9f78ac572713b768847843f44
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1
|
2
2
|
|
3
|
+
### v0.32.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250227
|
6
|
+
|
7
|
+
### v0.31.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250121
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.30.0 (2024-12-08)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241203
|
@@ -209,11 +209,11 @@ module Google
|
|
209
209
|
class AuxiliaryVersionConfig
|
210
210
|
include Google::Apis::Core::Hashable
|
211
211
|
|
212
|
-
# A mapping of Hive metastore configuration key-value pairs to apply
|
213
|
-
# auxiliary Hive metastore (configured in hive-site.xml) in addition to
|
214
|
-
# primary version's overrides. If keys are present in both the auxiliary
|
215
|
-
# s overrides and the primary version's overrides, the value from the
|
216
|
-
# version's overrides takes precedence.
|
212
|
+
# Optional. A mapping of Hive metastore configuration key-value pairs to apply
|
213
|
+
# to the auxiliary Hive metastore (configured in hive-site.xml) in addition to
|
214
|
+
# the primary version's overrides. If keys are present in both the auxiliary
|
215
|
+
# version's overrides and the primary version's overrides, the value from the
|
216
|
+
# auxiliary version's overrides takes precedence.
|
217
217
|
# Corresponds to the JSON property `configOverrides`
|
218
218
|
# @return [Hash<String,String>]
|
219
219
|
attr_accessor :config_overrides
|
@@ -223,8 +223,8 @@ module Google
|
|
223
223
|
# @return [Google::Apis::MetastoreV1::NetworkConfig]
|
224
224
|
attr_accessor :network_config
|
225
225
|
|
226
|
-
# The Hive metastore version of the auxiliary service. It must be less
|
227
|
-
# primary Hive metastore service's version.
|
226
|
+
# Optional. The Hive metastore version of the auxiliary service. It must be less
|
227
|
+
# than the primary Hive metastore service's version.
|
228
228
|
# Corresponds to the JSON property `version`
|
229
229
|
# @return [String]
|
230
230
|
attr_accessor :version
|
@@ -278,7 +278,7 @@ module Google
|
|
278
278
|
# @return [String]
|
279
279
|
attr_accessor :create_time
|
280
280
|
|
281
|
-
# The description of the backup.
|
281
|
+
# Optional. The description of the backup.
|
282
282
|
# Corresponds to the JSON property `description`
|
283
283
|
# @return [String]
|
284
284
|
attr_accessor :description
|
@@ -288,9 +288,9 @@ module Google
|
|
288
288
|
# @return [String]
|
289
289
|
attr_accessor :end_time
|
290
290
|
|
291
|
-
# Immutable. The relative resource name of the backup, in the
|
292
|
-
# projects/`project_number`/locations/`location_id`/services/`
|
293
|
-
# backups/`backup_id`
|
291
|
+
# Immutable. Identifier. The relative resource name of the backup, in the
|
292
|
+
# following form:projects/`project_number`/locations/`location_id`/services/`
|
293
|
+
# service_id`/backups/`backup_id`
|
294
294
|
# Corresponds to the JSON property `name`
|
295
295
|
# @return [String]
|
296
296
|
attr_accessor :name
|
@@ -740,13 +740,13 @@ module Google
|
|
740
740
|
# @return [String]
|
741
741
|
attr_accessor :database_type
|
742
742
|
|
743
|
-
# A Cloud Storage object or folder URI that specifies the source from
|
744
|
-
# import metadata. It must begin with gs://.
|
743
|
+
# Optional. A Cloud Storage object or folder URI that specifies the source from
|
744
|
+
# which to import metadata. It must begin with gs://.
|
745
745
|
# Corresponds to the JSON property `gcsUri`
|
746
746
|
# @return [String]
|
747
747
|
attr_accessor :gcs_uri
|
748
748
|
|
749
|
-
# The name of the source database.
|
749
|
+
# Optional. The name of the source database.
|
750
750
|
# Corresponds to the JSON property `sourceDatabase`
|
751
751
|
# @return [String]
|
752
752
|
attr_accessor :source_database
|
@@ -789,9 +789,9 @@ module Google
|
|
789
789
|
class EncryptionConfig
|
790
790
|
include Google::Apis::Core::Hashable
|
791
791
|
|
792
|
-
# The fully qualified customer provided Cloud KMS key name to use for
|
793
|
-
# data encryption, in the following format:projects/`project_number`/
|
794
|
-
# location_id`/keyRings/`key_ring_id`/cryptoKeys/`crypto_key_id`.
|
792
|
+
# Optional. The fully qualified customer provided Cloud KMS key name to use for
|
793
|
+
# customer data encryption, in the following format:projects/`project_number`/
|
794
|
+
# locations/`location_id`/keyRings/`key_ring_id`/cryptoKeys/`crypto_key_id`.
|
795
795
|
# Corresponds to the JSON property `kmsKey`
|
796
796
|
# @return [String]
|
797
797
|
attr_accessor :kms_key
|
@@ -1006,28 +1006,29 @@ module Google
|
|
1006
1006
|
class HiveMetastoreConfig
|
1007
1007
|
include Google::Apis::Core::Hashable
|
1008
1008
|
|
1009
|
-
# A mapping of Hive metastore version to the auxiliary version
|
1010
|
-
# When specified, a secondary Hive metastore service is created
|
1011
|
-
# primary service. All auxiliary versions must be less than the
|
1012
|
-
# primary version. The key is the auxiliary service name and it must
|
1013
|
-
# regular expression a-z?. This means that the first character must be
|
1014
|
-
# lowercase letter, and all the following characters must be hyphens,
|
1015
|
-
# letters, or digits, except the last character, which cannot be a
|
1009
|
+
# Optional. A mapping of Hive metastore version to the auxiliary version
|
1010
|
+
# configuration. When specified, a secondary Hive metastore service is created
|
1011
|
+
# along with the primary service. All auxiliary versions must be less than the
|
1012
|
+
# service's primary version. The key is the auxiliary service name and it must
|
1013
|
+
# match the regular expression a-z?. This means that the first character must be
|
1014
|
+
# a lowercase letter, and all the following characters must be hyphens,
|
1015
|
+
# lowercase letters, or digits, except the last character, which cannot be a
|
1016
|
+
# hyphen.
|
1016
1017
|
# Corresponds to the JSON property `auxiliaryVersions`
|
1017
1018
|
# @return [Hash<String,Google::Apis::MetastoreV1::AuxiliaryVersionConfig>]
|
1018
1019
|
attr_accessor :auxiliary_versions
|
1019
1020
|
|
1020
|
-
# A mapping of Hive metastore configuration key-value pairs to apply
|
1021
|
-
# metastore (configured in hive-site.xml). The mappings override
|
1022
|
-
# (some keys cannot be overridden). These overrides are also
|
1023
|
-
# auxiliary versions and can be further customized in the auxiliary
|
1024
|
-
# AuxiliaryVersionConfig.
|
1021
|
+
# Optional. A mapping of Hive metastore configuration key-value pairs to apply
|
1022
|
+
# to the Hive metastore (configured in hive-site.xml). The mappings override
|
1023
|
+
# system defaults (some keys cannot be overridden). These overrides are also
|
1024
|
+
# applied to auxiliary versions and can be further customized in the auxiliary
|
1025
|
+
# version's AuxiliaryVersionConfig.
|
1025
1026
|
# Corresponds to the JSON property `configOverrides`
|
1026
1027
|
# @return [Hash<String,String>]
|
1027
1028
|
attr_accessor :config_overrides
|
1028
1029
|
|
1029
|
-
# The protocol to use for the metastore service endpoint. If
|
1030
|
-
# defaults to THRIFT.
|
1030
|
+
# Optional. The protocol to use for the metastore service endpoint. If
|
1031
|
+
# unspecified, defaults to THRIFT.
|
1031
1032
|
# Corresponds to the JSON property `endpointProtocol`
|
1032
1033
|
# @return [String]
|
1033
1034
|
attr_accessor :endpoint_protocol
|
@@ -1092,14 +1093,14 @@ module Google
|
|
1092
1093
|
# @return [Google::Apis::MetastoreV1::Secret]
|
1093
1094
|
attr_accessor :keytab
|
1094
1095
|
|
1095
|
-
# A Cloud Storage URI that specifies the path to a krb5.conf file. It
|
1096
|
-
# form gs://`bucket_name`/path/to/krb5.conf, although the file does
|
1097
|
-
# be named krb5.conf explicitly.
|
1096
|
+
# Optional. A Cloud Storage URI that specifies the path to a krb5.conf file. It
|
1097
|
+
# is of the form gs://`bucket_name`/path/to/krb5.conf, although the file does
|
1098
|
+
# not need to be named krb5.conf explicitly.
|
1098
1099
|
# Corresponds to the JSON property `krb5ConfigGcsUri`
|
1099
1100
|
# @return [String]
|
1100
1101
|
attr_accessor :krb5_config_gcs_uri
|
1101
1102
|
|
1102
|
-
# A Kerberos principal that exists in the both the keytab the KDC to
|
1103
|
+
# Optional. A Kerberos principal that exists in the both the keytab the KDC to
|
1103
1104
|
# authenticate as. A typical principal is of the form primary/instance@REALM,
|
1104
1105
|
# but there is no exact format.
|
1105
1106
|
# Corresponds to the JSON property `principal`
|
@@ -1478,12 +1479,12 @@ module Google
|
|
1478
1479
|
class MaintenanceWindow
|
1479
1480
|
include Google::Apis::Core::Hashable
|
1480
1481
|
|
1481
|
-
# The day of week, when the window starts.
|
1482
|
+
# Optional. The day of week, when the window starts.
|
1482
1483
|
# Corresponds to the JSON property `dayOfWeek`
|
1483
1484
|
# @return [String]
|
1484
1485
|
attr_accessor :day_of_week
|
1485
1486
|
|
1486
|
-
# The hour of day (0-23) when the window starts.
|
1487
|
+
# Optional. The hour of day (0-23) when the window starts.
|
1487
1488
|
# Corresponds to the JSON property `hourOfDay`
|
1488
1489
|
# @return [Fixnum]
|
1489
1490
|
attr_accessor :hour_of_day
|
@@ -1558,7 +1559,7 @@ module Google
|
|
1558
1559
|
# @return [Google::Apis::MetastoreV1::DatabaseDump]
|
1559
1560
|
attr_accessor :database_dump
|
1560
1561
|
|
1561
|
-
# The description of the metadata import.
|
1562
|
+
# Optional. The description of the metadata import.
|
1562
1563
|
# Corresponds to the JSON property `description`
|
1563
1564
|
# @return [String]
|
1564
1565
|
attr_accessor :description
|
@@ -1568,9 +1569,9 @@ module Google
|
|
1568
1569
|
# @return [String]
|
1569
1570
|
attr_accessor :end_time
|
1570
1571
|
|
1571
|
-
# Immutable. The relative resource name of the metadata import, of
|
1572
|
-
# projects/`project_number`/locations/`location_id`/services/`
|
1573
|
-
# metadataImports/`metadata_import_id`.
|
1572
|
+
# Immutable. Identifier. The relative resource name of the metadata import, of
|
1573
|
+
# the form:projects/`project_number`/locations/`location_id`/services/`
|
1574
|
+
# service_id`/metadataImports/`metadata_import_id`.
|
1574
1575
|
# Corresponds to the JSON property `name`
|
1575
1576
|
# @return [String]
|
1576
1577
|
attr_accessor :name
|
@@ -1760,6 +1761,16 @@ module Google
|
|
1760
1761
|
# @return [Array<String>]
|
1761
1762
|
attr_accessor :constituent_regions
|
1762
1763
|
|
1764
|
+
# The continent for this multi-region.
|
1765
|
+
# Corresponds to the JSON property `continent`
|
1766
|
+
# @return [String]
|
1767
|
+
attr_accessor :continent
|
1768
|
+
|
1769
|
+
# The Spanner witness region for this multi-region.
|
1770
|
+
# Corresponds to the JSON property `witnessRegion`
|
1771
|
+
# @return [String]
|
1772
|
+
attr_accessor :witness_region
|
1773
|
+
|
1763
1774
|
def initialize(**args)
|
1764
1775
|
update!(**args)
|
1765
1776
|
end
|
@@ -1767,6 +1778,8 @@ module Google
|
|
1767
1778
|
# Update properties of this object
|
1768
1779
|
def update!(**args)
|
1769
1780
|
@constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
|
1781
|
+
@continent = args[:continent] if args.key?(:continent)
|
1782
|
+
@witness_region = args[:witness_region] if args.key?(:witness_region)
|
1770
1783
|
end
|
1771
1784
|
end
|
1772
1785
|
|
@@ -2249,8 +2262,8 @@ module Google
|
|
2249
2262
|
class Secret
|
2250
2263
|
include Google::Apis::Core::Hashable
|
2251
2264
|
|
2252
|
-
# The relative resource name of a Secret Manager secret version, in
|
2253
|
-
# following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2265
|
+
# Optional. The relative resource name of a Secret Manager secret version, in
|
2266
|
+
# the following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2254
2267
|
# version_id`.
|
2255
2268
|
# Corresponds to the JSON property `cloudSecret`
|
2256
2269
|
# @return [String]
|
@@ -2330,9 +2343,9 @@ module Google
|
|
2330
2343
|
# @return [Google::Apis::MetastoreV1::MetadataManagementActivity]
|
2331
2344
|
attr_accessor :metadata_management_activity
|
2332
2345
|
|
2333
|
-
# Immutable. The relative resource name of the metastore service, in
|
2334
|
-
# following format:projects/`project_number`/locations/`location_id`/
|
2335
|
-
# service_id`.
|
2346
|
+
# Immutable. Identifier. The relative resource name of the metastore service, in
|
2347
|
+
# the following format:projects/`project_number`/locations/`location_id`/
|
2348
|
+
# services/`service_id`.
|
2336
2349
|
# Corresponds to the JSON property `name`
|
2337
2350
|
# @return [String]
|
2338
2351
|
attr_accessor :name
|
@@ -2349,7 +2362,8 @@ module Google
|
|
2349
2362
|
# @return [Google::Apis::MetastoreV1::NetworkConfig]
|
2350
2363
|
attr_accessor :network_config
|
2351
2364
|
|
2352
|
-
# The TCP port at which the metastore service is reached. Default:
|
2365
|
+
# Optional. The TCP port at which the metastore service is reached. Default:
|
2366
|
+
# 9083.
|
2353
2367
|
# Corresponds to the JSON property `port`
|
2354
2368
|
# @return [Fixnum]
|
2355
2369
|
attr_accessor :port
|
@@ -2386,7 +2400,7 @@ module Google
|
|
2386
2400
|
# @return [Google::Apis::MetastoreV1::TelemetryConfig]
|
2387
2401
|
attr_accessor :telemetry_config
|
2388
2402
|
|
2389
|
-
# The tier of the service.
|
2403
|
+
# Optional. The tier of the service.
|
2390
2404
|
# Corresponds to the JSON property `tier`
|
2391
2405
|
# @return [String]
|
2392
2406
|
attr_accessor :tier
|
@@ -2562,7 +2576,7 @@ module Google
|
|
2562
2576
|
class TelemetryConfig
|
2563
2577
|
include Google::Apis::Core::Hashable
|
2564
2578
|
|
2565
|
-
# The output format of the Dataproc Metastore service's logs.
|
2579
|
+
# Optional. The output format of the Dataproc Metastore service's logs.
|
2566
2580
|
# Corresponds to the JSON property `logFormat`
|
2567
2581
|
# @return [String]
|
2568
2582
|
attr_accessor :log_format
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV1
|
18
18
|
# Version of the google-apis-metastore_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -886,6 +886,8 @@ module Google
|
|
886
886
|
# @private
|
887
887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
888
888
|
collection :constituent_regions, as: 'constituentRegions'
|
889
|
+
property :continent, as: 'continent'
|
890
|
+
property :witness_region, as: 'witnessRegion'
|
889
891
|
end
|
890
892
|
end
|
891
893
|
|
@@ -1054,9 +1054,9 @@ module Google
|
|
1054
1054
|
|
1055
1055
|
# Updates the parameters of a single service.
|
1056
1056
|
# @param [String] name
|
1057
|
-
# Immutable. The relative resource name of the metastore service, in
|
1058
|
-
# following format:projects/`project_number`/locations/`location_id`/
|
1059
|
-
# service_id`.
|
1057
|
+
# Immutable. Identifier. The relative resource name of the metastore service, in
|
1058
|
+
# the following format:projects/`project_number`/locations/`location_id`/
|
1059
|
+
# services/`service_id`.
|
1060
1060
|
# @param [Google::Apis::MetastoreV1::Service] service_object
|
1061
1061
|
# @param [String] request_id
|
1062
1062
|
# Optional. A request ID. Specify a unique request ID to allow the server to
|
@@ -1844,9 +1844,9 @@ module Google
|
|
1844
1844
|
# Updates a single import. Only the description field of MetadataImport is
|
1845
1845
|
# supported to be updated.
|
1846
1846
|
# @param [String] name
|
1847
|
-
# Immutable. The relative resource name of the metadata import, of
|
1848
|
-
# projects/`project_number`/locations/`location_id`/services/`
|
1849
|
-
# metadataImports/`metadata_import_id`.
|
1847
|
+
# Immutable. Identifier. The relative resource name of the metadata import, of
|
1848
|
+
# the form:projects/`project_number`/locations/`location_id`/services/`
|
1849
|
+
# service_id`/metadataImports/`metadata_import_id`.
|
1850
1850
|
# @param [Google::Apis::MetastoreV1::MetadataImport] metadata_import_object
|
1851
1851
|
# @param [String] request_id
|
1852
1852
|
# Optional. A request ID. Specify a unique request ID to allow the server to
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-metastore_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.32.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Dataproc Metastore API V1
|
82
79
|
test_files: []
|