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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e898495fca7251bca4602f2050de5da5379c11f89d04b7abfa1eb55acb7c253f
|
|
4
|
+
data.tar.gz: 69bf41728f27bcbca4b253ebade0aa1acec16c02b79fc3ce2c896581cd1fb804
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efa49c5bf30ad5eb7fa1bb97b15a83ed2be72913032b8329690d84ed322394cc07959ea05d8f7fc5d531aa8ec29163efa79138df2075e43d8b30ae99b21d9f89
|
|
7
|
+
data.tar.gz: 32e601a7f0e652bbb35b8fa47e3981561066faee72e87bbbbd8ba115023ed80ff1c914a5b0b0e4ffbdbd059d670692fd179b8fd9cfbd1527ee92590e9fdc4f8a
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260910"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.
|
|
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.
|
|
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:
|