google-apis-metastore_v1 0.35.0 → 0.37.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: efff52627680d968f4118914c44d9356b391e52321638cb2182a0dbc39d5ca01
4
+ data.tar.gz: aaba1ed884cd12095201ff67c235c98a473d1a9c38f2a6d2f8ce8d4271133940
5
5
  SHA512:
6
- metadata.gz: 698a74c4450e673bb7779c10986f2163f4e228fe9f57980c231007b55a193d3703c4834f1cd4cc4121a50b2d64f5dda8474a5a0a49de6a9026d389e7ef8cf005
7
- data.tar.gz: be295d26339b36572bb053603b119528dab5d752c115edd4f00dbd509dd9645bad76dfd80bcbc6fbc22cf768e085e7a4356d0e90a81c70b45a0998c989ff7f96
6
+ metadata.gz: b154ef666a0abe74d6d2aad777eb1ab3a5aac9482a362f26a2caddd0ef09666ba8bd6ce36dadc16b6c8c77905f79f17a904d59c8eb705fcf82d0bb09daf2c8bf
7
+ data.tar.gz: c909687ca10ebdb17d779d265da0d097667d0147e97569ccc4ee895802a86af9bbdd3c62827b8841cd7896ea8b1b3efdfa0877934331bbd93230ec1042ca1a83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.37.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250814
6
+
7
+ ### v0.36.0 (2025-06-29)
8
+
9
+ * Regenerated from discovery document revision 20250622
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.35.0 (2025-05-21)
4
13
 
5
14
  * 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.37.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 = "20250814"
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'
@@ -86,8 +86,8 @@ module Google
86
86
  # @param [String] name
87
87
  # The resource that owns the locations collection, if applicable.
88
88
  # @param [Array<String>, String] extra_location_types
89
- # Optional. A list of extra location types that should be used as conditions for
90
- # controlling the visibility of the locations.
89
+ # Optional. Do not use this field. It is unsupported and is ignored unless
90
+ # explicitly documented otherwise. This is primarily for internal usage.
91
91
  # @param [String] filter
92
92
  # A filter to narrow down results to a preferred subset. The filtering language
93
93
  # accepts strings like "displayName=tokyo", and is documented in more detail in
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.37.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.37.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: