google-apis-documentai_v1 0.9.0 → 0.13.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: 865fc2e5326a70e680ce746bd6eef376f3b3b3050efba0961252512749a6cd30
4
- data.tar.gz: 32b8a033dd759885199d6d47867317931138ff608932c709a427bdb4ff262df7
3
+ metadata.gz: 6542e2ca4839fdd994db558cc58072d3100e99c4f86d44d7675254e60a9de9dd
4
+ data.tar.gz: ea198618a0fe5063533a12dcba2f5fbfde0489d5862413f53131cc22d0ba9fbf
5
5
  SHA512:
6
- metadata.gz: 19301178efd5c417cf15775ed40bf52da8e321a5954cea3145f2c18bf511bb0f0b1fc8b2b87e98d0a2e5eec44cb7884ae6d36b4cf5f88ef453233e47a5340eb6
7
- data.tar.gz: f5ded62402a44923789ae6dba1079cea2d8506a0bddea517085de3ae365006adc5a3ccc20bb509d854cdc1bb7a775f27c5123ce3c94f9c8b0468860552892fc1
6
+ metadata.gz: d825808139f8705869745bf4bc196f2f8346f1217118f2287d98334143586e2236d30b0a5b969e894a9eaa7125d1561d11404aa53f1aebcd13562f815a2c8cf7
7
+ data.tar.gz: 8bb2f936ea74767c11ee9f830155cb462727e18e0d2f9f02c6cf1ef34a563eff19973178647393c192d9cb71703044c1b85d185827e5c9d7bf24210cf5c4cd8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.13.0 (2021-08-24)
4
+
5
+ * Regenerated from discovery document revision 20210820
6
+
7
+ ### v0.12.0 (2021-08-19)
8
+
9
+ * Regenerated from discovery document revision 20210817
10
+
11
+ ### v0.11.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210731
14
+
15
+ ### v0.10.0 (2021-07-29)
16
+
17
+ * Regenerated from discovery document revision 20210728
18
+
3
19
  ### v0.9.0 (2021-07-13)
4
20
 
5
21
  * Regenerated from discovery document revision 20210709
@@ -22,6 +22,70 @@ module Google
22
22
  module Apis
23
23
  module DocumentaiV1
24
24
 
25
+ #
26
+ class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # The common metadata for long running operations.
30
+ # Corresponds to the JSON property `commonMetadata`
31
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
32
+ attr_accessor :common_metadata
33
+
34
+ def initialize(**args)
35
+ update!(**args)
36
+ end
37
+
38
+ # Update properties of this object
39
+ def update!(**args)
40
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
41
+ end
42
+ end
43
+
44
+ # Response of the delete documents operation.
45
+ class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
46
+ include Google::Apis::Core::Hashable
47
+
48
+ def initialize(**args)
49
+ update!(**args)
50
+ end
51
+
52
+ # Update properties of this object
53
+ def update!(**args)
54
+ end
55
+ end
56
+
57
+ #
58
+ class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
59
+ include Google::Apis::Core::Hashable
60
+
61
+ # The common metadata for long running operations.
62
+ # Corresponds to the JSON property `commonMetadata`
63
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
64
+ attr_accessor :common_metadata
65
+
66
+ def initialize(**args)
67
+ update!(**args)
68
+ end
69
+
70
+ # Update properties of this object
71
+ def update!(**args)
72
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
73
+ end
74
+ end
75
+
76
+ # Response of the batch move documents operation.
77
+ class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
78
+ include Google::Apis::Core::Hashable
79
+
80
+ def initialize(**args)
81
+ update!(**args)
82
+ end
83
+
84
+ # Update properties of this object
85
+ def update!(**args)
86
+ end
87
+ end
88
+
25
89
  # The common metadata for long running operations.
26
90
  class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
27
91
  include Google::Apis::Core::Hashable
@@ -309,6 +373,38 @@ module Google
309
373
  end
310
374
  end
311
375
 
376
+ # Metadata of the import document operation.
377
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
378
+ include Google::Apis::Core::Hashable
379
+
380
+ # The common metadata for long running operations.
381
+ # Corresponds to the JSON property `commonMetadata`
382
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
383
+ attr_accessor :common_metadata
384
+
385
+ def initialize(**args)
386
+ update!(**args)
387
+ end
388
+
389
+ # Update properties of this object
390
+ def update!(**args)
391
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
392
+ end
393
+ end
394
+
395
+ # Response of the import document operation.
396
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
397
+ include Google::Apis::Core::Hashable
398
+
399
+ def initialize(**args)
400
+ update!(**args)
401
+ end
402
+
403
+ # Update properties of this object
404
+ def update!(**args)
405
+ end
406
+ end
407
+
312
408
  # The long running operation metadata for set default processor version method.
313
409
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
314
410
  include Google::Apis::Core::Hashable
@@ -466,6 +562,25 @@ module Google
466
562
  end
467
563
  end
468
564
 
565
+ #
566
+ class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
567
+ include Google::Apis::Core::Hashable
568
+
569
+ # The common metadata for long running operations.
570
+ # Corresponds to the JSON property `commonMetadata`
571
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
572
+ attr_accessor :common_metadata
573
+
574
+ def initialize(**args)
575
+ update!(**args)
576
+ end
577
+
578
+ # Update properties of this object
579
+ def update!(**args)
580
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
581
+ end
582
+ end
583
+
469
584
  # The long running operation metadata for updating the human review
470
585
  # configuration.
471
586
  class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
@@ -834,8 +949,9 @@ module Google
834
949
  end
835
950
  end
836
951
 
837
- # A phrase in the text that is a known entity type, such as a person, an
838
- # organization, or location.
952
+ # An entity that could be a phrase in the text or a property belongs to the
953
+ # document. It is a known entity type, such as a person, an organization, or
954
+ # location.
839
955
  class GoogleCloudDocumentaiV1DocumentEntity
840
956
  include Google::Apis::Core::Hashable
841
957
 
@@ -855,7 +971,8 @@ module Google
855
971
  # @return [String]
856
972
  attr_accessor :mention_id
857
973
 
858
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
974
+ # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
975
+ # entity is not present in the document, this field will be empty.
859
976
  # Corresponds to the JSON property `mentionText`
860
977
  # @return [String]
861
978
  attr_accessor :mention_text
@@ -974,17 +1091,29 @@ module Google
974
1091
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDateTime]
975
1092
  attr_accessor :datetime_value
976
1093
 
1094
+ # Float value.
1095
+ # Corresponds to the JSON property `floatValue`
1096
+ # @return [Float]
1097
+ attr_accessor :float_value
1098
+
1099
+ # Integer value.
1100
+ # Corresponds to the JSON property `integerValue`
1101
+ # @return [Fixnum]
1102
+ attr_accessor :integer_value
1103
+
977
1104
  # Represents an amount of money with its currency type.
978
1105
  # Corresponds to the JSON property `moneyValue`
979
1106
  # @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
980
1107
  attr_accessor :money_value
981
1108
 
982
- # Required. Normalized entity value stored as a string. This field is populated
983
- # for supported document type (e.g. Invoice). For some entity types, one of
984
- # respective 'structured_value' fields may also be populated. - Money/Currency
985
- # type (`money_value`) is in the ISO 4217 text format. - Date type (`date_value`)
986
- # is in the ISO 8601 text format. - Datetime type (`datetime_value`) is in the
987
- # ISO 8601 text format.
1109
+ # Optional. An optional field to store a normalized string. For some entity
1110
+ # types, one of respective 'structured_value' fields may also be populated. Also
1111
+ # not all the types of 'structured_value' will be normalized. For example, some
1112
+ # processors may not generate float or int normalized text by default. Below are
1113
+ # sample formats mapped to structured values. - Money/Currency type (`
1114
+ # money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
1115
+ # the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
1116
+ # 8601 text format.
988
1117
  # Corresponds to the JSON property `text`
989
1118
  # @return [String]
990
1119
  attr_accessor :text
@@ -999,6 +1128,8 @@ module Google
999
1128
  @boolean_value = args[:boolean_value] if args.key?(:boolean_value)
1000
1129
  @date_value = args[:date_value] if args.key?(:date_value)
1001
1130
  @datetime_value = args[:datetime_value] if args.key?(:datetime_value)
1131
+ @float_value = args[:float_value] if args.key?(:float_value)
1132
+ @integer_value = args[:integer_value] if args.key?(:integer_value)
1002
1133
  @money_value = args[:money_value] if args.key?(:money_value)
1003
1134
  @text = args[:text] if args.key?(:text)
1004
1135
  end
@@ -1801,8 +1932,8 @@ module Google
1801
1932
  # @return [Fixnum]
1802
1933
  attr_accessor :id
1803
1934
 
1804
- # The index of the parent revisions corresponding collection of items (eg. list
1805
- # of entities, properties within entities, etc.)
1935
+ # The index of the parent item in the corresponding item list (eg. list of
1936
+ # entities, properties within entities, etc.) on parent revision.
1806
1937
  # Corresponds to the JSON property `index`
1807
1938
  # @return [Fixnum]
1808
1939
  attr_accessor :index
@@ -2653,8 +2784,9 @@ module Google
2653
2784
  end
2654
2785
  end
2655
2786
 
2656
- # A phrase in the text that is a known entity type, such as a person, an
2657
- # organization, or location.
2787
+ # An entity that could be a phrase in the text or a property belongs to the
2788
+ # document. It is a known entity type, such as a person, an organization, or
2789
+ # location.
2658
2790
  class GoogleCloudDocumentaiV1beta1DocumentEntity
2659
2791
  include Google::Apis::Core::Hashable
2660
2792
 
@@ -2674,7 +2806,8 @@ module Google
2674
2806
  # @return [String]
2675
2807
  attr_accessor :mention_id
2676
2808
 
2677
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
2809
+ # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
2810
+ # entity is not present in the document, this field will be empty.
2678
2811
  # Corresponds to the JSON property `mentionText`
2679
2812
  # @return [String]
2680
2813
  attr_accessor :mention_text
@@ -2793,17 +2926,29 @@ module Google
2793
2926
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDateTime]
2794
2927
  attr_accessor :datetime_value
2795
2928
 
2929
+ # Float value.
2930
+ # Corresponds to the JSON property `floatValue`
2931
+ # @return [Float]
2932
+ attr_accessor :float_value
2933
+
2934
+ # Integer value.
2935
+ # Corresponds to the JSON property `integerValue`
2936
+ # @return [Fixnum]
2937
+ attr_accessor :integer_value
2938
+
2796
2939
  # Represents an amount of money with its currency type.
2797
2940
  # Corresponds to the JSON property `moneyValue`
2798
2941
  # @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
2799
2942
  attr_accessor :money_value
2800
2943
 
2801
- # Required. Normalized entity value stored as a string. This field is populated
2802
- # for supported document type (e.g. Invoice). For some entity types, one of
2803
- # respective 'structured_value' fields may also be populated. - Money/Currency
2804
- # type (`money_value`) is in the ISO 4217 text format. - Date type (`date_value`)
2805
- # is in the ISO 8601 text format. - Datetime type (`datetime_value`) is in the
2806
- # ISO 8601 text format.
2944
+ # Optional. An optional field to store a normalized string. For some entity
2945
+ # types, one of respective 'structured_value' fields may also be populated. Also
2946
+ # not all the types of 'structured_value' will be normalized. For example, some
2947
+ # processors may not generate float or int normalized text by default. Below are
2948
+ # sample formats mapped to structured values. - Money/Currency type (`
2949
+ # money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
2950
+ # the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
2951
+ # 8601 text format.
2807
2952
  # Corresponds to the JSON property `text`
2808
2953
  # @return [String]
2809
2954
  attr_accessor :text
@@ -2818,6 +2963,8 @@ module Google
2818
2963
  @boolean_value = args[:boolean_value] if args.key?(:boolean_value)
2819
2964
  @date_value = args[:date_value] if args.key?(:date_value)
2820
2965
  @datetime_value = args[:datetime_value] if args.key?(:datetime_value)
2966
+ @float_value = args[:float_value] if args.key?(:float_value)
2967
+ @integer_value = args[:integer_value] if args.key?(:integer_value)
2821
2968
  @money_value = args[:money_value] if args.key?(:money_value)
2822
2969
  @text = args[:text] if args.key?(:text)
2823
2970
  end
@@ -3581,8 +3728,8 @@ module Google
3581
3728
  # @return [Fixnum]
3582
3729
  attr_accessor :id
3583
3730
 
3584
- # The index of the parent revisions corresponding collection of items (eg. list
3585
- # of entities, properties within entities, etc.)
3731
+ # The index of the parent item in the corresponding item list (eg. list of
3732
+ # entities, properties within entities, etc.) on parent revision.
3586
3733
  # Corresponds to the JSON property `index`
3587
3734
  # @return [Fixnum]
3588
3735
  attr_accessor :index
@@ -4340,8 +4487,9 @@ module Google
4340
4487
  end
