google-apis-metastore_v1alpha 0.65.0 → 0.66.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: b99c0fbb492550a42a8d924e7c4c552446f0857d5861bd761e9356e713289d7d
|
4
|
+
data.tar.gz: e60f058d128921f316d08b587b04806f3806c0fa835e8eecd1d7ab07c94b9ce7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 002ab71f90c3c4985a7bd03b41c8b48d4468e0a16ef7a4986b6f8b5dd38485d57f4094a24870737bd41ee2b8783178b21c62f7518d3e11af5f8bbefec59b01c5
|
7
|
+
data.tar.gz: a1fc20d1c1dcf873d941e3c955f7df24f4d4c1f355d1338d54eb7c75277de6242621168a1adf4687b4935df2151ce246fc446c0a1cbb3d0992610d5b3d762400
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1alpha
|
2
2
|
|
3
|
+
### v0.66.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250121
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.65.0 (2024-12-08)
|
4
9
|
|
5
10
|
* 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::MetastoreV1alpha::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
|
@@ -810,13 +810,13 @@ module Google
|
|
810
810
|
# @return [String]
|
811
811
|
attr_accessor :database_type
|
812
812
|
|
813
|
-
# A Cloud Storage object or folder URI that specifies the source from
|
814
|
-
# import metadata. It must begin with gs://.
|
813
|
+
# Optional. A Cloud Storage object or folder URI that specifies the source from
|
814
|
+
# which to import metadata. It must begin with gs://.
|
815
815
|
# Corresponds to the JSON property `gcsUri`
|
816
816
|
# @return [String]
|
817
817
|
attr_accessor :gcs_uri
|
818
818
|
|
819
|
-
# The name of the source database.
|
819
|
+
# Optional. The name of the source database.
|
820
820
|
# Corresponds to the JSON property `sourceDatabase`
|
821
821
|
# @return [String]
|
822
822
|
attr_accessor :source_database
|
@@ -844,9 +844,9 @@ module Google
|
|
844
844
|
class DataplexConfig
|
845
845
|
include Google::Apis::Core::Hashable
|
846
846
|
|
847
|
-
# A reference to the Lake resources that this metastore service is
|
848
|
-
# The key is the lake resource name. Example: projects/`
|
849
|
-
# locations/`location_id`/lakes/`lake_id`.
|
847
|
+
# Optional. A reference to the Lake resources that this metastore service is
|
848
|
+
# attached to. The key is the lake resource name. Example: projects/`
|
849
|
+
# project_number`/locations/`location_id`/lakes/`lake_id`.
|
850
850
|
# Corresponds to the JSON property `lakeResources`
|
851
851
|
# @return [Hash<String,Google::Apis::MetastoreV1alpha::Lake>]
|
852
852
|
attr_accessor :lake_resources
|
@@ -881,9 +881,9 @@ module Google
|
|
881
881
|
class EncryptionConfig
|
882
882
|
include Google::Apis::Core::Hashable
|
883
883
|
|
884
|
-
# The fully qualified customer provided Cloud KMS key name to use for
|
885
|
-
# data encryption, in the following format:projects/`project_number`/
|
886
|
-
# location_id`/keyRings/`key_ring_id`/cryptoKeys/`crypto_key_id`.
|
884
|
+
# Optional. The fully qualified customer provided Cloud KMS key name to use for
|
885
|
+
# customer data encryption, in the following format:projects/`project_number`/
|
886
|
+
# locations/`location_id`/keyRings/`key_ring_id`/cryptoKeys/`crypto_key_id`.
|
887
887
|
# Corresponds to the JSON property `kmsKey`
|
888
888
|
# @return [String]
|
889
889
|
attr_accessor :kms_key
|
@@ -1098,28 +1098,29 @@ module Google
|
|
1098
1098
|
class HiveMetastoreConfig
|
1099
1099
|
include Google::Apis::Core::Hashable
|
1100
1100
|
|
1101
|
-
# A mapping of Hive metastore version to the auxiliary version
|
1102
|
-
# When specified, a secondary Hive metastore service is created
|
1103
|
-
# primary service. All auxiliary versions must be less than the
|
1104
|
-
# primary version. The key is the auxiliary service name and it must
|
1105
|
-
# regular expression a-z?. This means that the first character must be
|
1106
|
-
# lowercase letter, and all the following characters must be hyphens,
|
1107
|
-
# letters, or digits, except the last character, which cannot be a
|
1101
|
+
# Optional. A mapping of Hive metastore version to the auxiliary version
|
1102
|
+
# configuration. When specified, a secondary Hive metastore service is created
|
1103
|
+
# along with the primary service. All auxiliary versions must be less than the
|
1104
|
+
# service's primary version. The key is the auxiliary service name and it must
|
1105
|
+
# match the regular expression a-z?. This means that the first character must be
|
1106
|
+
# a lowercase letter, and all the following characters must be hyphens,
|
1107
|
+
# lowercase letters, or digits, except the last character, which cannot be a
|
1108
|
+
# hyphen.
|
1108
1109
|
# Corresponds to the JSON property `auxiliaryVersions`
|
1109
1110
|
# @return [Hash<String,Google::Apis::MetastoreV1alpha::AuxiliaryVersionConfig>]
|
1110
1111
|
attr_accessor :auxiliary_versions
|
1111
1112
|
|
1112
|
-
# A mapping of Hive metastore configuration key-value pairs to apply
|
1113
|
-
# metastore (configured in hive-site.xml). The mappings override
|
1114
|
-
# (some keys cannot be overridden). These overrides are also
|
1115
|
-
# auxiliary versions and can be further customized in the auxiliary
|
1116
|
-
# AuxiliaryVersionConfig.
|
1113
|
+
# Optional. A mapping of Hive metastore configuration key-value pairs to apply
|
1114
|
+
# to the Hive metastore (configured in hive-site.xml). The mappings override
|
1115
|
+
# system defaults (some keys cannot be overridden). These overrides are also
|
1116
|
+
# applied to auxiliary versions and can be further customized in the auxiliary
|
1117
|
+
# version's AuxiliaryVersionConfig.
|
1117
1118
|
# Corresponds to the JSON property `configOverrides`
|
1118
1119
|
# @return [Hash<String,String>]
|
1119
1120
|
attr_accessor :config_overrides
|
1120
1121
|
|
1121
|
-
# The protocol to use for the metastore service endpoint. If
|
1122
|
-
# defaults to THRIFT.
|
1122
|
+
# Optional. The protocol to use for the metastore service endpoint. If
|
1123
|
+
# unspecified, defaults to THRIFT.
|
1123
1124
|
# Corresponds to the JSON property `endpointProtocol`
|
1124
1125
|
# @return [String]
|
1125
1126
|
attr_accessor :endpoint_protocol
|
@@ -1184,14 +1185,14 @@ module Google
|
|
1184
1185
|
# @return [Google::Apis::MetastoreV1alpha::Secret]
|
1185
1186
|
attr_accessor :keytab
|
1186
1187
|
|
1187
|
-
# A Cloud Storage URI that specifies the path to a krb5.conf file. It
|
1188
|
-
# form gs://`bucket_name`/path/to/krb5.conf, although the file does
|
1189
|
-
# be named krb5.conf explicitly.
|
1188
|
+
# Optional. A Cloud Storage URI that specifies the path to a krb5.conf file. It
|
1189
|
+
# is of the form gs://`bucket_name`/path/to/krb5.conf, although the file does
|
1190
|
+
# not need to be named krb5.conf explicitly.
|
1190
1191
|
# Corresponds to the JSON property `krb5ConfigGcsUri`
|
1191
1192
|
# @return [String]
|
1192
1193
|
attr_accessor :krb5_config_gcs_uri
|
1193
1194
|
|
1194
|
-
# A Kerberos principal that exists in the both the keytab the KDC to
|
1195
|
+
# Optional. A Kerberos principal that exists in the both the keytab the KDC to
|
1195
1196
|
# authenticate as. A typical principal is of the form primary/instance@REALM,
|
1196
1197
|
# but there is no exact format.
|
1197
1198
|
# Corresponds to the JSON property `principal`
|
@@ -1590,12 +1591,12 @@ module Google
|
|
1590
1591
|
class MaintenanceWindow
|
1591
1592
|
include Google::Apis::Core::Hashable
|
1592
1593
|
|
1593
|
-
# The day of week, when the window starts.
|
1594
|
+
# Optional. The day of week, when the window starts.
|
1594
1595
|
# Corresponds to the JSON property `dayOfWeek`
|
1595
1596
|
# @return [String]
|
1596
1597
|
attr_accessor :day_of_week
|
1597
1598
|
|
1598
|
-
# The hour of day (0-23) when the window starts.
|
1599
|
+
# Optional. The hour of day (0-23) when the window starts.
|
1599
1600
|
# Corresponds to the JSON property `hourOfDay`
|
1600
1601
|
# @return [Fixnum]
|
1601
1602
|
attr_accessor :hour_of_day
|
@@ -1670,7 +1671,7 @@ module Google
|
|
1670
1671
|
# @return [Google::Apis::MetastoreV1alpha::DatabaseDump]
|
1671
1672
|
attr_accessor :database_dump
|
1672
1673
|
|
1673
|
-
# The description of the metadata import.
|
1674
|
+
# Optional. The description of the metadata import.
|
1674
1675
|
# Corresponds to the JSON property `description`
|
1675
1676
|
# @return [String]
|
1676
1677
|
attr_accessor :description
|
@@ -1680,9 +1681,9 @@ module Google
|
|
1680
1681
|
# @return [String]
|
1681
1682
|
attr_accessor :end_time
|
1682
1683
|
|
1683
|
-
# Immutable. The relative resource name of the metadata import, of
|
1684
|
-
# projects/`project_number`/locations/`location_id`/services/`
|
1685
|
-
# metadataImports/`metadata_import_id`.
|
1684
|
+
# Immutable. Identifier. The relative resource name of the metadata import, of
|
1685
|
+
# the form:projects/`project_number`/locations/`location_id`/services/`
|
1686
|
+
# service_id`/metadataImports/`metadata_import_id`.
|
1686
1687
|
# Corresponds to the JSON property `name`
|
1687
1688
|
# @return [String]
|
1688
1689
|
attr_accessor :name
|
@@ -1926,8 +1927,8 @@ module Google
|
|
1926
1927
|
# @return [Array<Google::Apis::MetastoreV1alpha::Consumer>]
|
1927
1928
|
attr_accessor :consumers
|
1928
1929
|
|
1929
|
-
# Enables custom routes to be imported and exported for the Dataproc
|
1930
|
-
# service's peered VPC network.
|
1930
|
+
# Optional. Enables custom routes to be imported and exported for the Dataproc
|
1931
|
+
# Metastore service's peered VPC network.
|
1931
1932
|
# Corresponds to the JSON property `customRoutesEnabled`
|
1932
1933
|
# @return [Boolean]
|
1933
1934
|
attr_accessor :custom_routes_enabled
|
@@ -2470,8 +2471,8 @@ module Google
|
|
2470
2471
|
class Secret
|
2471
2472
|
include Google::Apis::Core::Hashable
|
2472
2473
|
|
2473
|
-
# The relative resource name of a Secret Manager secret version, in
|
2474
|
-
# following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2474
|
+
# Optional. The relative resource name of a Secret Manager secret version, in
|
2475
|
+
# the following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2475
2476
|
# version_id`.
|
2476
2477
|
# Corresponds to the JSON property `cloudSecret`
|
2477
2478
|
# @return [String]
|
@@ -2556,9 +2557,9 @@ module Google
|
|
2556
2557
|
# @return [Google::Apis::MetastoreV1alpha::MultiRegionConfig]
|
2557
2558
|
attr_accessor :multi_region_config
|
2558
2559
|
|
2559
|
-
# Immutable. The relative resource name of the metastore service, in
|
2560
|
-
# following format:projects/`project_number`/locations/`location_id`/
|
2561
|
-
# service_id`.
|
2560
|
+
# Immutable. Identifier. The relative resource name of the metastore service, in
|
2561
|
+
# the following format:projects/`project_number`/locations/`location_id`/
|
2562
|
+
# services/`service_id`.
|
2562
2563
|
# Corresponds to the JSON property `name`
|
2563
2564
|
# @return [String]
|
2564
2565
|
attr_accessor :name
|
@@ -2575,7 +2576,8 @@ module Google
|
|
2575
2576
|
# @return [Google::Apis::MetastoreV1alpha::NetworkConfig]
|
2576
2577
|
attr_accessor :network_config
|
2577
2578
|
|
2578
|
-
# The TCP port at which the metastore service is reached. Default:
|
2579
|
+
# Optional. The TCP port at which the metastore service is reached. Default:
|
2580
|
+
# 9083.
|
2579
2581
|
# Corresponds to the JSON property `port`
|
2580
2582
|
# @return [Fixnum]
|
2581
2583
|
attr_accessor :port
|
@@ -2612,7 +2614,7 @@ module Google
|
|
2612
2614
|
# @return [Google::Apis::MetastoreV1alpha::TelemetryConfig]
|
2613
2615
|
attr_accessor :telemetry_config
|
2614
2616
|
|
2615
|
-
# The tier of the service.
|
2617
|
+
# Optional. The tier of the service.
|
2616
2618
|
# Corresponds to the JSON property `tier`
|
2617
2619
|
# @return [String]
|
2618
2620
|
attr_accessor :tier
|
@@ -2789,7 +2791,7 @@ module Google
|
|
2789
2791
|
class TelemetryConfig
|
2790
2792
|
include Google::Apis::Core::Hashable
|
2791
2793
|
|
2792
|
-
# The output format of the Dataproc Metastore service's logs.
|
2794
|
+
# Optional. The output format of the Dataproc Metastore service's logs.
|
2793
2795
|
# Corresponds to the JSON property `logFormat`
|
2794
2796
|
# @return [String]
|
2795
2797
|
attr_accessor :log_format
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV1alpha
|
18
18
|
# Version of the google-apis-metastore_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.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::MetastoreV1alpha::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
|
@@ -1998,9 +1998,9 @@ module Google
|
|
1998
1998
|
# Updates a single import. Only the description field of MetadataImport is
|
1999
1999
|
# supported to be updated.
|
2000
2000
|
# @param [String] name
|
2001
|
-
# Immutable. The relative resource name of the metadata import, of
|
2002
|
-
# projects/`project_number`/locations/`location_id`/services/`
|
2003
|
-
# metadataImports/`metadata_import_id`.
|
2001
|
+
# Immutable. Identifier. The relative resource name of the metadata import, of
|
2002
|
+
# the form:projects/`project_number`/locations/`location_id`/services/`
|
2003
|
+
# service_id`/metadataImports/`metadata_import_id`.
|
2004
2004
|
# @param [Google::Apis::MetastoreV1alpha::MetadataImport] metadata_import_object
|
2005
2005
|
# @param [String] request_id
|
2006
2006
|
# 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_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.66.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
|
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 V1alpha
|
82
79
|
test_files: []
|