google-apis-file_v1 0.1.0 → 0.2.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: c8436e9152d10e4ffc7e1b694f1eedf1828f8396bf1bd2a88bbe1241b33134bd
|
4
|
+
data.tar.gz: d77f3893caad3e518832ad28747b17b18ed3a76f0a38d2ba83c2c292e5a0051f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3af94525f8e47acfa333bd1f8ce8b2d721c24231715db936ae7949467943327e44f7b5a340240743947b24a448b78c34d28ccfa5e57c0dedd3f9485c0de3f666
|
7
|
+
data.tar.gz: 131fe442c384fb4185ee307bd13c720b772c81be2347146da4c4f9ba1d7b6fb9b4cb23109be12020daa5b114769ebcfb27e343497dfc76a3c86754e209a6965a
|
data/CHANGELOG.md
CHANGED
@@ -444,6 +444,15 @@ module Google
|
|
444
444
|
# @return [String]
|
445
445
|
attr_accessor :rollout_management_policy
|
446
446
|
|
447
|
+
# schedule_deadline_time is the time deadline any schedule start time cannot go
|
448
|
+
# beyond, including reschedule. It's normally the initial schedule start time
|
449
|
+
# plus a week. If the reschedule type is next window, simply take this value as
|
450
|
+
# start time. If reschedule type is IMMEDIATELY or BY_TIME, current or selected
|
451
|
+
# time cannot go beyond this deadline.
|
452
|
+
# Corresponds to the JSON property `scheduleDeadlineTime`
|
453
|
+
# @return [String]
|
454
|
+
attr_accessor :schedule_deadline_time
|
455
|
+
|
447
456
|
# The scheduled start time for the maintenance.
|
448
457
|
# Corresponds to the JSON property `startTime`
|
449
458
|
# @return [String]
|
@@ -458,6 +467,7 @@ module Google
|
|
458
467
|
@can_reschedule = args[:can_reschedule] if args.key?(:can_reschedule)
|
459
468
|
@end_time = args[:end_time] if args.key?(:end_time)
|
460
469
|
@rollout_management_policy = args[:rollout_management_policy] if args.key?(:rollout_management_policy)
|
470
|
+
@schedule_deadline_time = args[:schedule_deadline_time] if args.key?(:schedule_deadline_time)
|
461
471
|
@start_time = args[:start_time] if args.key?(:start_time)
|
462
472
|
end
|
463
473
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FileV1
|
18
18
|
# Version of the google-apis-file_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210120"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -321,6 +321,7 @@ module Google
|
|
321
321
|
property :can_reschedule, as: 'canReschedule'
|
322
322
|
property :end_time, as: 'endTime'
|
323
323
|
property :rollout_management_policy, as: 'rolloutManagementPolicy'
|
324
|
+
property :schedule_deadline_time, as: 'scheduleDeadlineTime'
|
324
325
|
property :start_time, as: 'startTime'
|
325
326
|
end
|
326
327
|
end
|
@@ -500,9 +500,9 @@ module Google
|
|
500
500
|
execute_or_queue_command(command, &block)
|
501
501
|
end
|
502
502
|
|
503
|
-
# Restores an existing instance's file share from a backup. The
|
504
|
-
#
|
505
|
-
# the
|
503
|
+
# Restores an existing instance's file share from a backup. The capacity of the
|
504
|
+
# instance needs to be equal to or larger than the capacity of the backup (and
|
505
|
+
# also equal to or larger than the minimum capacity of the tier).
|
506
506
|
# @param [String] name
|
507
507
|
# Required. The resource name of the instance, in the format projects/`
|
508
508
|
# project_number`/locations/`location_id`/instances/`instance_id`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-file_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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-02-08 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-file_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1
|
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.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Filestore API V1
|