google-apis-metastore_v1 0.29.0 → 0.31.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/google/apis/metastore_v1/classes.rb +55 -53
- data/lib/google/apis/metastore_v1/gem_version.rb +3 -3
- data/lib/google/apis/metastore_v1/service.rb +6 -6
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce6bcc2ea6d209594ed958ff5b8ad34a79eb5bd62a351f7f285e2d68539f10d9
|
4
|
+
data.tar.gz: 5d5bd68630d7672808ff1f9def40ab1c05b49f31fa870aa4a601e7fef75c9852
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2613f6af82c1b41f789cbbb3268c85b8a0b5a6136a1c3606043c7a24d48bb2cb24ec68c3353950c54b669c8aad0c2a2923a2f3f41e43703a2c0421b7ec2d44d
|
7
|
+
data.tar.gz: e2214ad635a94e7b1c7154c6779a0f49b377efd6fc78cc6436c560a05d1281adc81fa372ea7d62643a59ec9eb067b1cdef50fc47f71049a8225f0d9ea20f3e3f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1
|
2
2
|
|
3
|
+
### v0.31.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250121
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.30.0 (2024-12-08)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241203
|
11
|
+
* Regenerated using generator version 0.15.1
|
12
|
+
|
3
13
|
### v0.29.0 (2024-07-25)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20240709
|
@@ -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
|
@@ -1872,9 +1873,9 @@ module Google
|
|
1872
1873
|
attr_accessor :end_time
|
1873
1874
|
|
1874
1875
|
# Output only. Identifies whether the caller has requested cancellation of the
|
1875
|
-
# operation. Operations that have successfully been cancelled have
|
1876
|
-
# error value with a google.rpc.Status.code of 1,
|
1877
|
-
# CANCELLED.
|
1876
|
+
# operation. Operations that have successfully been cancelled have google.
|
1877
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
1878
|
+
# corresponding to Code.CANCELLED.
|
1878
1879
|
# Corresponds to the JSON property `requestedCancellation`
|
1879
1880
|
# @return [Boolean]
|
1880
1881
|
attr_accessor :requested_cancellation
|
@@ -2105,7 +2106,7 @@ module Google
|
|
2105
2106
|
end
|
2106
2107
|
end
|
2107
2108
|
|
2108
|
-
# Request message for DataprocMetastore.
|
2109
|
+
# Request message for DataprocMetastore.RestoreService.
|
2109
2110
|
class RestoreServiceRequest
|
2110
2111
|
include Google::Apis::Core::Hashable
|
2111
2112
|
|
@@ -2249,8 +2250,8 @@ module Google
|
|
2249
2250
|
class Secret
|
2250
2251
|
include Google::Apis::Core::Hashable
|
2251
2252
|
|
2252
|
-
# The relative resource name of a Secret Manager secret version, in
|
2253
|
-
# following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2253
|
+
# Optional. The relative resource name of a Secret Manager secret version, in
|
2254
|
+
# the following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2254
2255
|
# version_id`.
|
2255
2256
|
# Corresponds to the JSON property `cloudSecret`
|
2256
2257
|
# @return [String]
|
@@ -2330,9 +2331,9 @@ module Google
|
|
2330
2331
|
# @return [Google::Apis::MetastoreV1::MetadataManagementActivity]
|
2331
2332
|
attr_accessor :metadata_management_activity
|
2332
2333
|
|
2333
|
-
# Immutable. The relative resource name of the metastore service, in
|
2334
|
-
# following format:projects/`project_number`/locations/`location_id`/
|
2335
|
-
# service_id`.
|
2334
|
+
# Immutable. Identifier. The relative resource name of the metastore service, in
|
2335
|
+
# the following format:projects/`project_number`/locations/`location_id`/
|
2336
|
+
# services/`service_id`.
|
2336
2337
|
# Corresponds to the JSON property `name`
|
2337
2338
|
# @return [String]
|
2338
2339
|
attr_accessor :name
|
@@ -2349,7 +2350,8 @@ module Google
|
|
2349
2350
|
# @return [Google::Apis::MetastoreV1::NetworkConfig]
|
2350
2351
|
attr_accessor :network_config
|
2351
2352
|
|
2352
|
-
# The TCP port at which the metastore service is reached. Default:
|
2353
|
+
# Optional. The TCP port at which the metastore service is reached. Default:
|
2354
|
+
# 9083.
|
2353
2355
|
# Corresponds to the JSON property `port`
|
2354
2356
|
# @return [Fixnum]
|
2355
2357
|
attr_accessor :port
|
@@ -2386,7 +2388,7 @@ module Google
|
|
2386
2388
|
# @return [Google::Apis::MetastoreV1::TelemetryConfig]
|
2387
2389
|
attr_accessor :telemetry_config
|
2388
2390
|
|
2389
|
-
# The tier of the service.
|
2391
|
+
# Optional. The tier of the service.
|
2390
2392
|
# Corresponds to the JSON property `tier`
|
2391
2393
|
# @return [String]
|
2392
2394
|
attr_accessor :tier
|
@@ -2562,7 +2564,7 @@ module Google
|
|
2562
2564
|
class TelemetryConfig
|
2563
2565
|
include Google::Apis::Core::Hashable
|
2564
2566
|
|
2565
|
-
# The output format of the Dataproc Metastore service's logs.
|
2567
|
+
# Optional. The output format of the Dataproc Metastore service's logs.
|
2566
2568
|
# Corresponds to the JSON property `logFormat`
|
2567
2569
|
# @return [String]
|
2568
2570
|
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.31.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 = "20250121"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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.31.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-02 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.31.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: []
|