4341
4488
  end
4342
4489
 
4343
- # A phrase in the text that is a known entity type, such as a person, an
4344
- # organization, or location.
4490
+ # An entity that could be a phrase in the text or a property belongs to the
4491
+ # document. It is a known entity type, such as a person, an organization, or
4492
+ # location.
4345
4493
  class GoogleCloudDocumentaiV1beta2DocumentEntity
4346
4494
  include Google::Apis::Core::Hashable
4347
4495
 
@@ -4361,7 +4509,8 @@ module Google
4361
4509
  # @return [String]
4362
4510
  attr_accessor :mention_id
4363
4511
 
4364
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
4512
+ # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
4513
+ # entity is not present in the document, this field will be empty.
4365
4514
  # Corresponds to the JSON property `mentionText`
4366
4515
  # @return [String]
4367
4516
  attr_accessor :mention_text
@@ -4480,17 +4629,29 @@ module Google
4480
4629
  # @return [Google::Apis::DocumentaiV1::GoogleTypeDateTime]
4481
4630
  attr_accessor :datetime_value
4482
4631
 
4632
+ # Float value.
4633
+ # Corresponds to the JSON property `floatValue`
4634
+ # @return [Float]
4635
+ attr_accessor :float_value
4636
+
4637
+ # Integer value.
4638
+ # Corresponds to the JSON property `integerValue`
4639
+ # @return [Fixnum]
4640
+ attr_accessor :integer_value
4641
+
4483
4642
  # Represents an amount of money with its currency type.
4484
4643
  # Corresponds to the JSON property `moneyValue`
4485
4644
  # @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
4486
4645
  attr_accessor :money_value
4487
4646
 
4488
- # Required. Normalized entity value stored as a string. This field is populated
4489
- # for supported document type (e.g. Invoice). For some entity types, one of
4490
- # respective 'structured_value' fields may also be populated. - Money/Currency
4491
- # type (`money_value`) is in the ISO 4217 text format. - Date type (`date_value`)
4492
- # is in the ISO 8601 text format. - Datetime type (`datetime_value`) is in the
4493
- # ISO 8601 text format.
4647
+ # Optional. An optional field to store a normalized string. For some entity
4648
+ # types, one of respective 'structured_value' fields may also be populated. Also
4649
+ # not all the types of 'structured_value' will be normalized. For example, some
4650
+ # processors may not generate float or int normalized text by default. Below are
4651
+ # sample formats mapped to structured values. - Money/Currency type (`
4652
+ # money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
4653
+ # the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
4654
+ # 8601 text format.
4494
4655
  # Corresponds to the JSON property `text`
4495
4656
  # @return [String]
4496
4657
  attr_accessor :text
@@ -4505,6 +4666,8 @@ module Google
4505
4666
  @boolean_value = args[:boolean_value] if args.key?(:boolean_value)
4506
4667
  @date_value = args[:date_value] if args.key?(:date_value)
4507
4668
  @datetime_value = args[:datetime_value] if args.key?(:datetime_value)
4669
+ @float_value = args[:float_value] if args.key?(:float_value)
4670
+ @integer_value = args[:integer_value] if args.key?(:integer_value)
4508
4671
  @money_value = args[:money_value] if args.key?(:money_value)
4509
4672
  @text = args[:text] if args.key?(:text)
4510
4673
  end
@@ -5305,8 +5468,8 @@ module Google
5305
5468
  # @return [Fixnum]
5306
5469
  attr_accessor :id
5307
5470
 
5308
- # The index of the parent revisions corresponding collection of items (eg. list
5309
- # of entities, properties within entities, etc.)
5471
+ # The index of the parent item in the corresponding item list (eg. list of
5472
+ # entities, properties within entities, etc.) on parent revision.
5310
5473
  # Corresponds to the JSON property `index`
5311
5474
  # @return [Fixnum]
5312
5475
  attr_accessor :index
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210709"
25
+ REVISION = "20210820"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,30 @@ module Google
22
22
  module Apis
23
23
  module DocumentaiV1
24
24
 
25
+ class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
25
49
  class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
26
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
51
 
@@ -112,6 +136,18 @@ module Google
112
136
  include Google::Apis::Core::JsonObjectSupport
113
137
  end
114
138
 
139
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
115
151
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
116
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
153
 
@@ -154,6 +190,12 @@ module Google
154
190
  include Google::Apis::Core::JsonObjectSupport
