google-apis-documentai_v1 0.14.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78235f12579d80ad89c1dcb4bea8fb8045c8907803ae8efcdbb6490b9d82bffc
|
4
|
+
data.tar.gz: f912f29bda80336c6d9f0e07f62be5ffe446231a098247d2096ce7057e7eb064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74954f183bbeaa624a3a04bd97912bcc45642b03ef049ad32b62ab7b2ab465b55f9d627df70b24c7c91a9868cb43441e876ea0c470e4a8145396ea74527431f4
|
7
|
+
data.tar.gz: 87ac868fcd0854168d1de9eda3cdebc06a8dcd1b3eeb5b23ae641894486220dde1804002c32479073e2affb10782af650d4fec0f7e026eb4d0b62d0689b58f62
|
data/CHANGELOG.md
CHANGED
@@ -844,6 +844,109 @@ module Google
|
|
844
844
|
end
|
845
845
|
end
|
846
846
|
|
847
|
+
# The long running operation metadata for delete processor method.
|
848
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
849
|
+
include Google::Apis::Core::Hashable
|
850
|
+
|
851
|
+
# The common metadata for long running operations.
|
852
|
+
# Corresponds to the JSON property `commonMetadata`
|
853
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
854
|
+
attr_accessor :common_metadata
|
855
|
+
|
856
|
+
def initialize(**args)
|
857
|
+
update!(**args)
|
858
|
+
end
|
859
|
+
|
860
|
+
# Update properties of this object
|
861
|
+
def update!(**args)
|
862
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
# The long running operation metadata for delete processor version method.
|
867
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
868
|
+
include Google::Apis::Core::Hashable
|
869
|
+
|
870
|
+
# The common metadata for long running operations.
|
871
|
+
# Corresponds to the JSON property `commonMetadata`
|
872
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
873
|
+
attr_accessor :common_metadata
|
874
|
+
|
875
|
+
def initialize(**args)
|
876
|
+
update!(**args)
|
877
|
+
end
|
878
|
+
|
879
|
+
# Update properties of this object
|
880
|
+
def update!(**args)
|
881
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
882
|
+
end
|
883
|
+
end
|
884
|
+
|
885
|
+
# The long running operation metadata for deploy processor version method.
|
886
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
887
|
+
include Google::Apis::Core::Hashable
|
888
|
+
|
889
|
+
# The common metadata for long running operations.
|
890
|
+
# Corresponds to the JSON property `commonMetadata`
|
891
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
892
|
+
attr_accessor :common_metadata
|
893
|
+
|
894
|
+
def initialize(**args)
|
895
|
+
update!(**args)
|
896
|
+
end
|
897
|
+
|
898
|
+
# Update properties of this object
|
899
|
+
def update!(**args)
|
900
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
901
|
+
end
|
902
|
+
end
|
903
|
+
|
904
|
+
# Response message for the deploy processor version method.
|
905
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
906
|
+
include Google::Apis::Core::Hashable
|
907
|
+
|
908
|
+
def initialize(**args)
|
909
|
+
update!(**args)
|
910
|
+
end
|
911
|
+
|
912
|
+
# Update properties of this object
|
913
|
+
def update!(**args)
|
914
|
+
end
|
915
|
+
end
|
916
|
+
|
917
|
+
# The long running operation metadata for disable processor method.
|
918
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
919
|
+
include Google::Apis::Core::Hashable
|
920
|
+
|
921
|
+
# The common metadata for long running operations.
|
922
|
+
# Corresponds to the JSON property `commonMetadata`
|
923
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
924
|
+
attr_accessor :common_metadata
|
925
|
+
|
926
|
+
def initialize(**args)
|
927
|
+
update!(**args)
|
928
|
+
end
|
929
|
+
|
930
|
+
# Update properties of this object
|
931
|
+
def update!(**args)
|
932
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
933
|
+
end
|
934
|
+
end
|
935
|
+
|
936
|
+
# Response message for the disable processor method. Intentionally empty proto
|
937
|
+
# for adding fields in future.
|
938
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
939
|
+
include Google::Apis::Core::Hashable
|
940
|
+
|
941
|
+
def initialize(**args)
|
942
|
+
update!(**args)
|
943
|
+
end
|
944
|
+
|
945
|
+
# Update properties of this object
|
946
|
+
def update!(**args)
|
947
|
+
end
|
948
|
+
end
|
949
|
+
|
847
950
|
# Document represents the canonical document resource in Document Understanding
|
848
951
|
# AI. It is an interchange format that provides insights into documents and
|
849
952
|
# allows for collaboration between users and Document Understanding AI to
|
@@ -2338,6 +2441,39 @@ module Google
|
|
2338
2441
|
end
|
2339
2442
|
end
|
2340
2443
|
|
2444
|
+
# The long running operation metadata for enable processor method.
|
2445
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
2446
|
+
include Google::Apis::Core::Hashable
|
2447
|
+
|
2448
|
+
# The common metadata for long running operations.
|
2449
|
+
# Corresponds to the JSON property `commonMetadata`
|
2450
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
2451
|
+
attr_accessor :common_metadata
|
2452
|
+
|
2453
|
+
def initialize(**args)
|
2454
|
+
update!(**args)
|
2455
|
+
end
|
2456
|
+
|
2457
|
+
# Update properties of this object
|
2458
|
+
def update!(**args)
|
2459
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
2460
|
+
end
|
2461
|
+
end
|
2462
|
+
|
2463
|
+
# Response message for the enable processor method. Intentionally empty proto
|
2464
|
+
# for adding fields in future.
|
2465
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
2466
|
+
include Google::Apis::Core::Hashable
|
2467
|
+
|
2468
|
+
def initialize(**args)
|
2469
|
+
update!(**args)
|
2470
|
+
end
|
2471
|
+
|
2472
|
+
# Update properties of this object
|
2473
|
+
def update!(**args)
|
2474
|
+
end
|
2475
|
+
end
|
2476
|
+
|
2341
2477
|
# Specifies a document stored on Cloud Storage.
|
2342
2478
|
class GoogleCloudDocumentaiV1GcsDocument
|
2343
2479
|
include Google::Apis::Core::Hashable
|
@@ -2624,6 +2760,70 @@ module Google
|
|
2624
2760
|
end
|
2625
2761
|
end
|
2626
2762
|
|
2763
|
+
# The long running operation metadata for set default processor version method.
|
2764
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
2765
|
+
include Google::Apis::Core::Hashable
|
2766
|
+
|
2767
|
+
# The common metadata for long running operations.
|
2768
|
+
# Corresponds to the JSON property `commonMetadata`
|
2769
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
2770
|
+
attr_accessor :common_metadata
|
2771
|
+
|
2772
|
+
def initialize(**args)
|
2773
|
+
update!(**args)
|
2774
|
+
end
|
2775
|
+
|
2776
|
+
# Update properties of this object
|
2777
|
+
def update!(**args)
|
2778
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
2779
|
+
end
|
2780
|
+
end
|
2781
|
+
|
2782
|
+
# Response message for set default processor version method.
|
2783
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
2784
|
+
include Google::Apis::Core::Hashable
|
2785
|
+
|
2786
|
+
def initialize(**args)
|
2787
|
+
update!(**args)
|
2788
|
+
end
|
2789
|
+
|
2790
|
+
# Update properties of this object
|
2791
|
+
def update!(**args)
|
2792
|
+
end
|
2793
|
+
end
|
2794
|
+
|
2795
|
+
# The long running operation metadata for the undeploy processor version method.
|
2796
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
2797
|
+
include Google::Apis::Core::Hashable
|
2798
|
+
|
2799
|
+
# The common metadata for long running operations.
|
2800
|
+
# Corresponds to the JSON property `commonMetadata`
|
2801
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
2802
|
+
attr_accessor :common_metadata
|
2803
|
+
|
2804
|
+
def initialize(**args)
|
2805
|
+
update!(**args)
|
2806
|
+
end
|
2807
|
+
|
2808
|
+
# Update properties of this object
|
2809
|
+
def update!(**args)
|
2810
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
2811
|
+
end
|
2812
|
+
end
|
2813
|
+
|
2814
|
+
# Response message for the undeploy processor version method.
|
2815
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
2816
|
+
include Google::Apis::Core::Hashable
|
2817
|
+
|
2818
|
+
def initialize(**args)
|
2819
|
+
update!(**args)
|
2820
|
+
end
|
2821
|
+
|
2822
|
+
# Update properties of this object
|
2823
|
+
def update!(**args)
|
2824
|
+
end
|
2825
|
+
end
|
2826
|
+
|
2627
2827
|
# A vertex represents a 2D point in the image. NOTE: the vertex coordinates are
|
2628
2828
|
# in the same scale as the original image.
|
2629
2829
|
class GoogleCloudDocumentaiV1Vertex
|
@@ -6297,6 +6497,57 @@ module Google
|
|
6297
6497
|
end
|
6298
6498
|
end
|
6299
6499
|
|
6500
|
+
# The long running operation metadata for delete processor version method.
|
6501
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
6502
|
+
include Google::Apis::Core::Hashable
|
6503
|
+
|
6504
|
+
# The common metadata for long running operations.
|
6505
|
+
# Corresponds to the JSON property `commonMetadata`
|
6506
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
6507
|
+
attr_accessor :common_metadata
|
6508
|
+
|
6509
|
+
def initialize(**args)
|
6510
|
+
update!(**args)
|
6511
|
+
end
|
6512
|
+
|
6513
|
+
# Update properties of this object
|
6514
|
+
def update!(**args)
|
6515
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
6516
|
+
end
|
6517
|
+
end
|
6518
|
+
|
6519
|
+
# The long running operation metadata for deploy processor version method.
|
6520
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
6521
|
+
include Google::Apis::Core::Hashable
|
6522
|
+
|
6523
|
+
# The common metadata for long running operations.
|
6524
|
+
# Corresponds to the JSON property `commonMetadata`
|
6525
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
6526
|
+
attr_accessor :common_metadata
|
6527
|
+
|
6528
|
+
def initialize(**args)
|
6529
|
+
update!(**args)
|
6530
|
+
end
|
6531
|
+
|
6532
|
+
# Update properties of this object
|
6533
|
+
def update!(**args)
|
6534
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
6535
|
+
end
|
6536
|
+
end
|
6537
|
+
|
6538
|
+
# Response message for the deploy processor version method.
|
6539
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
6540
|
+
include Google::Apis::Core::Hashable
|
6541
|
+
|
6542
|
+
def initialize(**args)
|
6543
|
+
update!(**args)
|
6544
|
+
end
|
6545
|
+
|
6546
|
+
# Update properties of this object
|
6547
|
+
def update!(**args)
|
6548
|
+
end
|
6549
|
+
end
|
6550
|
+
|
6300
6551
|
# The long running operation metadata for disable processor method.
|
6301
6552
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
6302
6553
|
include Google::Apis::Core::Hashable
|
@@ -6460,6 +6711,70 @@ module Google
|
|
6460
6711
|
end
|
6461
6712
|
end
|
6462
6713
|
|
6714
|
+
# The long running operation metadata for set default processor version method.
|
6715
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
6716
|
+
include Google::Apis::Core::Hashable
|
6717
|
+
|
6718
|
+
# The common metadata for long running operations.
|
6719
|
+
# Corresponds to the JSON property `commonMetadata`
|
6720
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
6721
|
+
attr_accessor :common_metadata
|
6722
|
+
|
6723
|
+
def initialize(**args)
|
6724
|
+
update!(**args)
|
6725
|
+
end
|
6726
|
+
|
6727
|
+
# Update properties of this object
|
6728
|
+
def update!(**args)
|
6729
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
6730
|
+
end
|
6731
|
+
end
|
6732
|
+
|
6733
|
+
# Response message for set default processor version method.
|
6734
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
6735
|
+
include Google::Apis::Core::Hashable
|
6736
|
+
|
6737
|
+
def initialize(**args)
|
6738
|
+
update!(**args)
|
6739
|
+
end
|
6740
|
+
|
6741
|
+
# Update properties of this object
|
6742
|
+
def update!(**args)
|
6743
|
+
end
|
6744
|
+
end
|
6745
|
+
|
6746
|
+
# The long running operation metadata for the undeploy processor version method.
|
6747
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
6748
|
+
include Google::Apis::Core::Hashable
|
6749
|
+
|
6750
|
+
# The common metadata for long running operations.
|
6751
|
+
# Corresponds to the JSON property `commonMetadata`
|
6752
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
6753
|
+
attr_accessor :common_metadata
|
6754
|
+
|
6755
|
+
def initialize(**args)
|
6756
|
+
update!(**args)
|
6757
|
+
end
|
6758
|
+
|
6759
|
+
# Update properties of this object
|
6760
|
+
def update!(**args)
|
6761
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
6762
|
+
end
|
6763
|
+
end
|
6764
|
+
|
6765
|
+
# Response message for the undeploy processor version method.
|
6766
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
6767
|
+
include Google::Apis::Core::Hashable
|
6768
|
+
|
6769
|
+
def initialize(**args)
|
6770
|
+
update!(**args)
|
6771
|
+
end
|
6772
|
+
|
6773
|
+
# Update properties of this object
|
6774
|
+
def update!(**args)
|
6775
|
+
end
|
6776
|
+
end
|
6777
|
+
|
6463
6778
|
# The response message for Locations.ListLocations.
|
6464
6779
|
class GoogleCloudLocationListLocationsResponse
|
6465
6780
|
include Google::Apis::Core::Hashable
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.15.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 = "
|
25
|
+
REVISION = "20210907"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -250,6 +250,42 @@ module Google
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
251
251
|
end
|
252
252
|
|
253
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
253
289
|
class GoogleCloudDocumentaiV1Document
|
254
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
291
|
|
@@ -454,6 +490,18 @@ module Google
|
|
454
490
|
include Google::Apis::Core::JsonObjectSupport
|
455
491
|
end
|
456
492
|
|
493
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
457
505
|
class GoogleCloudDocumentaiV1GcsDocument
|
458
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
507
|
|
@@ -520,6 +568,30 @@ module Google
|
|
520
568
|
include Google::Apis::Core::JsonObjectSupport
|
521
569
|
end
|
522
570
|
|
571
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
523
595
|
class GoogleCloudDocumentaiV1Vertex
|
524
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
597
|
|
@@ -1066,6 +1138,24 @@ module Google
|
|
1066
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1139
|
end
|
1068
1140
|
|
1141
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1069
1159
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
1070
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1161
|
|
@@ -1108,6 +1198,30 @@ module Google
|
|
1108
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1109
1199
|
end
|
1110
1200
|
|
1201
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1111
1225
|
class GoogleCloudLocationListLocationsResponse
|
1112
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
1227
|
|
@@ -1490,6 +1604,50 @@ module Google
|
|
1490
1604
|
end
|
1491
1605
|
end
|
1492
1606
|
|
1607
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
1608
|
+
# @private
|
1609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1610
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1611
|
+
|
1612
|
+
end
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
1616
|
+
# @private
|
1617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1618
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1619
|
+
|
1620
|
+
end
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
1624
|
+
# @private
|
1625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1626
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1627
|
+
|
1628
|
+
end
|
1629
|
+
end
|
1630
|
+
|
1631
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
1632
|
+
# @private
|
1633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1634
|
+
end
|
1635
|
+
end
|
1636
|
+
|
1637
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
1638
|
+
# @private
|
1639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1640
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1641
|
+
|
1642
|
+
end
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
1646
|
+
# @private
|
1647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1648
|
+
end
|
1649
|
+
end
|
1650
|
+
|
1493
1651
|
class GoogleCloudDocumentaiV1Document
|
1494
1652
|
# @private
|
1495
1653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1906,6 +2064,20 @@ module Google
|
|
1906
2064
|
end
|
1907
2065
|
end
|
1908
2066
|
|
2067
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
2068
|
+
# @private
|
2069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2070
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2071
|
+
|
2072
|
+
end
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
2076
|
+
# @private
|
2077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2078
|
+
end
|
2079
|
+
end
|
2080
|
+
|
1909
2081
|
class GoogleCloudDocumentaiV1GcsDocument
|
1910
2082
|
# @private
|
1911
2083
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2000,6 +2172,34 @@ module Google
|
|
2000
2172
|
end
|
2001
2173
|
end
|
2002
2174
|
|
2175
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
2176
|
+
# @private
|
2177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2178
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2179
|
+
|
2180
|
+
end
|
2181
|
+
end
|
2182
|
+
|
2183
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
2184
|
+
# @private
|
2185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2186
|
+
end
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
2190
|
+
# @private
|
2191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2192
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
2193
|
+
|
2194
|
+
end
|
2195
|
+
end
|
2196
|
+
|
2197
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
2198
|
+
# @private
|
2199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2200
|
+
end
|
2201
|
+
end
|
2202
|
+
|
2003
2203
|
class GoogleCloudDocumentaiV1Vertex
|
2004
2204
|
# @private
|
2005
2205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3043,6 +3243,28 @@ module Google
|
|
3043
3243
|
end
|
3044
3244
|
end
|
3045
3245
|
|
3246
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
3247
|
+
# @private
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3249
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3250
|
+
|
3251
|
+
end
|
3252
|
+
end
|
3253
|
+
|
3254
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
3255
|
+
# @private
|
3256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3257
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3258
|
+
|
3259
|
+
end
|
3260
|
+
end
|
3261
|
+
|
3262
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
3263
|
+
# @private
|
3264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3265
|
+
end
|
3266
|
+
end
|
3267
|
+
|
3046
3268
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
3047
3269
|
# @private
|
3048
3270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3099,6 +3321,34 @@ module Google
|
|
3099
3321
|
end
|
3100
3322
|
end
|
3101
3323
|
|
3324
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
3325
|
+
# @private
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3327
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3328
|
+
|
3329
|
+
end
|
3330
|
+
end
|
3331
|
+
|
3332
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
3333
|
+
# @private
|
3334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3335
|
+
end
|
3336
|
+
end
|
3337
|
+
|
3338
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
3339
|
+
# @private
|
3340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3341
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
3342
|
+
|
3343
|
+
end
|
3344
|
+
end
|
3345
|
+
|
3346
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
3347
|
+
# @private
|
3348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3349
|
+
end
|
3350
|
+
end
|
3351
|
+
|
3102
3352
|
class GoogleCloudLocationListLocationsResponse
|
3103
3353
|
# @private
|
3104
3354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
4
|
+
version: 0.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-13 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.15.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: []
|