google-apis-documentai_v1 0.19.0 → 0.20.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: 80ffc1c36060c52c35eb89799ca6f34a327b39e4349321a415b2e499de6d02a5
4
- data.tar.gz: 1de6fb2a3b72e84347f82507a912de6da692695af143e9660133a83e9f05ac9e
3
+ metadata.gz: c7deb42cd72695227553f4987c50dcaab58160e876afc30a747cb6080b5bda24
4
+ data.tar.gz: fb39b23b237290cf3d5991d3e9a750cbd78da4c255405f34a96a5abf4caa8355
5
5
  SHA512:
6
- metadata.gz: '0292d032ecaf434f48b512f5d10580674f74d966c7a0041ef541ee5774f24e5ea3d1f1fb009f3c94c58470c088b86426d5460817fd4faaa83df835b1e34fb118'
7
- data.tar.gz: bf6b4137218f7be798a5aba934a5057ba83d8a062290e3af5f954636c1cebd2fc86ca998485a9190ec0b13ae4a5daacbfe836914b38bde3e4a0eceaf2f5c515a
6
+ metadata.gz: 559d4ec8e1d1ee8eb14d56e3afdd625f4fc0a20503326a19e79b14f56bfd56c486a8f8c0727474e2aecb5144776fc777ce1d5e67fbdb2fb3e579c2cbed406eca
7
+ data.tar.gz: aa0b0cea441c11e6f7b95e1bfa4937c18aacf5102917154fa2410a0192a5e5eedcdba77793b0b50853d6f75fea7753c9898161e5cb884cec51b6bfcfe693b701
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.20.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+ * Unspecified changes
7
+
3
8
  ### v0.19.0 (2021-10-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20211012
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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.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 = "20211012"
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.19.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-18 00:00:00.000000000 Z
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/master/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.19.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
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: