google-apis-documentai_v1beta2 0.21.0 → 0.22.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: c75df2601a7b464c34b25ed3a1d2783f733317bc0b3c4bd9c5ce0a2fb277d880
4
- data.tar.gz: c05cc9a7ea05cbeff66c3b70951e900685067b516bc5eb261ccb6dec4acb8a0c
3
+ metadata.gz: ffbf43c939d8c6cb5181ff820c02e15d06aa926ee2219c6772071e5fcae57673
4
+ data.tar.gz: 6ce42bf9e6cafc977551bb658d563837ee89083df2220162e5f0b6b745c8650f
5
5
  SHA512:
6
- metadata.gz: 822be378b1986c1e44f907a29508838799ef73669ebacc361959975a4a28bc015b599ba6971947c7ca5a98627aa9b61944e259e2c722320ec54c497f477b1363
7
- data.tar.gz: 50f503513013aaa3a889bcbb232253963908f43cadae029a6fb08a8f512e815d6fd1bcc0553a0dba90d4060cb9d84819859d9d1ac6f2d2c014d9fbd127e4d8a1
6
+ metadata.gz: 3bb06c797b11cb6ddecafd83eab570b00b6b4f0bdd8b11f2e9f1be69fcf07e510a951029651c076635d73646fe6c1a37224fadac21ffe2bb16cc83e3913b6012
7
+ data.tar.gz: 91875c70d6ab4dd04e41ac47d06ea8f06d9f654faef85ebe754c20a230dda0fd246f5658fbbf89afc04b4a26a9b88f01b39fb2e973e14a55e21a290be0dc2db9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.22.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+ * Unspecified changes
7
+
3
8
  ### v0.21.0 (2021-09-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20210907
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)
@@ -732,6 +738,11 @@ module Google
732
738
  # @return [String]
733
739
  attr_accessor :create_time
734
740
 
741
+ # A related resource to this operation.
742
+ # Corresponds to the JSON property `resource`
743
+ # @return [String]
744
+ attr_accessor :resource
745
+
735
746
  # The state of the operation.
736
747
  # Corresponds to the JSON property `state`
737
748
  # @return [String]
@@ -754,6 +765,7 @@ module Google
754
765
  # Update properties of this object
755
766
  def update!(**args)
756
767
  @create_time = args[:create_time] if args.key?(:create_time)
768
+ @resource = args[:resource] if args.key?(:resource)
757
769
  @state = args[:state] if args.key?(:state)
758
770
  @state_message = args[:state_message] if args.key?(:state_message)
759
771
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -4925,6 +4937,11 @@ module Google
4925
4937
  # @return [String]
4926
4938
  attr_accessor :create_time
4927
4939
 
4940
+ # A related resource to this operation.
4941
+ # Corresponds to the JSON property `resource`
4942
+ # @return [String]
4943
+ attr_accessor :resource
4944
+
4928
4945
  # The state of the operation.
4929
4946
  # Corresponds to the JSON property `state`
4930
4947
  # @return [String]
@@ -4947,6 +4964,7 @@ module Google
4947
4964
  # Update properties of this object
4948
4965
  def update!(**args)
4949
4966
  @create_time = args[:create_time] if args.key?(:create_time)
4967
+ @resource = args[:resource] if args.key?(:resource)
4950
4968
  @state = args[:state] if args.key?(:state)
4951
4969
  @state_message = args[:state_message] if args.key?(:state_message)
4952
4970
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.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 = "20210907"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -1086,6 +1086,7 @@ module Google
1086
1086
  # @private
1087
1087
  class Representation < Google::Apis::Core::JsonRepresentation
1088
1088
  property :create_time, as: 'createTime'
1089
+ property :resource, as: 'resource'
1089
1090
  property :state, as: 'state'
1090
1091
  property :state_message, as: 'stateMessage'
1091
1092
  property :update_time, as: 'updateTime'
@@ -1327,6 +1328,7 @@ module Google
1327
1328
  # @private
1328
1329
  class Representation < Google::Apis::Core::JsonRepresentation
1329
1330
  property :create_time, as: 'createTime'
1331
+ property :resource, as: 'resource'
1330
1332
  property :state, as: 'state'
1331
1333
  property :state_message, as: 'stateMessage'
1332
1334
  property :update_time, as: 'updateTime'
@@ -2554,6 +2556,7 @@ module Google
2554
2556
  # @private
2555
2557
  class Representation < Google::Apis::Core::JsonRepresentation
2556
2558
  property :create_time, as: 'createTime'
2559
+ property :resource, as: 'resource'
2557
2560
  property :state, as: 'state'
2558
2561
  property :state_message, as: 'stateMessage'
2559
2562
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-09-13 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.21.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.22.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: