google-apis-metastore_v1 0.35.0 → 0.36.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: 5874253c25ff22779d249c61e66bcf4452644bcf3bcfced3d6393205a7391959
4
- data.tar.gz: e949238a348b9c9621bc59ac2fa95a529fe89456ce3a94ce0d20d59e64544330
3
+ metadata.gz: 01a4e7799d4f01eb98b0dd6fe707f5ae4e22bab1f3d62fcd880087951f48f3da
4
+ data.tar.gz: a4ba161a22187263290a6bfb08eceeb135966a9c4bf9fdac741875e2cb716db8
5
5
  SHA512:
6
- metadata.gz: 698a74c4450e673bb7779c10986f2163f4e228fe9f57980c231007b55a193d3703c4834f1cd4cc4121a50b2d64f5dda8474a5a0a49de6a9026d389e7ef8cf005
7
- data.tar.gz: be295d26339b36572bb053603b119528dab5d752c115edd4f00dbd509dd9645bad76dfd80bcbc6fbc22cf768e085e7a4356d0e90a81c70b45a0998c989ff7f96
6
+ metadata.gz: 072b6c549a062350742089b9045ee57c9ba4571073fc41eb61344b6d86b4bd322f58ac5d9a78d6e4ccd3a73518fb2aaef98b8cc37c015e5d9e3a4ae007d4243d
7
+ data.tar.gz: 3a7ba9f6aabe4457a9c2496abc21199ef293211b1e243b9237f3843d83e87f9a32c84b54384bcd724166001b28e4ec7dfc68e4c70eac89b01893d355c55fa09d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.36.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250622
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.35.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250514
@@ -965,6 +965,13 @@ module Google
965
965
  # @return [String]
966
966
  attr_accessor :state_message
967
967
 
968
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
969
+ # resource. For example: "123/environment": "production", "123/costCenter": "
970
+ # marketing"
971
+ # Corresponds to the JSON property `tags`
972
+ # @return [Hash<String,String>]
973
+ attr_accessor :tags
974
+
968
975
  # Output only. The globally unique resource identifier of the metastore
969
976
  # federation.
970
977
  # Corresponds to the JSON property `uid`
@@ -995,6 +1002,7 @@ module Google
995
1002
  @name = args[:name] if args.key?(:name)
996
1003
  @state = args[:state] if args.key?(:state)
997
1004
  @state_message = args[:state_message] if args.key?(:state_message)
1005
+ @tags = args[:tags] if args.key?(:tags)
998
1006
  @uid = args[:uid] if args.key?(:uid)
999
1007
  @update_time = args[:update_time] if args.key?(:update_time)
1000
1008
  @version = args[:version] if args.key?(:version)
@@ -2416,6 +2424,13 @@ module Google
2416
2424
  # @return [String]
2417
2425
  attr_accessor :state_message
2418
2426
 
2427
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
2428
+ # resource. For example: "123/environment": "production", "123/costCenter": "
2429
+ # marketing"
2430
+ # Corresponds to the JSON property `tags`
2431
+ # @return [Hash<String,String>]
2432
+ attr_accessor :tags
2433
+
2419
2434
  # Telemetry Configuration for the Dataproc Metastore service.
2420
2435
  # Corresponds to the JSON property `telemetryConfig`
2421
2436
  # @return [Google::Apis::MetastoreV1::TelemetryConfig]
@@ -2462,6 +2477,7 @@ module Google
2462
2477
  @scheduled_backup = args[:scheduled_backup] if args.key?(:scheduled_backup)
2463
2478
  @state = args[:state] if args.key?(:state)
2464
2479
  @state_message = args[:state_message] if args.key?(:state_message)
2480
+ @tags = args[:tags] if args.key?(:tags)
2465
2481
  @telemetry_config = args[:telemetry_config] if args.key?(:telemetry_config)
2466
2482
  @tier = args[:tier] if args.key?(:tier)
2467
2483
  @uid = args[:uid] if args.key?(:uid)
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250514"
25
+ REVISION = "20250622"
26
26
  end
27
27
  end
28
28
  end
@@ -668,6 +668,7 @@ module Google
668
668
  property :name, as: 'name'
669
669
  property :state, as: 'state'
670
670
  property :state_message, as: 'stateMessage'
671
+ hash :tags, as: 'tags'
671
672
  property :uid, as: 'uid'
672
673
  property :update_time, as: 'updateTime'
673
674
  property :version, as: 'version'
@@ -1052,6 +1053,7 @@ module Google
1052
1053
 
1053
1054
  property :state, as: 'state'
1054
1055
  property :state_message, as: 'stateMessage'
1056
+ hash :tags, as: 'tags'
1055
1057
  property :telemetry_config, as: 'telemetryConfig', class: Google::Apis::MetastoreV1::TelemetryConfig, decorator: Google::Apis::MetastoreV1::TelemetryConfig::Representation
1056
1058
 
1057
1059
  property :tier, as: 'tier'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
62
62
  rdoc_options: []
63
63
  require_paths: