google-apis-file_v1beta1 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:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b9a37a3403dbc192baa3e64ac609fcd1145832635f6e0bd2c035b9ff3e373f93
         | 
| 4 | 
            +
              data.tar.gz: 2738baf910f8fda43e084bdf6c4f0059178977caf87fc24d72028d4e38a914d3
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 0c13763992a93c225c35e7ff2a132394a7f5fdcf00d9d01d9491c1dfd257a59e3eac489e8c43744286c96293bd1037ffab4fcb0a7a4605070a026313c9243335
         | 
| 7 | 
            +
              data.tar.gz: d352257d47ec92d9d129ef9cadcac1c41fefafa19eb48036ecccbc96476158a35ecf5cb232155c6f910b2dcd666c15c13b92c70316db506d0db22506342d68e1
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| @@ -441,6 +441,15 @@ module Google | |
| 441 441 | 
             
                    # @return [String]
         | 
| 442 442 | 
             
                    attr_accessor :rollout_management_policy
         | 
| 443 443 |  | 
| 444 | 
            +
                    # schedule_deadline_time is the time deadline any schedule start time cannot go
         | 
| 445 | 
            +
                    # beyond, including reschedule. It's normally the initial schedule start time
         | 
| 446 | 
            +
                    # plus a week. If the reschedule type is next window, simply take this value as
         | 
| 447 | 
            +
                    # start time. If reschedule type is IMMEDIATELY or BY_TIME, current or selected
         | 
| 448 | 
            +
                    # time cannot go beyond this deadline.
         | 
| 449 | 
            +
                    # Corresponds to the JSON property `scheduleDeadlineTime`
         | 
| 450 | 
            +
                    # @return [String]
         | 
| 451 | 
            +
                    attr_accessor :schedule_deadline_time
         | 
| 452 | 
            +
                  
         | 
| 444 453 | 
             
                    # The scheduled start time for the maintenance.
         | 
| 445 454 | 
             
                    # Corresponds to the JSON property `startTime`
         | 
| 446 455 | 
             
                    # @return [String]
         | 
| @@ -455,6 +464,7 @@ module Google | |
| 455 464 | 
             
                      @can_reschedule = args[:can_reschedule] if args.key?(:can_reschedule)
         | 
| 456 465 | 
             
                      @end_time = args[:end_time] if args.key?(:end_time)
         | 
| 457 466 | 
             
                      @rollout_management_policy = args[:rollout_management_policy] if args.key?(:rollout_management_policy)
         | 
| 467 | 
            +
                      @schedule_deadline_time = args[:schedule_deadline_time] if args.key?(:schedule_deadline_time)
         | 
| 458 468 | 
             
                      @start_time = args[:start_time] if args.key?(:start_time)
         | 
| 459 469 | 
             
                    end
         | 
| 460 470 | 
             
                  end
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module FileV1beta1
         | 
| 18 18 | 
             
                  # Version of the google-apis-file_v1beta1 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_id`/locations/`location_id`/instances/`instance_id`.
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-file_v1beta1
         | 
| 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_v1beta1/CHANGELOG.md
         | 
| 55 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0. | 
| 55 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.2.0
         | 
| 56 56 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1
         | 
| 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 V1beta1
         |