google-apis-metastore_v1beta 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20aeb2463502c0e3968344006f7885c5d20d031b16c3b671a415f22b6d9eb68f
|
4
|
+
data.tar.gz: 14c306a5f282c3c6c7d0250f66f4fdc5343995794b61f553c71dc684193280a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2683727ce4ce5ce3c1b3ed8d6a141b0c066e1ee65b57ca349c56ab64ad9cc2ee00827be5b8d5c78f671d5bafd76e083e73c4d92a66d57d552614a3d1053edc15
|
7
|
+
data.tar.gz: af9fb7f15feb9b0c71f69161276c2d2f3acb4478f231aa9006c4996a9eccf47a0fdcce5ad1847048672ea5adc2ec254ddf2c4fc1c5c296ccd4d5f1d2dbb0ecbd
|
data/CHANGELOG.md
CHANGED
@@ -894,6 +894,12 @@ module Google
|
|
894
894
|
# @return [String]
|
895
895
|
attr_accessor :backup
|
896
896
|
|
897
|
+
# Output only. The restore details containing the revision of the service to be
|
898
|
+
# restored to, in format of JSON.
|
899
|
+
# Corresponds to the JSON property `details`
|
900
|
+
# @return [String]
|
901
|
+
attr_accessor :details
|
902
|
+
|
897
903
|
# Output only. The time when the restore ended.
|
898
904
|
# Corresponds to the JSON property `endTime`
|
899
905
|
# @return [String]
|
@@ -921,6 +927,7 @@ module Google
|
|
921
927
|
# Update properties of this object
|
922
928
|
def update!(**args)
|
923
929
|
@backup = args[:backup] if args.key?(:backup)
|
930
|
+
@details = args[:details] if args.key?(:details)
|
924
931
|
@end_time = args[:end_time] if args.key?(:end_time)
|
925
932
|
@start_time = args[:start_time] if args.key?(:start_time)
|
926
933
|
@state = args[:state] if args.key?(:state)
|
@@ -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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210222"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -422,6 +422,7 @@ module Google
|
|
422
422
|
# @private
|
423
423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
424
424
|
property :backup, as: 'backup'
|
425
|
+
property :details, as: 'details'
|
425
426
|
property :end_time, as: 'endTime'
|
426
427
|
property :start_time, as: 'startTime'
|
427
428
|
property :state, as: 'state'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.11
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Dataproc Metastore API V1beta
|