google-apis-metastore_v1alpha 0.71.0 → 0.72.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: 9c413a39209cf3c56a7eed862404dabea2b08f32d64383ea6eb1426f6e203873
|
4
|
+
data.tar.gz: db042e4b143189c165b404bd7c3efa0598644c90d5fbd7f3860ea9c3313dc9da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2639872ed2f576161942a0139bb3fc2ae15ebf98b5fba46177ce65b683c6c59f6d5869d7da6a3b2aa58d915f2583f63f2323ec3bd6762650ae9a9b1109ab8a04
|
7
|
+
data.tar.gz: 36d2a19f9e2da13ae25eb16154b2101631f674b7a008ea9aa450490d96094005565399ba845d69d4827a658d2bb00e79ee5308ad1471a89a7fedf649f0e77cb7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1alpha
|
2
2
|
|
3
|
+
### v0.72.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250622
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.71.0 (2025-05-21)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250514
|
@@ -1066,6 +1066,13 @@ module Google
|
|
1066
1066
|
# @return [String]
|
1067
1067
|
attr_accessor :state_message
|
1068
1068
|
|
1069
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
1070
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
1071
|
+
# marketing"
|
1072
|
+
# Corresponds to the JSON property `tags`
|
1073
|
+
# @return [Hash<String,String>]
|
1074
|
+
attr_accessor :tags
|
1075
|
+
|
1069
1076
|
# Output only. The globally unique resource identifier of the metastore
|
1070
1077
|
# federation.
|
1071
1078
|
# Corresponds to the JSON property `uid`
|
@@ -1096,6 +1103,7 @@ module Google
|
|
1096
1103
|
@name = args[:name] if args.key?(:name)
|
1097
1104
|
@state = args[:state] if args.key?(:state)
|
1098
1105
|
@state_message = args[:state_message] if args.key?(:state_message)
|
1106
|
+
@tags = args[:tags] if args.key?(:tags)
|
1099
1107
|
@uid = args[:uid] if args.key?(:uid)
|
1100
1108
|
@update_time = args[:update_time] if args.key?(:update_time)
|
1101
1109
|
@version = args[:version] if args.key?(:version)
|
@@ -2651,6 +2659,13 @@ module Google
|
|
2651
2659
|
# @return [String]
|
2652
2660
|
attr_accessor :state_message
|
2653
2661
|
|
2662
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2663
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2664
|
+
# marketing"
|
2665
|
+
# Corresponds to the JSON property `tags`
|
2666
|
+
# @return [Hash<String,String>]
|
2667
|
+
attr_accessor :tags
|
2668
|
+
|
2654
2669
|
# Telemetry Configuration for the Dataproc Metastore service.
|
2655
2670
|
# Corresponds to the JSON property `telemetryConfig`
|
2656
2671
|
# @return [Google::Apis::MetastoreV1alpha::TelemetryConfig]
|
@@ -2698,6 +2713,7 @@ module Google
|
|
2698
2713
|
@scheduled_backup = args[:scheduled_backup] if args.key?(:scheduled_backup)
|
2699
2714
|
@state = args[:state] if args.key?(:state)
|
2700
2715
|
@state_message = args[:state_message] if args.key?(:state_message)
|
2716
|
+
@tags = args[:tags] if args.key?(:tags)
|
2701
2717
|
@telemetry_config = args[:telemetry_config] if args.key?(:telemetry_config)
|
2702
2718
|
@tier = args[:tier] if args.key?(:tier)
|
2703
2719
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -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.72.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250622"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -753,6 +753,7 @@ module Google
|
|
753
753
|
property :name, as: 'name'
|
754
754
|
property :state, as: 'state'
|
755
755
|
property :state_message, as: 'stateMessage'
|
756
|
+
hash :tags, as: 'tags'
|
756
757
|
property :uid, as: 'uid'
|
757
758
|
property :update_time, as: 'updateTime'
|
758
759
|
property :version, as: 'version'
|
@@ -1181,6 +1182,7 @@ module Google
|
|
1181
1182
|
|
1182
1183
|
property :state, as: 'state'
|
1183
1184
|
property :state_message, as: 'stateMessage'
|
1185
|
+
hash :tags, as: 'tags'
|
1184
1186
|
property :telemetry_config, as: 'telemetryConfig', class: Google::Apis::MetastoreV1alpha::TelemetryConfig, decorator: Google::Apis::MetastoreV1alpha::TelemetryConfig::Representation
|
1185
1187
|
|
1186
1188
|
property :tier, as: 'tier'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.72.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.72.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|