google-apis-metastore_v1alpha 0.65.0 → 0.67.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: 0bac40445ec4a02a75f3f88db1a235deb9912e273b100639c2a591a1b84952b6
|
4
|
+
data.tar.gz: e5ad4a2706ea8687e80dba537c034eb924b73e72b85baff9d3d846bdd1c75f27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cae1063cdd677abebd83b7cbccff45a320eb8a177ec73da549d19d57f254bcd1cbad7085ccb47f4db85215a72830630237099d70f89e5fb96a2736aff54999c2
|
7
|
+
data.tar.gz: 4d3f6a682776216aa6ecb3191ad823372fc8450146199f5045dcc04bd3e8531ffd9516127cfb5f14d2dcd22824fb0f6b76896354566fdf8a03f989352b40f15d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1alpha
|
2
2
|
|
3
|
+
### v0.67.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250227
|
6
|
+
|
7
|
+
### v0.66.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250121
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.65.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::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
|
@@ -1906,6 +1907,16 @@ module Google
|
|
1906
1907
|
# @return [Array<String>]
|
1907
1908
|
attr_accessor :constituent_regions
|
1908
1909
|
|
1910
|
+
# The continent for this multi-region.
|
1911
|
+
# Corresponds to the JSON property `continent`
|
1912
|
+
# @return [String]
|
1913
|
+
attr_accessor :continent
|
1914
|
+
|
1915
|
+
# The Spanner witness region for this multi-region.
|
1916
|
+
# Corresponds to the JSON property `witnessRegion`
|
1917
|
+
# @return [String]
|
1918
|
+
attr_accessor :witness_region
|
1919
|
+
|
1909
1920
|
def initialize(**args)
|
1910
1921
|
update!(**args)
|
1911
1922
|
end
|
@@ -1913,6 +1924,8 @@ module Google
|
|
1913
1924
|
# Update properties of this object
|
1914
1925
|
def update!(**args)
|
1915
1926
|
@constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
|
1927
|
+
@continent = args[:continent] if args.key?(:continent)
|
1928
|
+
@witness_region = args[:witness_region] if args.key?(:witness_region)
|
1916
1929
|
end
|
1917
1930
|
end
|
1918
1931
|
|
@@ -1926,8 +1939,8 @@ module Google
|
|
1926
1939
|
# @return [Array<Google::Apis::MetastoreV1alpha::Consumer>]
|
1927
1940
|
attr_accessor :consumers
|
1928
1941
|
|
1929
|
-
# Enables custom routes to be imported and exported for the Dataproc
|
1930
|
-
# service's peered VPC network.
|
1942
|
+
# Optional. Enables custom routes to be imported and exported for the Dataproc
|
1943
|
+
# Metastore service's peered VPC network.
|
1931
1944
|
# Corresponds to the JSON property `customRoutesEnabled`
|
1932
1945
|
# @return [Boolean]
|
1933
1946
|
attr_accessor :custom_routes_enabled
|
@@ -2470,8 +2483,8 @@ module Google
|
|
2470
2483
|
class Secret
|
2471
2484
|
include Google::Apis::Core::Hashable
|
2472
2485
|
|
2473
|
-
# The relative resource name of a Secret Manager secret version, in
|
2474
|
-
# following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2486
|
+
# Optional. The relative resource name of a Secret Manager secret version, in
|
2487
|
+
# the following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
2475
2488
|
# version_id`.
|
2476
2489
|
# Corresponds to the JSON property `cloudSecret`
|
2477
2490
|
# @return [String]
|
@@ -2556,9 +2569,9 @@ module Google
|
|
2556
2569
|
# @return [Google::Apis::MetastoreV1alpha::MultiRegionConfig]
|
2557
2570
|
attr_accessor :multi_region_config
|
2558
2571
|
|
2559
|
-
# Immutable. The relative resource name of the metastore service, in
|
2560
|
-
# following format:projects/`project_number`/locations/`location_id`/
|
2561
|
-
# service_id`.
|
2572
|
+
# Immutable. Identifier. The relative resource name of the metastore service, in
|
2573
|
+
# the following format:projects/`project_number`/locations/`location_id`/
|
2574
|
+
# services/`service_id`.
|
2562
2575
|
# Corresponds to the JSON property `name`
|
2563
2576
|
# @return [String]
|
2564
2577
|
attr_accessor :name
|
@@ -2575,7 +2588,8 @@ module Google
|
|
2575
2588
|
# @return [Google::Apis::MetastoreV1alpha::NetworkConfig]
|
2576
2589
|
attr_accessor :network_config
|
2577
2590
|
|
2578
|
-
# The TCP port at which the metastore service is reached. Default:
|
2591
|
+
# Optional. The TCP port at which the metastore service is reached. Default:
|
2592
|
+
# 9083.
|
2579
2593
|
# Corresponds to the JSON property `port`
|
2580
2594
|
# @return [Fixnum]
|
2581
2595
|
attr_accessor :port
|
@@ -2612,7 +2626,7 @@ module Google
|
|
2612
2626
|
# @return [Google::Apis::MetastoreV1alpha::TelemetryConfig]
|
2613
2627
|
attr_accessor :telemetry_config
|
2614
2628
|
|
2615
|
-
# The tier of the service.
|
2629
|
+
# Optional. The tier of the service.
|
2616
2630
|
# Corresponds to the JSON property `tier`
|
2617
2631
|
# @return [String]
|
2618
2632
|
attr_accessor :tier
|
@@ -2789,7 +2803,7 @@ module Google
|
|
2789
2803
|
class TelemetryConfig
|
2790
2804
|
include Google::Apis::Core::Hashable
|
2791
2805
|
|
2792
|
-
# The output format of the Dataproc Metastore service's logs.
|
2806
|
+
# Optional. The output format of the Dataproc Metastore service's logs.
|
2793
2807
|
# Corresponds to the JSON property `logFormat`
|
2794
2808
|
# @return [String]
|
2795
2809
|
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.67.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
|
@@ -989,6 +989,8 @@ module Google
|
|
989
989
|
# @private
|
990
990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
991
991
|
collection :constituent_regions, as: 'constituentRegions'
|
992
|
+
property :continent, as: 'continent'
|
993
|
+
property :witness_region, as: 'witnessRegion'
|
992
994
|
end
|
993
995
|
end
|
994
996
|
|
@@ -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.67.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_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.67.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: []
|