google-apis-documentai_v1beta3 0.52.0 → 0.55.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: c49f002e23375d817801cedaefd6f223b6e4fbe354f5e9866984874eaf359cd0
4
- data.tar.gz: 9ded1252a499d4f7fa2ce88561d522c8f8fccf331d2f4adc4567a1afd3f0f6ab
3
+ metadata.gz: 0ca7e53e63e9cc0c279405e06981aad9f6eb01d1cbe78938d175b8a8505d5e10
4
+ data.tar.gz: f46149f9b79224a302154d56ec3ee062b9d4938fbfa2c31d4678324cd804e5b2
5
5
  SHA512:
6
- metadata.gz: 7445bdbf74e2619eae0bcab90e3b6138e19a51a58c0202d38b1c53ce22565d9f6ec27ef52c5010bf3d1c361b591df0de3765695e5d90b1762783363c0a8ffc78
7
- data.tar.gz: d384828b313ea4276476085ace30279ffc13c8fc65086f5f56573276f3da41d913b9fd1fd1d30f61304a0fc278cd7865f185a4adde9e82c7f8d637d43a29a69d
6
+ metadata.gz: 900731b44316c0c6ee71bee2af180e09948fadf2bc810fd4ec87872c0f5341e2acf68e4a9d1b508858a557e207759bcf582cc3e7c8e4534fd082e5c7cae981ff
7
+ data.tar.gz: dde87c53bf6dacd9e03ca39dbfe96f3420ece5e1a89a147ea0118f21cb79c9e2fc353923dc810c78f2d4c77135cba8404c90eb3a52fb08c43e324c1a888fe850
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.55.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220824
6
+
7
+ ### v0.54.0 (2022-08-24)
8
+
9
+ * Regenerated from discovery document revision 20220821
10
+
11
+ ### v0.53.0 (2022-08-16)
12
+
13
+ * Regenerated from discovery document revision 20220815
14
+
3
15
  ### v0.52.0 (2022-08-10)
4
16
 
5
17
  * Regenerated from discovery document revision 20220808
@@ -31,11 +31,21 @@ module Google
31
31
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
32
32
  attr_accessor :common_metadata
33
33
 
34
+ # Total number of documents that failed to be deleted in storage.
35
+ # Corresponds to the JSON property `errorDocumentCount`
36
+ # @return [Fixnum]
37
+ attr_accessor :error_document_count
38
+
34
39
  # The list of response details of each document.
35
40
  # Corresponds to the JSON property `individualBatchDeleteStatuses`
36
41
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus>]
37
42
  attr_accessor :individual_batch_delete_statuses
38
43
 
44
+ # Total number of documents deleting from dataset.
45
+ # Corresponds to the JSON property `totalDocumentCount`
46
+ # @return [Fixnum]
47
+ attr_accessor :total_document_count
48
+
39
49
  def initialize(**args)
40
50
  update!(**args)
41
51
  end
@@ -43,7 +53,9 @@ module Google
43
53
  # Update properties of this object
44
54
  def update!(**args)
45
55
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
56
+ @error_document_count = args[:error_document_count] if args.key?(:error_document_count)
46
57
  @individual_batch_delete_statuses = args[:individual_batch_delete_statuses] if args.key?(:individual_batch_delete_statuses)
58
+ @total_document_count = args[:total_document_count] if args.key?(:total_document_count)
47
59
  end
48
60
  end
49
61
 
@@ -496,6 +508,112 @@ module Google
496
508
  end
497
509
  end
498
510
 
511
+ # Metadata of the batch export documents operation.
512
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
513
+ include Google::Apis::Core::Hashable
514
+
515
+ # The common metadata for long running operations.
516
+ # Corresponds to the JSON property `commonMetadata`
517
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
518
+ attr_accessor :common_metadata
519
+
520
+ # The list of response details of each document.
521
+ # Corresponds to the JSON property `individualExportStatuses`
522
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus>]
523
+ attr_accessor :individual_export_statuses
524
+
525
+ # The list of statistics for each dataset split type.
526
+ # Corresponds to the JSON property `splitExportStats`
527
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat>]
528
+ attr_accessor :split_export_stats
529
+
530
+ def initialize(**args)
531
+ update!(**args)
532
+ end
533
+
534
+ # Update properties of this object
535
+ def update!(**args)
536
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
537
+ @individual_export_statuses = args[:individual_export_statuses] if args.key?(:individual_export_statuses)
538
+ @split_export_stats = args[:split_export_stats] if args.key?(:split_export_stats)
539
+ end
540
+ end
541
+
542
+ # The status of each individual document in the export process.
543
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
544
+ include Google::Apis::Core::Hashable
545
+
546
+ # Document Identifier.
547
+ # Corresponds to the JSON property `documentId`
548
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId]
549
+ attr_accessor :document_id
550
+
551
+ # The output_gcs_destination of the exported document if it was successful,
552
+ # otherwise empty.
553
+ # Corresponds to the JSON property `outputGcsDestination`
554
+ # @return [String]
555
+ attr_accessor :output_gcs_destination
556
+
557
+ # The `Status` type defines a logical error model that is suitable for different
558
+ # programming environments, including REST APIs and RPC APIs. It is used by [
559
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
560
+ # data: error code, error message, and error details. You can find out more
561
+ # about this error model and how to work with it in the [API Design Guide](https:
562
+ # //cloud.google.com/apis/design/errors).
563
+ # Corresponds to the JSON property `status`
564
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleRpcStatus]
565
+ attr_accessor :status
566
+
567
+ def initialize(**args)
568
+ update!(**args)
569
+ end
570
+
571
+ # Update properties of this object
572
+ def update!(**args)
573
+ @document_id = args[:document_id] if args.key?(:document_id)
574
+ @output_gcs_destination = args[:output_gcs_destination] if args.key?(:output_gcs_destination)
575
+ @status = args[:status] if args.key?(:status)
576
+ end
577
+ end
578
+
579
+ # The statistic representing a dataset split type for this export.
580
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
581
+ include Google::Apis::Core::Hashable
582
+
583
+ # The dataset split type.
584
+ # Corresponds to the JSON property `splitType`
585
+ # @return [String]
586
+ attr_accessor :split_type
587
+
588
+ # Total number of documents with the given dataset split type to be exported.
589
+ # Corresponds to the JSON property `totalDocumentCount`
590
+ # @return [Fixnum]
591
+ attr_accessor :total_document_count
592
+
593
+ def initialize(**args)
594
+ update!(**args)
595
+ end
596
+
597
+ # Update properties of this object
598
+ def update!(**args)
599
+ @split_type = args[:split_type] if args.key?(:split_type)
600
+ @total_document_count = args[:total_document_count] if args.key?(:total_document_count)
601
+ end
602
+ end
603
+
604
+ # The response proto of ExportDocuments method.
605
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse
606
+ include Google::Apis::Core::Hashable
607
+
608
+ def initialize(**args)
609
+ update!(**args)
610
+ end
611
+
612
+ # Update properties of this object
613
+ def update!(**args)
614
+ end
615
+ end
616
+
499
617
  # Metadata message associated with the ExportProcessorVersion operation.
500
618
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
501
619
  include Google::Apis::Core::Hashable
@@ -543,6 +661,11 @@ module Google
543
661
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
544
662
  attr_accessor :common_metadata
545
663
 
664
+ # Validation statuses of the batch documents import config.
665
+ # Corresponds to the JSON property `importConfigValidationResults`
666
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult>]
667
+ attr_accessor :import_config_validation_results
668
+
546
669
  # The list of response details of each document.
547
670
  # Corresponds to the JSON property `individualImportStatuses`
548
671
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus>]
@@ -560,11 +683,44 @@ module Google
560
683
  # Update properties of this object
561
684
  def update!(**args)
562
685
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
686
+ @import_config_validation_results = args[:import_config_validation_results] if args.key?(:import_config_validation_results)
563
687
  @individual_import_statuses = args[:individual_import_statuses] if args.key?(:individual_import_statuses)
564
688
  @total_document_count = args[:total_document_count] if args.key?(:total_document_count)
565
689
  end
566
690
  end
567
691
 
692
+ # The validation status of each import config. Status is set to errors if there
693
+ # is no documents to import in the import_config, or OK if the operation will
694
+ # try to proceed at least one document.
695
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult
696
+ include Google::Apis::Core::Hashable
697
+
698
+ # The source Cloud Storage URI specified in the import config.
699
+ # Corresponds to the JSON property `inputGcsSource`
700
+ # @return [String]
701
+ attr_accessor :input_gcs_source
702
+
703
+ # The `Status` type defines a logical error model that is suitable for different
704
+ # programming environments, including REST APIs and RPC APIs. It is used by [
705
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
706
+ # data: error code, error message, and error details. You can find out more
707
+ # about this error model and how to work with it in the [API Design Guide](https:
708
+ # //cloud.google.com/apis/design/errors).
709
+ # Corresponds to the JSON property `status`
710
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleRpcStatus]
711
+ attr_accessor :status
712
+
713
+ def initialize(**args)
714
+ update!(**args)
715
+ end
716
+
717
+ # Update properties of this object
718
+ def update!(**args)
719
+ @input_gcs_source = args[:input_gcs_source] if args.key?(:input_gcs_source)
720
+ @status = args[:status] if args.key?(:status)
721
+ end
722
+ end
723
+
568
724
  # The status of each individual document in the import process.
569
725
  class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
570
726
  include Google::Apis::Core::Hashable
@@ -624,11 +780,17 @@ module Google
624
780
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
625
781
  attr_accessor :common_metadata
626
782
 
627
- # Returns the newly added document Cloud Storage prefix if the documents are
628
- # founded in Cloud Storage while not in Document Service storage.
629
- # Corresponds to the JSON property `newlyAddedDocuments`
630
- # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument>]
631
- attr_accessor :newly_added_documents
783
+ # The list of dataset resync statuses. Not checked when `dataset_documents` is
784
+ # specified in ResyncRequest.
785
+ # Corresponds to the JSON property `datasetResyncStatuses`
786
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus>]
787
+ attr_accessor :dataset_resync_statuses
788
+
789
+ # The list of document resync statuses. The same document could have multiple `
790
+ # individual_document_resync_statuses` if it has multiple inconsistencies.
791
+ # Corresponds to the JSON property `individualDocumentResyncStatuses`
792
+ # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus>]
793
+ attr_accessor :individual_document_resync_statuses
632
794
 
633
795
  def initialize(**args)
634
796
  update!(**args)
@@ -637,25 +799,54 @@ module Google
637
799
  # Update properties of this object
638
800
  def update!(**args)
639
801
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
640
- @newly_added_documents = args[:newly_added_documents] if args.key?(:newly_added_documents)
802
+ @dataset_resync_statuses = args[:dataset_resync_statuses] if args.key?(:dataset_resync_statuses)
803
+ @individual_document_resync_statuses = args[:individual_document_resync_statuses] if args.key?(:individual_document_resync_statuses)
641
804
  end
642
805
  end
643
806
 
644
- # The proto for updated document in resync pipeline.
645
- class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument
807
+ # Resync status against inconsistency types on the dataset level.
808
+ class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus
646
809
  include Google::Apis::Core::Hashable
647
810
 
648
- # The prefix of cloud storage, identifies the destination document which should
649
- # be updated by resync pipeline.
650
- # Corresponds to the JSON property `destinationPrefix`
811
+ # The type of the inconsistency of the dataset.
812
+ # Corresponds to the JSON property `datasetInconsistencyType`
651
813
  # @return [String]
652
- attr_accessor :destination_prefix
814
+ attr_accessor :dataset_inconsistency_type
815
+
816
+ # The `Status` type defines a logical error model that is suitable for different
817
+ # programming environments, including REST APIs and RPC APIs. It is used by [
818
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
819
+ # data: error code, error message, and error details. You can find out more
820
+ # about this error model and how to work with it in the [API Design Guide](https:
821
+ # //cloud.google.com/apis/design/errors).
822
+ # Corresponds to the JSON property `status`
823
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleRpcStatus]
824
+ attr_accessor :status
825
+
826
+ def initialize(**args)
827
+ update!(**args)
828
+ end
653
829
 
654
- # The prefix of cloud storage, identifies the original document which should be
655
- # updated by resync pipeline.
656
- # Corresponds to the JSON property `sourcePrefix`
830
+ # Update properties of this object
831
+ def update!(**args)
832
+ @dataset_inconsistency_type = args[:dataset_inconsistency_type] if args.key?(:dataset_inconsistency_type)
833
+ @status = args[:status] if args.key?(:status)
834
+ end
835
+ end
836
+
837
+ # Resync status for each document per inconsistency type.
838
+ class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus
839
+ include Google::Apis::Core::Hashable
840
+
841
+ # Document Identifier.
842
+ # Corresponds to the JSON property `documentId`
843
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId]
844
+ attr_accessor :document_id
845
+
846
+ # The type of document inconsistency.
847
+ # Corresponds to the JSON property `documentInconsistencyType`
657
848
  # @return [String]
658
- attr_accessor :source_prefix
849
+ attr_accessor :document_inconsistency_type
659
850
 
660
851
  # The `Status` type defines a logical error model that is suitable for different
661
852
  # programming environments, including REST APIs and RPC APIs. It is used by [
@@ -673,8 +864,8 @@ module Google
673
864
 
674
865
  # Update properties of this object
675
866
  def update!(**args)
676
- @destination_prefix = args[:destination_prefix] if args.key?(:destination_prefix)
677
- @source_prefix = args[:source_prefix] if args.key?(:source_prefix)
867
+ @document_id = args[:document_id] if args.key?(:document_id)
868
+ @document_inconsistency_type = args[:document_inconsistency_type] if args.key?(:document_inconsistency_type)
678
869
  @status = args[:status] if args.key?(:status)
679
870
  end
680
871
  end
@@ -1656,15 +1847,6 @@ module Google
1656
1847
  # @return [String]
1657
1848
  attr_accessor :mention_text
1658
1849
 
1659
- # Optional. This attribute indicates that the processing didn't actually
1660
- # identify this entity, but a confidence score was assigned that represent the
1661
- # potential that this could be a false negative. A non-present entity should
1662
- # have an empty mention_text and text_anchor.
1663
- # Corresponds to the JSON property `nonPresent`
1664
- # @return [Boolean]
1665
- attr_accessor :non_present
1666
- alias_method :non_present?, :non_present
1667
-
1668
1850
  # Parsed and normalized entity value.
1669
1851
  # Corresponds to the JSON property `normalizedValue`
1670
1852
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue]
@@ -1715,7 +1897,6 @@ module Google
1715
1897
  @id = args[:id] if args.key?(:id)
1716
1898
  @mention_id = args[:mention_id] if args.key?(:mention_id)
1717
1899
  @mention_text = args[:mention_text] if args.key?(:mention_text)
1718
- @non_present = args[:non_present] if args.key?(:non_present)
1719
1900
  @normalized_value = args[:normalized_value] if args.key?(:normalized_value)
1720
1901
  @page_anchor = args[:page_anchor] if args.key?(:page_anchor)
1721
1902
  @properties = args[:properties] if args.key?(:properties)
@@ -3495,15 +3676,6 @@ module Google
3495
3676
  # @return [String]
3496
3677
  attr_accessor :mention_text
3497
3678
 
3498
- # Optional. This attribute indicates that the processing didn't actually
3499
- # identify this entity, but a confidence score was assigned that represent the
3500
- # potential that this could be a false negative. A non-present entity should
3501
- # have an empty mention_text and text_anchor.
3502
- # Corresponds to the JSON property `nonPresent`
3503
- # @return [Boolean]
3504
- attr_accessor :non_present
3505
- alias_method :non_present?, :non_present
3506
-
3507
3679
  # Parsed and normalized entity value.
3508
3680
  # Corresponds to the JSON property `normalizedValue`
3509
3681
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue]
@@ -3554,7 +3726,6 @@ module Google
3554
3726
  @id = args[:id] if args.key?(:id)
3555
3727
  @mention_id = args[:mention_id] if args.key?(:mention_id)
3556
3728
  @mention_text = args[:mention_text] if args.key?(:mention_text)
3557
- @non_present = args[:non_present] if args.key?(:non_present)
3558
3729
  @normalized_value = args[:normalized_value] if args.key?(:normalized_value)
3559
3730
  @page_anchor = args[:page_anchor] if args.key?(:page_anchor)
3560
3731
  @properties = args[:properties] if args.key?(:properties)
@@ -5756,15 +5927,6 @@ module Google
5756
5927
  # @return [String]
5757
5928
  attr_accessor :mention_text
5758
5929
 
5759
- # Optional. This attribute indicates that the processing didn't actually
5760
- # identify this entity, but a confidence score was assigned that represent the
5761
- # potential that this could be a false negative. A non-present entity should
5762
- # have an empty mention_text and text_anchor.
5763
- # Corresponds to the JSON property `nonPresent`
5764
- # @return [Boolean]
5765
- attr_accessor :non_present
5766
- alias_method :non_present?, :non_present
5767
-
5768
5930
  # Parsed and normalized entity value.
5769
5931
  # Corresponds to the JSON property `normalizedValue`
5770
5932
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue]
@@ -5815,7 +5977,6 @@ module Google
5815
5977
  @id = args[:id] if args.key?(:id)
5816
5978
  @mention_id = args[:mention_id] if args.key?(:mention_id)
5817
5979
  @mention_text = args[:mention_text] if args.key?(:mention_text)
5818
- @non_present = args[:non_present] if args.key?(:non_present)
5819
5980
  @normalized_value = args[:normalized_value] if args.key?(:normalized_value)
5820
5981
  @page_anchor = args[:page_anchor] if args.key?(:page_anchor)
5821
5982
  @properties = args[:properties] if args.key?(:properties)
@@ -6962,6 +7123,11 @@ module Google
6962
7123
  # @return [String]
6963
7124
  attr_accessor :display_name
6964
7125
 
7126
+ # Metadata about an entity type.
7127
+ # Corresponds to the JSON property `entityTypeMetadata`
7128
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EntityTypeMetadata]
7129
+ attr_accessor :entity_type_metadata
7130
+
6965
7131
  # Defines the a list of enum values.
6966
7132
  # Corresponds to the JSON property `enumValues`
6967
7133
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues]
@@ -6970,8 +7136,8 @@ module Google
6970
7136
  # Name of the type. It must be unique within the schema file and cannot be a '
6971
7137
  # Common Type'. Besides that we use the following naming conventions: - *use
6972
7138
  # snake_casing* - name matching is case-insensitive - Maximum 64 characters. -
6973
- # Must start with a letter. - Allowed characters: ASCII letters [a-z0-9_-]. (For
6974
- # backward compatibility internal infrastructure and tooling can handle any
7139
+ # Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (
7140
+ # For backward compatibility internal infrastructure and tooling can handle any
6975
7141
  # ascii character) - The '/' is sometimes used to denote a property of a type.
6976
7142
  # For example line_item/amount. This convention is deprecated, but will still be
6977
7143
  # honored for backward compatibility.
@@ -6992,6 +7158,7 @@ module Google
6992
7158
  def update!(**args)
6993
7159
  @base_types = args[:base_types] if args.key?(:base_types)
6994
7160
  @display_name = args[:display_name] if args.key?(:display_name)
7161
+ @entity_type_metadata = args[:entity_type_metadata] if args.key?(:entity_type_metadata)
6995
7162
  @enum_values = args[:enum_values] if args.key?(:enum_values)
6996
7163
  @name = args[:name] if args.key?(:name)
6997
7164
  @properties = args[:properties] if args.key?(:properties)
@@ -7032,6 +7199,11 @@ module Google
7032
7199
  # @return [String]
7033
7200
  attr_accessor :occurrence_type
7034
7201
 
7202
+ # Metadata about a property.
7203
+ # Corresponds to the JSON property `propertyMetadata`
7204
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata]
7205
+ attr_accessor :property_metadata
7206
+
7035
7207
  # A reference to the value type of the property. This type is subject to the
7036
7208
  # same conventions as the `Entity.base_types` field.
7037
7209
  # Corresponds to the JSON property `valueType`
@@ -7046,6 +7218,7 @@ module Google
7046
7218
  def update!(**args)
7047
7219
  @name = args[:name] if args.key?(:name)
7048
7220
  @occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
7221
+ @property_metadata = args[:property_metadata] if args.key?(:property_metadata)
7049
7222
  @value_type = args[:value_type] if args.key?(:value_type)
7050
7223
  end
7051
7224
  end
@@ -7430,6 +7603,45 @@ module Google
7430
7603
  end
7431
7604
  end
7432
7605
 
7606
+ # Metadata about an entity type.
7607
+ class GoogleCloudDocumentaiV1beta3EntityTypeMetadata
7608
+ include Google::Apis::Core::Hashable
7609
+
7610
+ # Metadata for human review labeling config.
7611
+ # Corresponds to the JSON property `humanReviewLabelingMetadata`
7612
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata]
7613
+ attr_accessor :human_review_labeling_metadata
7614
+
7615
+ # Metadata for Human Review config.
7616
+ # Corresponds to the JSON property `humanReviewMetadata`
7617
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata]
7618
+ attr_accessor :human_review_metadata
7619
+
7620
+ # Whether the entity type should be considered as "inactive".
7621
+ # Corresponds to the JSON property `inactive`
7622
+ # @return [Boolean]
7623
+ attr_accessor :inactive
7624
+ alias_method :inactive?, :inactive
7625
+
7626
+ # If set, the properties of this entity type must be prefixed with the parents.
7627
+ # Corresponds to the JSON property `prefixedNamingOnProperties`
7628
+ # @return [Boolean]
7629
+ attr_accessor :prefixed_naming_on_properties
7630
+ alias_method :prefixed_naming_on_properties?, :prefixed_naming_on_properties
7631
+
7632
+ def initialize(**args)
7633
+ update!(**args)
7634
+ end
7635
+
7636
+ # Update properties of this object
7637
+ def update!(**args)
7638
+ @human_review_labeling_metadata = args[:human_review_labeling_metadata] if args.key?(:human_review_labeling_metadata)
7639
+ @human_review_metadata = args[:human_review_metadata] if args.key?(:human_review_metadata)
7640
+ @inactive = args[:inactive] if args.key?(:inactive)
7641
+ @prefixed_naming_on_properties = args[:prefixed_naming_on_properties] if args.key?(:prefixed_naming_on_properties)
7642
+ end
7643
+ end
7644
+
7433
7645
  # Response message for fetch processor types.
7434
7646
  class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
7435
7647
  include Google::Apis::Core::Hashable
@@ -7512,6 +7724,26 @@ module Google
7512
7724
  end
7513
7725
  end
7514
7726
 
7727
+ # Metadata for human review labeling config.
7728
+ class GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata
7729
+ include Google::Apis::Core::Hashable
7730
+
7731
+ # Whether to enable normalization editing.
7732
+ # Corresponds to the JSON property `enableNormalizationEditing`
7733
+ # @return [Boolean]
7734
+ attr_accessor :enable_normalization_editing
7735
+ alias_method :enable_normalization_editing?, :enable_normalization_editing
7736
+
7737
+ def initialize(**args)
7738
+ update!(**args)
7739
+ end
7740
+
7741
+ # Update properties of this object
7742
+ def update!(**args)
7743
+ @enable_normalization_editing = args[:enable_normalization_editing] if args.key?(:enable_normalization_editing)
7744
+ end
7745
+ end
7746
+
7515
7747
  # The status of human review on a processed document.
7516
7748
  class GoogleCloudDocumentaiV1beta3HumanReviewStatus
7517
7749
  include Google::Apis::Core::Hashable
@@ -7546,6 +7778,32 @@ module Google
7546
7778
  end
7547
7779
  end
7548
7780
 
7781
+ # Metadata for Human Review config.
7782
+ class GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata
7783
+ include Google::Apis::Core::Hashable
7784
+
7785
+ # The confidence threshold if human review validation is enabled.
7786
+ # Corresponds to the JSON property `confidenceThreshold`
7787
+ # @return [Float]
7788
+ attr_accessor :confidence_threshold
7789
+
7790
+ # Whether to enable human review validation.
7791
+ # Corresponds to the JSON property `enableValidation`
7792
+ # @return [Boolean]
7793
+ attr_accessor :enable_validation
7794
+ alias_method :enable_validation?, :enable_validation
7795
+
7796
+ def initialize(**args)
7797
+ update!(**args)
7798
+ end
7799
+
7800
+ # Update properties of this object
7801
+ def update!(**args)
7802
+ @confidence_threshold = args[:confidence_threshold] if args.key?(:confidence_threshold)
7803
+ @enable_validation = args[:enable_validation] if args.key?(:enable_validation)
7804
+ end
7805
+ end
7806
+
7549
7807
  # Response message for list processor types.
7550
7808
  class GoogleCloudDocumentaiV1beta3ListProcessorTypesResponse
7551
7809
  include Google::Apis::Core::Hashable
@@ -7966,6 +8224,38 @@ module Google
7966
8224
  end
7967
8225
  end
7968
8226
 
8227
+ # Metadata about a property.
8228
+ class GoogleCloudDocumentaiV1beta3PropertyMetadata
8229
+ include Google::Apis::Core::Hashable
8230
+
8231
+ # Metadata for human review labeling config.
8232
+ # Corresponds to the JSON property `humanReviewLabelingMetadata`
8233
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata]
8234
+ attr_accessor :human_review_labeling_metadata
8235
+
8236
+ # Metadata for Human Review config.
8237
+ # Corresponds to the JSON property `humanReviewMetadata`
8238
+ # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata]
8239
+ attr_accessor :human_review_metadata
8240
+
8241
+ # Whether the property should be considered as "inactive".
8242
+ # Corresponds to the JSON property `inactive`
8243
+ # @return [Boolean]
8244
+ attr_accessor :inactive
8245
+ alias_method :inactive?, :inactive
8246
+
8247
+ def initialize(**args)
8248
+ update!(**args)
8249
+ end
8250
+
8251
+ # Update properties of this object
8252
+ def update!(**args)
8253
+ @human_review_labeling_metadata = args[:human_review_labeling_metadata] if args.key?(:human_review_labeling_metadata)
8254
+ @human_review_metadata = args[:human_review_metadata] if args.key?(:human_review_metadata)
8255
+ @inactive = args[:inactive] if args.key?(:inactive)
8256
+ end
8257
+ end
8258
+
7969
8259
  # Payload message of raw document content (bytes).
7970
8260
  class GoogleCloudDocumentaiV1beta3RawDocument
7971
8261
  include Google::Apis::Core::Hashable
@@ -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.52.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220808"
25
+ REVISION = "20220824"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,30 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
157
181
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
158
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
183
 
@@ -172,6 +196,12 @@ module Google
172
196
  include Google::Apis::Core::JsonObjectSupport
173
197
  end
174
198
 
199
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
175
205
  class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
176
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
207
 
@@ -190,7 +220,13 @@ module Google
190
220
  include Google::Apis::Core::JsonObjectSupport
191
221
  end
192
222
 
193
- class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument
223
+ class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus
194
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
231
 
196
232
  include Google::Apis::Core::JsonObjectSupport
@@ -1312,6 +1348,12 @@ module Google
1312
1348
  include Google::Apis::Core::JsonObjectSupport
1313
1349
  end
1314
1350
 
1351
+ class GoogleCloudDocumentaiV1beta3EntityTypeMetadata
1352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1353
+
1354
+ include Google::Apis::Core::JsonObjectSupport
1355
+ end
1356
+
1315
1357
  class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
1316
1358
  class Representation < Google::Apis::Core::JsonRepresentation; end
1317
1359
 
@@ -1336,12 +1378,24 @@ module Google
1336
1378
  include Google::Apis::Core::JsonObjectSupport
1337
1379
  end
1338
1380
 
1381
+ class GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata
1382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1383
+
1384
+ include Google::Apis::Core::JsonObjectSupport
1385
+ end
1386
+
1339
1387
  class GoogleCloudDocumentaiV1beta3HumanReviewStatus
1340
1388
  class Representation < Google::Apis::Core::JsonRepresentation; end
1341
1389
 
1342
1390
  include Google::Apis::Core::JsonObjectSupport
1343
1391
  end
1344
1392
 
1393
+ class GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1395
+
1396
+ include Google::Apis::Core::JsonObjectSupport
1397
+ end
1398
+
1345
1399
  class GoogleCloudDocumentaiV1beta3ListProcessorTypesResponse
1346
1400
  class Representation < Google::Apis::Core::JsonRepresentation; end
1347
1401
 
@@ -1408,6 +1462,12 @@ module Google
1408
1462
  include Google::Apis::Core::JsonObjectSupport
1409
1463
  end
1410
1464
 
1465
+ class GoogleCloudDocumentaiV1beta3PropertyMetadata
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1411
1471
  class GoogleCloudDocumentaiV1beta3RawDocument
1412
1472
  class Representation < Google::Apis::Core::JsonRepresentation; end
1413
1473
 
@@ -1551,8 +1611,10 @@ module Google
1551
1611
  class Representation < Google::Apis::Core::JsonRepresentation
1552
1612
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1553
1613
 
1614
+ property :error_document_count, as: 'errorDocumentCount'
1554
1615
  collection :individual_batch_delete_statuses, as: 'individualBatchDeleteStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus::Representation
1555
1616
 
1617
+ property :total_document_count, as: 'totalDocumentCount'
1556
1618
  end
1557
1619
  end
1558
1620
 
@@ -1726,6 +1788,43 @@ module Google
1726
1788
  end
1727
1789
  end
1728
1790
 
1791
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
1792
+ # @private
1793
+ class Representation < Google::Apis::Core::JsonRepresentation
1794
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1795
+
1796
+ collection :individual_export_statuses, as: 'individualExportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus::Representation
1797
+
1798
+ collection :split_export_stats, as: 'splitExportStats', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat::Representation
1799
+
1800
+ end
1801
+ end
1802
+
1803
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
1804
+ # @private
1805
+ class Representation < Google::Apis::Core::JsonRepresentation
1806
+ property :document_id, as: 'documentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
1807
+
1808
+ property :output_gcs_destination, as: 'outputGcsDestination'
1809
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
1810
+
1811
+ end
1812
+ end
1813
+
1814
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
1815
+ # @private
1816
+ class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :split_type, as: 'splitType'
1818
+ property :total_document_count, as: 'totalDocumentCount'
1819
+ end
1820
+ end
1821
+
1822
+ class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse
1823
+ # @private
1824
+ class Representation < Google::Apis::Core::JsonRepresentation
1825
+ end
1826
+ end
1827
+
1729
1828
  class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
1730
1829
  # @private
1731
1830
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1746,12 +1845,23 @@ module Google
1746
1845
  class Representation < Google::Apis::Core::JsonRepresentation
1747
1846
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1748
1847
 
1848
+ collection :import_config_validation_results, as: 'importConfigValidationResults', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult::Representation
1849
+
1749
1850
  collection :individual_import_statuses, as: 'individualImportStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus::Representation
1750
1851
 
1751
1852
  property :total_document_count, as: 'totalDocumentCount'
1752
1853
  end
1753
1854
  end
1754
1855
 
1856
+ class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult
1857
+ # @private
1858
+ class Representation < Google::Apis::Core::JsonRepresentation
1859
+ property :input_gcs_source, as: 'inputGcsSource'
1860
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
1861
+
1862
+ end
1863
+ end
1864
+
1755
1865
  class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
1756
1866
  # @private
1757
1867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1773,16 +1883,28 @@ module Google
1773
1883
  class Representation < Google::Apis::Core::JsonRepresentation
1774
1884
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1775
1885
 
1776
- collection :newly_added_documents, as: 'newlyAddedDocuments', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument::Representation
1886
+ collection :dataset_resync_statuses, as: 'datasetResyncStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus::Representation
1887
+
1888
+ collection :individual_document_resync_statuses, as: 'individualDocumentResyncStatuses', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus::Representation
1777
1889
 
1778
1890
  end
1779
1891
  end
1780
1892
 
1781
- class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument
1893
+ class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus
1782
1894
  # @private
1783
1895
  class Representation < Google::Apis::Core::JsonRepresentation
1784
- property :destination_prefix, as: 'destinationPrefix'
1785
- property :source_prefix, as: 'sourcePrefix'
1896
+ property :dataset_inconsistency_type, as: 'datasetInconsistencyType'
1897
+ property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
1898
+
1899
+ end
1900
+ end
1901
+
1902
+ class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus
1903
+ # @private
1904
+ class Representation < Google::Apis::Core::JsonRepresentation
1905
+ property :document_id, as: 'documentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
1906
+
1907
+ property :document_inconsistency_type, as: 'documentInconsistencyType'
1786
1908
  property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
1787
1909
 
1788
1910
  end
@@ -2119,7 +2241,6 @@ module Google
2119
2241
  property :id, as: 'id'
2120
2242
  property :mention_id, as: 'mentionId'
2121
2243
  property :mention_text, as: 'mentionText'
2122
- property :non_present, as: 'nonPresent'
2123
2244
  property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue::Representation
2124
2245
 
2125
2246
  property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageAnchor::Representation
@@ -2643,7 +2764,6 @@ module Google
2643
2764
  property :id, as: 'id'
2644
2765
  property :mention_id, as: 'mentionId'
2645
2766
  property :mention_text, as: 'mentionText'
2646
- property :non_present, as: 'nonPresent'
2647
2767
  property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue::Representation
2648
2768
 
2649
2769
  property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageAnchor::Representation
@@ -3305,7 +3425,6 @@ module Google
3305
3425
  property :id, as: 'id'
3306
3426
  property :mention_id, as: 'mentionId'
3307
3427
  property :mention_text, as: 'mentionText'
3308
- property :non_present, as: 'nonPresent'
3309
3428
  property :normalized_value, as: 'normalizedValue', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue::Representation
3310
3429
 
3311
3430
  property :page_anchor, as: 'pageAnchor', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageAnchor, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageAnchor::Representation
@@ -3669,6 +3788,8 @@ module Google
3669
3788
  class Representation < Google::Apis::Core::JsonRepresentation
3670
3789
  collection :base_types, as: 'baseTypes'
3671
3790
  property :display_name, as: 'displayName'
3791
+ property :entity_type_metadata, as: 'entityTypeMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EntityTypeMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3EntityTypeMetadata::Representation
3792
+
3672
3793
  property :enum_values, as: 'enumValues', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues::Representation
3673
3794
 
3674
3795
  property :name, as: 'name'
@@ -3689,6 +3810,8 @@ module Google
3689
3810
  class Representation < Google::Apis::Core::JsonRepresentation
3690
3811
  property :name, as: 'name'
3691
3812
  property :occurrence_type, as: 'occurrenceType'
3813
+ property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata::Representation
3814
+
3692
3815
  property :value_type, as: 'valueType'
3693
3816
  end
3694
3817
  end
@@ -3785,6 +3908,18 @@ module Google
3785
3908
  end
3786
3909
  end
3787
3910
 
3911
+ class GoogleCloudDocumentaiV1beta3EntityTypeMetadata
3912
+ # @private
3913
+ class Representation < Google::Apis::Core::JsonRepresentation
3914
+ property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata::Representation
3915
+
3916
+ property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata::Representation
3917
+
3918
+ property :inactive, as: 'inactive'
3919
+ property :prefixed_naming_on_properties, as: 'prefixedNamingOnProperties'
3920
+ end
3921
+ end
3922
+
3788
3923
  class GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
3789
3924
  # @private
3790
3925
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3816,6 +3951,13 @@ module Google
3816
3951
  end
3817
3952
  end
3818
3953
 
3954
+ class GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata
3955
+ # @private
3956
+ class Representation < Google::Apis::Core::JsonRepresentation
3957
+ property :enable_normalization_editing, as: 'enableNormalizationEditing'
3958
+ end
3959
+ end
3960
+
3819
3961
  class GoogleCloudDocumentaiV1beta3HumanReviewStatus
3820
3962
  # @private
3821
3963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3825,6 +3967,14 @@ module Google
3825
3967
  end
3826
3968
  end
3827
3969
 
3970
+ class GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata
3971
+ # @private
3972
+ class Representation < Google::Apis::Core::JsonRepresentation
3973
+ property :confidence_threshold, as: 'confidenceThreshold'
3974
+ property :enable_validation, as: 'enableValidation'
3975
+ end
3976
+ end
3977
+
3828
3978
  class GoogleCloudDocumentaiV1beta3ListProcessorTypesResponse
3829
3979
  # @private
3830
3980
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3942,6 +4092,17 @@ module Google
3942
4092
  end
3943
4093
  end
3944
4094
 
4095
+ class GoogleCloudDocumentaiV1beta3PropertyMetadata
4096
+ # @private
4097
+ class Representation < Google::Apis::Core::JsonRepresentation
4098
+ property :human_review_labeling_metadata, as: 'humanReviewLabelingMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata::Representation
4099
+
4100
+ property :human_review_metadata, as: 'humanReviewMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewValidationMetadata::Representation
4101
+
4102
+ property :inactive, as: 'inactive'
4103
+ end
4104
+ end
4105
+
3945
4106
  class GoogleCloudDocumentaiV1beta3RawDocument
3946
4107
  # @private
3947
4108
  class Representation < Google::Apis::Core::JsonRepresentation
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.52.0
4
+ version: 0.55.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-09-05 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/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.55.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: []