google-apis-metastore_v1beta 0.84.0 → 0.85.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: 00446e979bc0d41e18f3ff0698e705a1b3e935c8f7804bd33d805f30139c227b
4
- data.tar.gz: bb19b93e11ec00f5a61470f1c0d8866ff5686e2a790aef03752f0026c5c3599a
3
+ metadata.gz: e898495fca7251bca4602f2050de5da5379c11f89d04b7abfa1eb55acb7c253f
4
+ data.tar.gz: 69bf41728f27bcbca4b253ebade0aa1acec16c02b79fc3ce2c896581cd1fb804
5
5
  SHA512:
6
- metadata.gz: 70668361f728d5c28318f97a62f1ec41fffad12a3232741754fa8b97872afad99f9017c4fc292da4215d888a5d3403a105c9b3041bc2b66f7ff8b89fe43a7af9
7
- data.tar.gz: 91b57691a9f0bd11816823c17d4988431f9a24c82f2825bfe60ac96a52ea1abf1f1c2ebfebbf6092b212334cf7d38eaad2e4384359a044fa45e7c3c05ece782e
6
+ metadata.gz: efa49c5bf30ad5eb7fa1bb97b15a83ed2be72913032b8329690d84ed322394cc07959ea05d8f7fc5d531aa8ec29163efa79138df2075e43d8b30ae99b21d9f89
7
+ data.tar.gz: 32e601a7f0e652bbb35b8fa47e3981561066faee72e87bbbbd8ba115023ed80ff1c914a5b0b0e4ffbdbd059d670692fd179b8fd9cfbd1527ee92590e9fdc4f8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.85.0 (2026-09-20)
4
+
5
+ * Regenerated from discovery document revision 20260910
6
+
3
7
  ### v0.84.0 (2026-09-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20260825
@@ -2091,7 +2091,7 @@ module Google
2091
2091
  # @return [Array<Google::Apis::MetastoreV1beta::CatalogSummary>]
2092
2092
  attr_accessor :catalog_summaries
2093
2093
 
2094
- # Output only. The UTC time when this report was finalized.
2094
+ # Output only. The UTC time when the source metadata read was initiated.
2095
2095
  # Corresponds to the JSON property `createTime`
2096
2096
  # @return [String]
2097
2097
  attr_accessor :create_time
@@ -2102,6 +2102,11 @@ module Google
2102
2102
  attr_accessor :dry_run
2103
2103
  alias_method :dry_run?, :dry_run
2104
2104
 
2105
+ # Output only. The UTC time when the report was written.
2106
+ # Corresponds to the JSON property `endTime`
2107
+ # @return [String]
2108
+ attr_accessor :end_time
2109
+
2105
2110
  # Output only. The Dataproc Metastore service name (format: projects/*/locations/
2106
2111
  # */services/*) on which the migration was executed.
2107
2112
  # Corresponds to the JSON property `service`
@@ -2117,6 +2122,7 @@ module Google
2117
2122
  @catalog_summaries = args[:catalog_summaries] if args.key?(:catalog_summaries)
2118
2123
  @create_time = args[:create_time] if args.key?(:create_time)
2119
2124
  @dry_run = args[:dry_run] if args.key?(:dry_run)
2125
+ @end_time = args[:end_time] if args.key?(:end_time)
2120
2126
  @service = args[:service] if args.key?(:service)
2121
2127
  end
2122
2128
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1beta
18
18
  # Version of the google-apis-metastore_v1beta gem
19
- GEM_VERSION = "0.84.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260825"
25
+ REVISION = "20260910"
26
26
  end
27
27
  end
28
28
  end
@@ -1144,6 +1144,7 @@ module Google
1144
1144
 
1145
1145
  property :create_time, as: 'createTime'
1146
1146
  property :dry_run, as: 'dryRun'
1147
+ property :end_time, as: 'endTime'
1147
1148
  property :service, as: 'service'
1148
1149
  end
1149
1150
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.84.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.85.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: