google-apis-documentai_v1beta3 0.45.0 → 0.46.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: 390cda7dd1322a38b09d1028def4e197798601ac0a90dd99859a0210da8220d2
4
- data.tar.gz: 00120da15608eada5bc300e767ee8b4495bcd28d10417b7b5ccb91651c04ac86
3
+ metadata.gz: a4c6e76a594f2895c0a00d636676caaadee9ee61f5c9dd70a222c7b939b0f332
4
+ data.tar.gz: d529c189a60a550de00460cc9437b49d25c5eef3d12d41564b9ce05490d87d6f
5
5
  SHA512:
6
- metadata.gz: 6b005747bc206ab3d43e4155d65f1f288a8b6e91c52534773dc7d3a9820ee763311ed07c4791f233651a47b89725dad9eb2870f610d1671ad7722f824eedfb8b
7
- data.tar.gz: f0edc1eb2f1c923474dcff55ec31a1bd9c57eeceb80f6632f79bfba8d34559f0579cd5c7e1eebaef40ca62acfc0533800b2fdce55fb809b72f9eb3a06df81e1c
6
+ metadata.gz: f36ca221f3ebec5cb34d4018e6c2e4bdd967feb9c93ccab09c2d7c4d87f77aef5428d074c9f194def8fd8ce577d295796a1855effd404969065dd8506fd13e92
7
+ data.tar.gz: 97887a8537a688ee8cc062d16989d66eeca662094c226bf84ba703639111cbccc36b54778d8b92641ff3c92030cff3cb9ac57f2f0ee841a9608547a62ed2c624
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.46.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220602
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.45.0 (2022-05-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20220513
@@ -1871,8 +1871,8 @@ module Google
1871
1871
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageToken>]
1872
1872
  attr_accessor :tokens
1873
1873
 
1874
- # Transformation matrices (both already applied and not) to the original
1875
- # document image to produce Page.image.
1874
+ # Transformation matrices that were applied to the original document image to
1875
+ # produce Page.image.
1876
1876
  # Corresponds to the JSON property `transforms`
1877
1877
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageMatrix>]
1878
1878
  attr_accessor :transforms
@@ -2247,14 +2247,6 @@ module Google
2247
2247
  class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
2248
2248
  include Google::Apis::Core::Hashable
2249
2249
 
2250
- # Has the transformation already been applied to the current Document? Needed to
2251
- # disambiguate pre-processing transformations already applied vs transformations
2252
- # added at annotation time by HITL operators.
2253
- # Corresponds to the JSON property `applied`
2254
- # @return [Boolean]
2255
- attr_accessor :applied
2256
- alias_method :applied?, :applied
2257
-
2258
2250
  # Number of columns in the matrix.
2259
2251
  # Corresponds to the JSON property `cols`
2260
2252
  # @return [Fixnum]
@@ -2285,7 +2277,6 @@ module Google
2285
2277
 
2286
2278
  # Update properties of this object
2287
2279
  def update!(**args)
2288
- @applied = args[:applied] if args.key?(:applied)
2289
2280
  @cols = args[:cols] if args.key?(:cols)
2290
2281
  @data = args[:data] if args.key?(:data)
2291
2282
  @rows = args[:rows] if args.key?(:rows)
@@ -3685,8 +3676,8 @@ module Google
3685
3676
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageToken>]
3686
3677
  attr_accessor :tokens
3687
3678
 
3688
- # Transformation matrices (both already applied and not) to the original
3689
- # document image to produce Page.image.
3679
+ # Transformation matrices that were applied to the original document image to
3680
+ # produce Page.image.
3690
3681
  # Corresponds to the JSON property `transforms`
3691
3682
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageMatrix>]
3692
3683
  attr_accessor :transforms
@@ -4061,14 +4052,6 @@ module Google
4061
4052
  class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
4062
4053
  include Google::Apis::Core::Hashable
4063
4054
 
4064
- # Has the transformation already been applied to the current Document? Needed to
4065
- # disambiguate pre-processing transformations already applied vs transformations
4066
- # added at annotation time by HITL operators.
4067
- # Corresponds to the JSON property `applied`
4068
- # @return [Boolean]
4069
- attr_accessor :applied
4070
- alias_method :applied?, :applied
4071
-
4072
4055
  # Number of columns in the matrix.
4073
4056
  # Corresponds to the JSON property `cols`
4074
4057
  # @return [Fixnum]
@@ -4099,7 +4082,6 @@ module Google
4099
4082
 
4100
4083
  # Update properties of this object
4101
4084
  def update!(**args)
4102
- @applied = args[:applied] if args.key?(:applied)
4103
4085
  @cols = args[:cols] if args.key?(:cols)
4104
4086
  @data = args[:data] if args.key?(:data)
4105
4087
  @rows = args[:rows] if args.key?(:rows)
@@ -5886,8 +5868,8 @@ module Google
5886
5868
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageToken>]
5887
5869
  attr_accessor :tokens
5888
5870
 
5889
- # Transformation matrices (both already applied and not) to the original
5890
- # document image to produce Page.image.
5871
+ # Transformation matrices that were applied to the original document image to
5872
+ # produce Page.image.
5891
5873
  # Corresponds to the JSON property `transforms`
5892
5874
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageMatrix>]
5893
5875
  attr_accessor :transforms
@@ -6262,14 +6244,6 @@ module Google
6262
6244
  class GoogleCloudDocumentaiV1beta3DocumentPageMatrix
6263
6245
  include Google::Apis::Core::Hashable
6264
6246
 
6265
- # Has the transformation already been applied to the current Document? Needed to
6266
- # disambiguate pre-processing transformations already applied vs transformations
6267
- # added at annotation time by HITL operators.
6268
- # Corresponds to the JSON property `applied`
6269
- # @return [Boolean]
6270
- attr_accessor :applied
6271
- alias_method :applied?, :applied
6272
-
6273
6247
  # Number of columns in the matrix.
6274
6248
  # Corresponds to the JSON property `cols`
6275
6249
  # @return [Fixnum]
@@ -6300,7 +6274,6 @@ module Google
6300
6274
 
6301
6275
  # Update properties of this object
6302
6276
  def update!(**args)
6303
- @applied = args[:applied] if args.key?(:applied)
6304
6277
  @cols = args[:cols] if args.key?(:cols)
6305
6278
  @data = args[:data] if args.key?(:data)
6306
6279
  @rows = args[:rows] if args.key?(:rows)
@@ -7712,6 +7685,8 @@ module Google
7712
7685
  include Google::Apis::Core::Hashable
7713
7686
 
7714
7687
  # Required. The resource name of child ProcessorVersion to use as default.
7688
+ # Format: `projects/`project`/locations/`location`/processors/`processor`/
7689
+ # processorVersions/`version``
7715
7690
  # Corresponds to the JSON property `defaultProcessorVersion`
7716
7691
  # @return [String]
7717
7692
  attr_accessor :default_processor_version
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
25
+ REVISION = "20220602"
26
26
  end
27
27
  end
28
28
  end
@@ -2218,7 +2218,6 @@ module Google
2218
2218
  class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
2219
2219
  # @private
2220
2220
  class Representation < Google::Apis::Core::JsonRepresentation
2221
- property :applied, as: 'applied'
2222
2221
  property :cols, as: 'cols'
2223
2222
  property :data, :base64 => true, as: 'data'
2224
2223
  property :rows, as: 'rows'
@@ -2731,7 +2730,6 @@ module Google
2731
2730
  class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
2732
2731
  # @private
2733
2732
  class Representation < Google::Apis::Core::JsonRepresentation
2734
- property :applied, as: 'applied'
2735
2733
  property :cols, as: 'cols'
2736
2734
  property :data, :base64 => true, as: 'data'
2737
2735
  property :rows, as: 'rows'
@@ -3379,7 +3377,6 @@ module Google
3379
3377
  class GoogleCloudDocumentaiV1beta3DocumentPageMatrix
3380
3378
  # @private
3381
3379
  class Representation < Google::Apis::Core::JsonRepresentation
3382
- property :applied, as: 'applied'
3383
3380
  property :cols, as: 'cols'
3384
3381
  property :data, :base64 => true, as: 'data'
3385
3382
  property :rows, as: 'rows'
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.45.0
4
+ version: 0.46.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: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-documentai_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.46.0
62
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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Document AI API V1beta3