155
191
  end
156
192
 
193
+ class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
157
199
  class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
158
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
201
 
@@ -1138,6 +1180,34 @@ module Google
1138
1180
  include Google::Apis::Core::JsonObjectSupport
1139
1181
  end
1140
1182
 
1183
+ class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
1184
+ # @private
1185
+ class Representation < Google::Apis::Core::JsonRepresentation
1186
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1187
+
1188
+ end
1189
+ end
1190
+
1191
+ class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
1192
+ # @private
1193
+ class Representation < Google::Apis::Core::JsonRepresentation
1194
+ end
1195
+ end
1196
+
1197
+ class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
1198
+ # @private
1199
+ class Representation < Google::Apis::Core::JsonRepresentation
1200
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1201
+
1202
+ end
1203
+ end
1204
+
1205
+ class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
1206
+ # @private
1207
+ class Representation < Google::Apis::Core::JsonRepresentation
1208
+ end
1209
+ end
1210
+
1141
1211
  class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
1142
1212
  # @private
1143
1213
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1252,6 +1322,20 @@ module Google
1252
1322
  end
1253
1323
  end
1254
1324
 
1325
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
1326
+ # @private
1327
+ class Representation < Google::Apis::Core::JsonRepresentation
1328
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1329
+
1330
+ end
1331
+ end
1332
+
1333
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
1334
+ # @private
1335
+ class Representation < Google::Apis::Core::JsonRepresentation
1336
+ end
1337
+ end
1338
+
1255
1339
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1256
1340
  # @private
1257
1341
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1311,6 +1395,14 @@ module Google
1311
1395
  end
1312
1396
  end
1313
1397
 
1398
+ class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
1399
+ # @private
1400
+ class Representation < Google::Apis::Core::JsonRepresentation
1401
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1402
+
1403
+ end
1404
+ end
1405
+
1314
1406
  class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
1315
1407
  # @private
1316
1408
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1456,6 +1548,8 @@ module Google
1456
1548
 
1457
1549
  property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
1458
1550
 
1551
+ property :float_value, as: 'floatValue'
1552
+ property :integer_value, as: 'integerValue'
1459
1553
  property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
1460
1554
 
1461
1555
  property :text, as: 'text'
@@ -1988,6 +2082,8 @@ module Google
1988
2082
 
1989
2083
  property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
1990
2084
 
2085
+ property :float_value, as: 'floatValue'
2086
+ property :integer_value, as: 'integerValue'
1991
2087
  property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
1992
2088
 
1993
2089
  property :text, as: 'text'
@@ -2473,6 +2569,8 @@ module Google
2473
2569
 
2474
2570
  property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
2475
2571
 
2572
+ property :float_value, as: 'floatValue'
2573
+ property :integer_value, as: 'integerValue'
2476
2574
  property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
2477
2575
 
2478
2576
  property :text, as: 'text'
@@ -184,8 +184,8 @@ module Google
184
184
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
185
185
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
186
186
  # @raise [Google::Apis::AuthorizationError] Authorization is required
187
- def cancel_project_location_operation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
188
- command = make_simple_command(:delete, 'v1/{+name}', options)
187
+ def cancel_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
188
+ command = make_simple_command(:post, 'v1/{+name}:cancel', options)
189
189
  command.response_representation = Google::Apis::DocumentaiV1::GoogleProtobufEmpty::Representation
190
190
  command.response_class = Google::Apis::DocumentaiV1::GoogleProtobufEmpty
191
191
  command.params['name'] = name unless name.nil?
@@ -585,8 +585,8 @@ module Google
585
585
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
586
586
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
587
587
  # @raise [Google::Apis::AuthorizationError] Authorization is required
588
- def cancel_uiv1beta3_project_location_operation_operation(name, fields: nil, quota_user: nil, options: nil, &block)
589
- command = make_simple_command(:delete, 'uiv1beta3/{+name}', options)
588
+ def cancel_uiv1beta3_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
589
+ command = make_simple_command(:post, 'uiv1beta3/{+name}:cancel', options)
590
590
  command.response_representation = Google::Apis::DocumentaiV1::GoogleProtobufEmpty::Representation
591
591
  command.response_class = Google::Apis::DocumentaiV1::GoogleProtobufEmpty
592
592
  command.params['name'] = name unless name.nil?
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
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.9.0
4
+ version: 0.13.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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/master/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []