google-apis-file_v1 0.1.0 → 0.2.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: 66ffc52b3ba1dbfbc1b0c7b742bcc5e06b0eb500f6542743d0fbebace2a8f18a
4
- data.tar.gz: 3729f7d91a2354c124f5cfab126027b6050f1d5a22211d7eac9bc1b119b9e991
3
+ metadata.gz: c8436e9152d10e4ffc7e1b694f1eedf1828f8396bf1bd2a88bbe1241b33134bd
4
+ data.tar.gz: d77f3893caad3e518832ad28747b17b18ed3a76f0a38d2ba83c2c292e5a0051f
5
5
  SHA512:
6
- metadata.gz: dfb16139b30de6e4b2538895f9c0701d6a5e951f9c3fde9cd9a9fdf19396c2ef5c843adca5c7319b4f70f241828dd989eae20f8f69fd4cdee8e3e087665a2065
7
- data.tar.gz: 3c625f0ef549b6e2b923a172df4e7f78124bd81175f6af314e51d47beaa3c4801ea93d03418b9b17f9e275434460dbb7492bd02fcc73e809145a79e30cc04a63
6
+ metadata.gz: 3af94525f8e47acfa333bd1f8ce8b2d721c24231715db936ae7949467943327e44f7b5a340240743947b24a448b78c34d28ccfa5e57c0dedd3f9485c0de3f666
7
+ data.tar.gz: 131fe442c384fb4185ee307bd13c720b772c81be2347146da4c4f9ba1d7b6fb9b4cb23109be12020daa5b114769ebcfb27e343497dfc76a3c86754e209a6965a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.2.0 (2021-01-26)
4
+
5
+ * Regenerated from discovery document revision 20210120
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -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.1.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.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201208"
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 instance's file
504
- # share capacity will be set to the backup's capacity or the minimum capacity of
505
- # the tier, whichever is larger.
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.1.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-01-08 00:00:00.000000000 Z
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.1.0
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.1.4
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