google-apis-documentai_v1 0.19.0 → 0.20.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: c7deb42cd72695227553f4987c50dcaab58160e876afc30a747cb6080b5bda24
         | 
| 4 | 
            +
              data.tar.gz: fb39b23b237290cf3d5991d3e9a750cbd78da4c255405f34a96a5abf4caa8355
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 559d4ec8e1d1ee8eb14d56e3afdd625f4fc0a20503326a19e79b14f56bfd56c486a8f8c0727474e2aecb5144776fc777ce1d5e67fbdb2fb3e579c2cbed406eca
         | 
| 7 | 
            +
              data.tar.gz: aa0b0cea441c11e6f7b95e1bfa4937c18aacf5102917154fa2410a0192a5e5eedcdba77793b0b50853d6f75fea7753c9898161e5cb884cec51b6bfcfe693b701
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/OVERVIEW.md
    CHANGED
    
    | @@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a | |
| 60 60 |  | 
| 61 61 | 
             
            More detailed descriptions of the Google simple REST clients are available in two documents.
         | 
| 62 62 |  | 
| 63 | 
            -
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 64 | 
            -
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 63 | 
            +
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
         | 
| 64 | 
            +
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
         | 
| 65 65 |  | 
| 66 66 | 
             
            (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Documentai service in particular.)
         | 
| 67 67 |  | 
| @@ -95,6 +95,11 @@ module Google | |
| 95 95 | 
             
                    # @return [String]
         | 
| 96 96 | 
             
                    attr_accessor :create_time
         | 
| 97 97 |  | 
| 98 | 
            +
                    # A related resource to this operation.
         | 
| 99 | 
            +
                    # Corresponds to the JSON property `resource`
         | 
| 100 | 
            +
                    # @return [String]
         | 
| 101 | 
            +
                    attr_accessor :resource
         | 
| 102 | 
            +
                  
         | 
| 98 103 | 
             
                    # The state of the operation.
         | 
| 99 104 | 
             
                    # Corresponds to the JSON property `state`
         | 
| 100 105 | 
             
                    # @return [String]
         | 
| @@ -117,6 +122,7 @@ module Google | |
| 117 122 | 
             
                    # Update properties of this object
         | 
| 118 123 | 
             
                    def update!(**args)
         | 
| 119 124 | 
             
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 125 | 
            +
                      @resource = args[:resource] if args.key?(:resource)
         | 
| 120 126 | 
             
                      @state = args[:state] if args.key?(:state)
         | 
| 121 127 | 
             
                      @state_message = args[:state_message] if args.key?(:state_message)
         | 
| 122 128 | 
             
                      @update_time = args[:update_time] if args.key?(:update_time)
         | 
| @@ -816,6 +822,11 @@ module Google | |
| 816 822 | 
             
                    # @return [String]
         | 
| 817 823 | 
             
                    attr_accessor :create_time
         | 
| 818 824 |  | 
| 825 | 
            +
                    # A related resource to this operation.
         | 
| 826 | 
            +
                    # Corresponds to the JSON property `resource`
         | 
| 827 | 
            +
                    # @return [String]
         | 
| 828 | 
            +
                    attr_accessor :resource
         | 
| 829 | 
            +
                  
         | 
| 819 830 | 
             
                    # The state of the operation.
         | 
| 820 831 | 
             
                    # Corresponds to the JSON property `state`
         | 
| 821 832 | 
             
                    # @return [String]
         | 
| @@ -838,6 +849,7 @@ module Google | |
| 838 849 | 
             
                    # Update properties of this object
         | 
| 839 850 | 
             
                    def update!(**args)
         | 
| 840 851 | 
             
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 852 | 
            +
                      @resource = args[:resource] if args.key?(:resource)
         | 
| 841 853 | 
             
                      @state = args[:state] if args.key?(:state)
         | 
| 842 854 | 
             
                      @state_message = args[:state_message] if args.key?(:state_message)
         | 
| 843 855 | 
             
                      @update_time = args[:update_time] if args.key?(:update_time)
         | 
| @@ -7006,6 +7018,11 @@ module Google | |
| 7006 7018 | 
             
                    # @return [String]
         | 
| 7007 7019 | 
             
                    attr_accessor :create_time
         | 
| 7008 7020 |  | 
| 7021 | 
            +
                    # A related resource to this operation.
         | 
| 7022 | 
            +
                    # Corresponds to the JSON property `resource`
         | 
| 7023 | 
            +
                    # @return [String]
         | 
| 7024 | 
            +
                    attr_accessor :resource
         | 
| 7025 | 
            +
                  
         | 
| 7009 7026 | 
             
                    # The state of the operation.
         | 
| 7010 7027 | 
             
                    # Corresponds to the JSON property `state`
         | 
| 7011 7028 | 
             
                    # @return [String]
         | 
| @@ -7028,6 +7045,7 @@ module Google | |
| 7028 7045 | 
             
                    # Update properties of this object
         | 
| 7029 7046 | 
             
                    def update!(**args)
         | 
| 7030 7047 | 
             
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 7048 | 
            +
                      @resource = args[:resource] if args.key?(:resource)
         | 
| 7031 7049 | 
             
                      @state = args[:state] if args.key?(:state)
         | 
| 7032 7050 | 
             
                      @state_message = args[:state_message] if args.key?(:state_message)
         | 
| 7033 7051 | 
             
                      @update_time = args[:update_time] if args.key?(:update_time)
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module DocumentaiV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-documentai_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.20.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.4.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20211022"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -1422,6 +1422,7 @@ module Google | |
| 1422 1422 | 
             
                    # @private
         | 
| 1423 1423 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1424 1424 | 
             
                      property :create_time, as: 'createTime'
         | 
| 1425 | 
            +
                      property :resource, as: 'resource'
         | 
| 1425 1426 | 
             
                      property :state, as: 'state'
         | 
| 1426 1427 | 
             
                      property :state_message, as: 'stateMessage'
         | 
| 1427 1428 | 
             
                      property :update_time, as: 'updateTime'
         | 
| @@ -1694,6 +1695,7 @@ module Google | |
| 1694 1695 | 
             
                    # @private
         | 
| 1695 1696 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1696 1697 | 
             
                      property :create_time, as: 'createTime'
         | 
| 1698 | 
            +
                      property :resource, as: 'resource'
         | 
| 1697 1699 | 
             
                      property :state, as: 'state'
         | 
| 1698 1700 | 
             
                      property :state_message, as: 'stateMessage'
         | 
| 1699 1701 | 
             
                      property :update_time, as: 'updateTime'
         | 
| @@ -3479,6 +3481,7 @@ module Google | |
| 3479 3481 | 
             
                    # @private
         | 
| 3480 3482 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3481 3483 | 
             
                      property :create_time, as: 'createTime'
         | 
| 3484 | 
            +
                      property :resource, as: 'resource'
         | 
| 3482 3485 | 
             
                      property :state, as: 'state'
         | 
| 3483 3486 | 
             
                      property :state_message, as: 'stateMessage'
         | 
| 3484 3487 | 
             
                      property :update_time, as: 'updateTime'
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-documentai_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.20.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-10- | 
| 11 | 
            +
            date: 2021-10-27 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -57,9 +57,9 @@ licenses: | |
| 57 57 | 
             
            - Apache-2.0
         | 
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 | 
            -
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0. | 
| 62 | 
            -
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 60 | 
            +
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
         | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.20.0
         | 
| 62 | 
            +
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         | 
| 65 65 | 
             
            require_paths:
         |