google-apis-metastore_v2 0.1.0 → 0.2.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: a0190541b55f2f5cf04253b9cd128b5abf65292699da6d30136fd4579c5998f6
|
4
|
+
data.tar.gz: 84feaf1ad4ebad5c030d93b4ce25d7fd9ef07135d21c7899afdab25447c4221c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67779cd4e9ae5d7b3ffcc7d1a620b1a50d6cdab3c4c7a12991006bff76063a6e18a63126a0adbafd22a8718e8508937b61c1f1d2807508526ec8318064473882
|
7
|
+
data.tar.gz: baee0ca3b1cde9b9d91f81e3172690dbba0a8c8f30ac3964a55b573a29e338bb7779b018215928675a81c41197bd5fd012d26f7e3e9a05d3add30e81c667f575
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-metastore_v2
|
2
2
|
|
3
|
+
### v0.2.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250227
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.1.0 (2024-12-08)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241203
|
@@ -173,6 +173,16 @@ module Google
|
|
173
173
|
# @return [Array<String>]
|
174
174
|
attr_accessor :constituent_regions
|
175
175
|
|
176
|
+
# The continent for this multi-region.
|
177
|
+
# Corresponds to the JSON property `continent`
|
178
|
+
# @return [String]
|
179
|
+
attr_accessor :continent
|
180
|
+
|
181
|
+
# The Spanner witness region for this multi-region.
|
182
|
+
# Corresponds to the JSON property `witnessRegion`
|
183
|
+
# @return [String]
|
184
|
+
attr_accessor :witness_region
|
185
|
+
|
176
186
|
def initialize(**args)
|
177
187
|
update!(**args)
|
178
188
|
end
|
@@ -180,6 +190,8 @@ module Google
|
|
180
190
|
# Update properties of this object
|
181
191
|
def update!(**args)
|
182
192
|
@constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
|
193
|
+
@continent = args[:continent] if args.key?(:continent)
|
194
|
+
@witness_region = args[:witness_region] if args.key?(:witness_region)
|
183
195
|
end
|
184
196
|
end
|
185
197
|
|
@@ -457,6 +469,16 @@ module Google
|
|
457
469
|
# @return [Array<String>]
|
458
470
|
attr_accessor :constituent_regions
|
459
471
|
|
472
|
+
# The continent for this multi-region.
|
473
|
+
# Corresponds to the JSON property `continent`
|
474
|
+
# @return [String]
|
475
|
+
attr_accessor :continent
|
476
|
+
|
477
|
+
# The Spanner witness region for this multi-region.
|
478
|
+
# Corresponds to the JSON property `witnessRegion`
|
479
|
+
# @return [String]
|
480
|
+
attr_accessor :witness_region
|
481
|
+
|
460
482
|
def initialize(**args)
|
461
483
|
update!(**args)
|
462
484
|
end
|
@@ -464,6 +486,8 @@ module Google
|
|
464
486
|
# Update properties of this object
|
465
487
|
def update!(**args)
|
466
488
|
@constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
|
489
|
+
@continent = args[:continent] if args.key?(:continent)
|
490
|
+
@witness_region = args[:witness_region] if args.key?(:witness_region)
|
467
491
|
end
|
468
492
|
end
|
469
493
|
|
@@ -741,6 +765,16 @@ module Google
|
|
741
765
|
# @return [Array<String>]
|
742
766
|
attr_accessor :constituent_regions
|
743
767
|
|
768
|
+
# The continent for this multi-region.
|
769
|
+
# Corresponds to the JSON property `continent`
|
770
|
+
# @return [String]
|
771
|
+
attr_accessor :continent
|
772
|
+
|
773
|
+
# The Spanner witness region for this multi-region.
|
774
|
+
# Corresponds to the JSON property `witnessRegion`
|
775
|
+
# @return [String]
|
776
|
+
attr_accessor :witness_region
|
777
|
+
|
744
778
|
def initialize(**args)
|
745
779
|
update!(**args)
|
746
780
|
end
|
@@ -748,6 +782,8 @@ module Google
|
|
748
782
|
# Update properties of this object
|
749
783
|
def update!(**args)
|
750
784
|
@constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
|
785
|
+
@continent = args[:continent] if args.key?(:continent)
|
786
|
+
@witness_region = args[:witness_region] if args.key?(:witness_region)
|
751
787
|
end
|
752
788
|
end
|
753
789
|
|
@@ -1016,7 +1052,7 @@ module Google
|
|
1016
1052
|
end
|
1017
1053
|
end
|
1018
1054
|
|
1019
|
-
# A specification of the location
|
1055
|
+
# A specification of the location and metadata type for a database dump from a
|
1020
1056
|
# relational database management system.
|
1021
1057
|
class GoogleCloudMetastoreV2DatabaseDump
|
1022
1058
|
include Google::Apis::Core::Hashable
|
@@ -1174,7 +1210,7 @@ module Google
|
|
1174
1210
|
class GoogleCloudMetastoreV2ImportMetadataRequest
|
1175
1211
|
include Google::Apis::Core::Hashable
|
1176
1212
|
|
1177
|
-
# A specification of the location
|
1213
|
+
# A specification of the location and metadata type for a database dump from a
|
1178
1214
|
# relational database management system.
|
1179
1215
|
# Corresponds to the JSON property `databaseDump`
|
1180
1216
|
# @return [Google::Apis::MetastoreV2::GoogleCloudMetastoreV2DatabaseDump]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV2
|
18
18
|
# Version of the google-apis-metastore_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.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
|
@@ -398,6 +398,8 @@ module Google
|
|
398
398
|
# @private
|
399
399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
400
400
|
collection :constituent_regions, as: 'constituentRegions'
|
401
|
+
property :continent, as: 'continent'
|
402
|
+
property :witness_region, as: 'witnessRegion'
|
401
403
|
end
|
402
404
|
end
|
403
405
|
|
@@ -487,6 +489,8 @@ module Google
|
|
487
489
|
# @private
|
488
490
|
class Representation < Google::Apis::Core::JsonRepresentation
|
489
491
|
collection :constituent_regions, as: 'constituentRegions'
|
492
|
+
property :continent, as: 'continent'
|
493
|
+
property :witness_region, as: 'witnessRegion'
|
490
494
|
end
|
491
495
|
end
|
492
496
|
|
@@ -576,6 +580,8 @@ module Google
|
|
576
580
|
# @private
|
577
581
|
class Representation < Google::Apis::Core::JsonRepresentation
|
578
582
|
collection :constituent_regions, as: 'constituentRegions'
|
583
|
+
property :continent, as: 'continent'
|
584
|
+
property :witness_region, as: 'witnessRegion'
|
579
585
|
end
|
580
586
|
end
|
581
587
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-metastore_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v2/v0.2.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v2
|
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 V2
|
82
79
|
test_files: []
|