google-apis-documentai_v1beta3 0.26.0 → 0.27.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: 2cb2ee2bccc701a73e88d16f580b3468a3ecc943131d3a0169008ecd02d0146f
4
- data.tar.gz: 7a527f5e6c253881a61693fcccb8aebc40c81f8a62e40f1f028d11afc8eca353
3
+ metadata.gz: 7233a4d0021f9d64f35f4154dab6da4046e01824d8188e175212e1451913d265
4
+ data.tar.gz: e35d637cc79a2a958d16c5c9951fe5de2ea965382984705d3881ea4eef183985
5
5
  SHA512:
6
- metadata.gz: e6ce11a369ec5db9a310fc9aacbd65e70425642aafd42e9d4c76b4e3346df53035809b283751adbdac5d229bbfc584d823102bd0738ad283d9a8d32e7c499060
7
- data.tar.gz: dc098011c447b76a0fc56452849b23cd14ee2e30753381a4e2850db7075ea7c8f151ff73eb10e388572714c07abde65a9dc61459e44d2ca9c279ca7f57ee456d
6
+ metadata.gz: 442d13cdae32947d615adc9fe42bba9e3f8f9963f645b381f5d2b085a6f3dfa41657c0394fa6aefebe2052e4a980557bfabab57915d51ea8eff0361b4d78e329
7
+ data.tar.gz: 3ac91298dc3f8403db9527b4bdff2a16aa8693ac42f70da1b6bf9d33dbdb58f9d27a973995b669874c6e5de5c26793d59eb2ade0373e4d5f954b3e946f84bdb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.27.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+ * Unspecified changes
7
+
3
8
  ### v0.26.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)
@@ -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)
@@ -4774,6 +4786,11 @@ module Google
4774
4786
  # @return [String]
4775
4787
  attr_accessor :create_time
4776
4788
 
4789
+ # A related resource to this operation.
4790
+ # Corresponds to the JSON property `resource`
4791
+ # @return [String]
4792
+ attr_accessor :resource
4793
+
4777
4794
  # The state of the operation.
4778
4795
  # Corresponds to the JSON property `state`
4779
4796
  # @return [String]
@@ -4796,6 +4813,7 @@ module Google
4796
4813
  # Update properties of this object
4797
4814
  def update!(**args)
4798
4815
  @create_time = args[:create_time] if args.key?(:create_time)
4816
+ @resource = args[:resource] if args.key?(:resource)
4799
4817
  @state = args[:state] if args.key?(:state)
4800
4818
  @state_message = args[:state_message] if args.key?(:state_message)
4801
4819
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta3
18
18
  # Version of the google-apis-documentai_v1beta3 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.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
@@ -1434,6 +1434,7 @@ module Google
1434
1434
  # @private
1435
1435
  class Representation < Google::Apis::Core::JsonRepresentation
1436
1436
  property :create_time, as: 'createTime'
1437
+ property :resource, as: 'resource'
1437
1438
  property :state, as: 'state'
1438
1439
  property :state_message, as: 'stateMessage'
1439
1440
  property :update_time, as: 'updateTime'
@@ -1675,6 +1676,7 @@ module Google
1675
1676
  # @private
1676
1677
  class Representation < Google::Apis::Core::JsonRepresentation
1677
1678
  property :create_time, as: 'createTime'
1679
+ property :resource, as: 'resource'
1678
1680
  property :state, as: 'state'
1679
1681
  property :state_message, as: 'stateMessage'
1680
1682
  property :update_time, as: 'updateTime'
@@ -2862,6 +2864,7 @@ module Google
2862
2864
  # @private
2863
2865
  class Representation < Google::Apis::Core::JsonRepresentation
2864
2866
  property :create_time, as: 'createTime'
2867
+ property :resource, as: 'resource'
2865
2868
  property :state, as: 'state'
2866
2869
  property :state_message, as: 'stateMessage'
2867
2870
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.26.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.27.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: