google-apis-file_v1beta1 0.39.0 → 0.41.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: b654bda0f3043fd6c2058b73a75e5640365bbfbf8ddd4da1ce189316fef8545c
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5a5e54b53d24c9330176c7a280a5ed3eff6fddbd7ac505a1f20e1f79e196ef0b
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: dedd50376ecdcea898ed46f423a06550bee650f38e5fd5d9e093663478c91451e7e3279a9192b930414975fa6179c99ed2c537993989a33343bfc56dddfb2268
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: afc22c8c80dbcf9179610ee7269789e614b9d027393b01e7dbe9a8298274e1fc321734fd1e9318500b0b3fc5284209b0c74c55d6e3e9adc967b878d62c7ef121
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-file_v1beta1
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.41.0 (2023-12-10)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20231203
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.40.0 (2023-12-03)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20231110
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.39.0 (2023-11-12)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20231028
         
     | 
| 
         @@ -63,6 +63,12 @@ module Google 
     | 
|
| 
       63 
63 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       64 
64 
     | 
    
         
             
                    attr_accessor :name
         
     | 
| 
       65 
65 
     | 
    
         | 
| 
      
 66 
     | 
    
         
            +
                    # Output only. Reserved for future use.
         
     | 
| 
      
 67 
     | 
    
         
            +
                    # Corresponds to the JSON property `satisfiesPzi`
         
     | 
| 
      
 68 
     | 
    
         
            +
                    # @return [Boolean]
         
     | 
| 
      
 69 
     | 
    
         
            +
                    attr_accessor :satisfies_pzi
         
     | 
| 
      
 70 
     | 
    
         
            +
                    alias_method :satisfies_pzi?, :satisfies_pzi
         
     | 
| 
      
 71 
     | 
    
         
            +
                  
         
     | 
| 
       66 
72 
     | 
    
         
             
                    # Output only. Reserved for future use.
         
     | 
| 
       67 
73 
     | 
    
         
             
                    # Corresponds to the JSON property `satisfiesPzs`
         
     | 
| 
       68 
74 
     | 
    
         
             
                    # @return [Boolean]
         
     | 
| 
         @@ -112,6 +118,7 @@ module Google 
     | 
|
| 
       112 
118 
     | 
    
         
             
                      @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
         
     | 
| 
       113 
119 
     | 
    
         
             
                      @labels = args[:labels] if args.key?(:labels)
         
     | 
| 
       114 
120 
     | 
    
         
             
                      @name = args[:name] if args.key?(:name)
         
     | 
| 
      
 121 
     | 
    
         
            +
                      @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
         
     | 
| 
       115 
122 
     | 
    
         
             
                      @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
         
     | 
| 
       116 
123 
     | 
    
         
             
                      @source_file_share = args[:source_file_share] if args.key?(:source_file_share)
         
     | 
| 
       117 
124 
     | 
    
         
             
                      @source_instance = args[:source_instance] if args.key?(:source_instance)
         
     | 
| 
         @@ -297,8 +304,8 @@ module Google 
     | 
|
| 
       297 
304 
     | 
    
         | 
| 
       298 
305 
     | 
    
         
             
                    # Required. The name of the file share. Must use 1-16 characters for the basic
         
     | 
| 
       299 
306 
     | 
    
         
             
                    # service tier and 1-63 characters for all other service tiers. Must use
         
     | 
| 
       300 
     | 
    
         
            -
                    # lowercase letters, numbers, or underscores [a-z0-9_] 
     | 
| 
       301 
     | 
    
         
            -
                    # Immutable.
         
     | 
| 
      
 307 
     | 
    
         
            +
                    # lowercase letters, numbers, or underscores `[a-z0-9_]`. Must start with a
         
     | 
| 
      
 308 
     | 
    
         
            +
                    # letter. Immutable.
         
     | 
| 
       302 
309 
     | 
    
         
             
                    # Corresponds to the JSON property `name`
         
     | 
| 
       303 
310 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       304 
311 
     | 
    
         
             
                    attr_accessor :name
         
     | 
| 
         @@ -852,6 +859,12 @@ module Google 
     | 
|
| 
       852 
859 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       853 
860 
     | 
    
         
             
                    attr_accessor :protocol
         
     | 
| 
       854 
861 
     | 
    
         | 
| 
      
 862 
     | 
    
         
            +
                    # Output only. Reserved for future use.
         
     | 
| 
      
 863 
     | 
    
         
            +
                    # Corresponds to the JSON property `satisfiesPzi`
         
     | 
| 
      
 864 
     | 
    
         
            +
                    # @return [Boolean]
         
     | 
| 
      
 865 
     | 
    
         
            +
                    attr_accessor :satisfies_pzi
         
     | 
| 
      
 866 
     | 
    
         
            +
                    alias_method :satisfies_pzi?, :satisfies_pzi
         
     | 
| 
      
 867 
     | 
    
         
            +
                  
         
     | 
| 
       855 
868 
     | 
    
         
             
                    # Output only. Reserved for future use.
         
     | 
| 
       856 
869 
     | 
    
         
             
                    # Corresponds to the JSON property `satisfiesPzs`
         
     | 
| 
       857 
870 
     | 
    
         
             
                    # @return [Boolean]
         
     | 
| 
         @@ -900,6 +913,7 @@ module Google 
     | 
|
| 
       900 
913 
     | 
    
         
             
                      @name = args[:name] if args.key?(:name)
         
     | 
| 
       901 
914 
     | 
    
         
             
                      @networks = args[:networks] if args.key?(:networks)
         
     | 
| 
       902 
915 
     | 
    
         
             
                      @protocol = args[:protocol] if args.key?(:protocol)
         
     | 
| 
      
 916 
     | 
    
         
            +
                      @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
         
     | 
| 
       903 
917 
     | 
    
         
             
                      @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
         
     | 
| 
       904 
918 
     | 
    
         
             
                      @state = args[:state] if args.key?(:state)
         
     | 
| 
       905 
919 
     | 
    
         
             
                      @status_message = args[:status_message] if args.key?(:status_message)
         
     | 
| 
         @@ -1534,9 +1548,9 @@ module Google 
     | 
|
| 
       1534 
1548 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       1535 
1549 
     | 
    
         | 
| 
       1536 
1550 
     | 
    
         
             
                    # Required. The snapshot resource ID, in the format 'my-snapshot', where the
         
     | 
| 
       1537 
     | 
    
         
            -
                    # specified ID is the `snapshot_id` of the fully qualified name like projects/`
         
     | 
| 
      
 1551 
     | 
    
         
            +
                    # specified ID is the `snapshot_id` of the fully qualified name like `projects/`
         
     | 
| 
       1538 
1552 
     | 
    
         
             
                    # project_id`/locations/`location_id`/instances/`instance_id`/snapshots/`
         
     | 
| 
       1539 
     | 
    
         
            -
                    # snapshot_id 
     | 
| 
      
 1553 
     | 
    
         
            +
                    # snapshot_id``
         
     | 
| 
       1540 
1554 
     | 
    
         
             
                    # Corresponds to the JSON property `targetSnapshotId`
         
     | 
| 
       1541 
1555 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       1542 
1556 
     | 
    
         
             
                    attr_accessor :target_snapshot_id
         
     | 
| 
         @@ -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.41.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.12.0"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20231203"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -278,6 +278,7 @@ module Google 
     | 
|
| 
       278 
278 
     | 
    
         
             
                      property :kms_key_name, as: 'kmsKeyName'
         
     | 
| 
       279 
279 
     | 
    
         
             
                      hash :labels, as: 'labels'
         
     | 
| 
       280 
280 
     | 
    
         
             
                      property :name, as: 'name'
         
     | 
| 
      
 281 
     | 
    
         
            +
                      property :satisfies_pzi, as: 'satisfiesPzi'
         
     | 
| 
       281 
282 
     | 
    
         
             
                      property :satisfies_pzs, as: 'satisfiesPzs'
         
     | 
| 
       282 
283 
     | 
    
         
             
                      property :source_file_share, as: 'sourceFileShare'
         
     | 
| 
       283 
284 
     | 
    
         
             
                      property :source_instance, as: 'sourceInstance'
         
     | 
| 
         @@ -470,6 +471,7 @@ module Google 
     | 
|
| 
       470 
471 
     | 
    
         
             
                      collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
         
     | 
| 
       471 
472 
     | 
    
         | 
| 
       472 
473 
     | 
    
         
             
                      property :protocol, as: 'protocol'
         
     | 
| 
      
 474 
     | 
    
         
            +
                      property :satisfies_pzi, as: 'satisfiesPzi'
         
     | 
| 
       473 
475 
     | 
    
         
             
                      property :satisfies_pzs, as: 'satisfiesPzs'
         
     | 
| 
       474 
476 
     | 
    
         
             
                      property :state, as: 'state'
         
     | 
| 
       475 
477 
     | 
    
         
             
                      property :status_message, as: 'statusMessage'
         
     | 
| 
         @@ -547,8 +547,8 @@ module Google 
     | 
|
| 
       547 
547 
     | 
    
         | 
| 
       548 
548 
     | 
    
         
             
                    # Revert an existing instance's file system to a specified snapshot.
         
     | 
| 
       549 
549 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       550 
     | 
    
         
            -
                    #   Required. projects/`project_id`/locations/`location_id`/instances/` 
     | 
| 
       551 
     | 
    
         
            -
                    #    
     | 
| 
      
 550 
     | 
    
         
            +
                    #   Required. `projects/`project_id`/locations/`location_id`/instances/`
         
     | 
| 
      
 551 
     | 
    
         
            +
                    #   instance_id``. The resource name of the instance, in the format
         
     | 
| 
       552 
552 
     | 
    
         
             
                    # @param [Google::Apis::FileV1beta1::RevertInstanceRequest] revert_instance_request_object
         
     | 
| 
       553 
553 
     | 
    
         
             
                    # @param [String] fields
         
     | 
| 
       554 
554 
     | 
    
         
             
                    #   Selector specifying which fields to include in a partial response.
         
     | 
    
        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.41.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: 2023- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-12-10 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: google-apis-core
         
     | 
| 
         @@ -58,7 +58,7 @@ licenses: 
     | 
|
| 
       58 
58 
     | 
    
         
             
            metadata:
         
     | 
| 
       59 
59 
     | 
    
         
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         
     | 
| 
       60 
60 
     | 
    
         
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1/CHANGELOG.md
         
     | 
| 
       61 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0. 
     | 
| 
      
 61 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.41.0
         
     | 
| 
       62 
62 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
         
     | 
| 
       63 
63 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       64 
64 
     | 
    
         
             
            rdoc_options: []
         
     |