google-apis-documentai_v1beta2 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c75df2601a7b464c34b25ed3a1d2783f733317bc0b3c4bd9c5ce0a2fb277d880
|
4
|
+
data.tar.gz: c05cc9a7ea05cbeff66c3b70951e900685067b516bc5eb261ccb6dec4acb8a0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 822be378b1986c1e44f907a29508838799ef73669ebacc361959975a4a28bc015b599ba6971947c7ca5a98627aa9b61944e259e2c722320ec54c497f477b1363
|
7
|
+
data.tar.gz: 50f503513013aaa3a889bcbb232253963908f43cadae029a6fb08a8f512e815d6fd1bcc0553a0dba90d4060cb9d84819859d9d1ac6f2d2c014d9fbd127e4d8a1
|
data/CHANGELOG.md
CHANGED
@@ -760,6 +760,142 @@ module Google
|
|
760
760
|
end
|
761
761
|
end
|
762
762
|
|
763
|
+
# The long running operation metadata for delete processor method.
|
764
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
765
|
+
include Google::Apis::Core::Hashable
|
766
|
+
|
767
|
+
# The common metadata for long running operations.
|
768
|
+
# Corresponds to the JSON property `commonMetadata`
|
769
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
770
|
+
attr_accessor :common_metadata
|
771
|
+
|
772
|
+
def initialize(**args)
|
773
|
+
update!(**args)
|
774
|
+
end
|
775
|
+
|
776
|
+
# Update properties of this object
|
777
|
+
def update!(**args)
|
778
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
779
|
+
end
|
780
|
+
end
|
781
|
+
|
782
|
+
# The long running operation metadata for delete processor version method.
|
783
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
784
|
+
include Google::Apis::Core::Hashable
|
785
|
+
|
786
|
+
# The common metadata for long running operations.
|
787
|
+
# Corresponds to the JSON property `commonMetadata`
|
788
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
789
|
+
attr_accessor :common_metadata
|
790
|
+
|
791
|
+
def initialize(**args)
|
792
|
+
update!(**args)
|
793
|
+
end
|
794
|
+
|
795
|
+
# Update properties of this object
|
796
|
+
def update!(**args)
|
797
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
798
|
+
end
|
799
|
+
end
|
800
|
+
|
801
|
+
# The long running operation metadata for deploy processor version method.
|
802
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
803
|
+
include Google::Apis::Core::Hashable
|
804
|
+
|
805
|
+
# The common metadata for long running operations.
|
806
|
+
# Corresponds to the JSON property `commonMetadata`
|
807
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
808
|
+
attr_accessor :common_metadata
|
809
|
+
|
810
|
+
def initialize(**args)
|
811
|
+
update!(**args)
|
812
|
+
end
|
813
|
+
|
814
|
+
# Update properties of this object
|
815
|
+
def update!(**args)
|
816
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
817
|
+
end
|
818
|
+
end
|
819
|
+
|
820
|
+
# Response message for the deploy processor version method.
|
821
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
822
|
+
include Google::Apis::Core::Hashable
|
823
|
+
|
824
|
+
def initialize(**args)
|
825
|
+
update!(**args)
|
826
|
+
end
|
827
|
+
|
828
|
+
# Update properties of this object
|
829
|
+
def update!(**args)
|
830
|
+
end
|
831
|
+
end
|
832
|
+
|
833
|
+
# The long running operation metadata for disable processor method.
|
834
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
835
|
+
include Google::Apis::Core::Hashable
|
836
|
+
|
837
|
+
# The common metadata for long running operations.
|
838
|
+
# Corresponds to the JSON property `commonMetadata`
|
839
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
840
|
+
attr_accessor :common_metadata
|
841
|
+
|
842
|
+
def initialize(**args)
|
843
|
+
update!(**args)
|
844
|
+
end
|
845
|
+
|
846
|
+
# Update properties of this object
|
847
|
+
def update!(**args)
|
848
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
852
|
+
# Response message for the disable processor method. Intentionally empty proto
|
853
|
+
# for adding fields in future.
|
854
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
855
|
+
include Google::Apis::Core::Hashable
|
856
|
+
|
857
|
+
def initialize(**args)
|
858
|
+
update!(**args)
|
859
|
+
end
|
860
|
+
|
861
|
+
# Update properties of this object
|
862
|
+
def update!(**args)
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
# The long running operation metadata for enable processor method.
|
867
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
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::DocumentaiV1beta2::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
|
+
# Response message for the enable processor method. Intentionally empty proto
|
886
|
+
# for adding fields in future.
|
887
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
888
|
+
include Google::Apis::Core::Hashable
|
889
|
+
|
890
|
+
def initialize(**args)
|
891
|
+
update!(**args)
|
892
|
+
end
|
893
|
+
|
894
|
+
# Update properties of this object
|
895
|
+
def update!(**args)
|
896
|
+
end
|
897
|
+
end
|
898
|
+
|
763
899
|
# The status of human review on a processed document.
|
764
900
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
765
901
|
include Google::Apis::Core::Hashable
|
@@ -832,6 +968,70 @@ module Google
|
|
832
968
|
end
|
833
969
|
end
|
834
970
|
|
971
|
+
# The long running operation metadata for set default processor version method.
|
972
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
973
|
+
include Google::Apis::Core::Hashable
|
974
|
+
|
975
|
+
# The common metadata for long running operations.
|
976
|
+
# Corresponds to the JSON property `commonMetadata`
|
977
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
978
|
+
attr_accessor :common_metadata
|
979
|
+
|
980
|
+
def initialize(**args)
|
981
|
+
update!(**args)
|
982
|
+
end
|
983
|
+
|
984
|
+
# Update properties of this object
|
985
|
+
def update!(**args)
|
986
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
987
|
+
end
|
988
|
+
end
|
989
|
+
|
990
|
+
# Response message for set default processor version method.
|
991
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
992
|
+
include Google::Apis::Core::Hashable
|
993
|
+
|
994
|
+
def initialize(**args)
|
995
|
+
update!(**args)
|
996
|
+
end
|
997
|
+
|
998
|
+
# Update properties of this object
|
999
|
+
def update!(**args)
|
1000
|
+
end
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
# The long running operation metadata for the undeploy processor version method.
|
1004
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
1005
|
+
include Google::Apis::Core::Hashable
|
1006
|
+
|
1007
|
+
# The common metadata for long running operations.
|
1008
|
+
# Corresponds to the JSON property `commonMetadata`
|
1009
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata]
|
1010
|
+
attr_accessor :common_metadata
|
1011
|
+
|
1012
|
+
def initialize(**args)
|
1013
|
+
update!(**args)
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
# Update properties of this object
|
1017
|
+
def update!(**args)
|
1018
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
1019
|
+
end
|
1020
|
+
end
|
1021
|
+
|
1022
|
+
# Response message for the undeploy processor version method.
|
1023
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
1024
|
+
include Google::Apis::Core::Hashable
|
1025
|
+
|
1026
|
+
def initialize(**args)
|
1027
|
+
update!(**args)
|
1028
|
+
end
|
1029
|
+
|
1030
|
+
# Update properties of this object
|
1031
|
+
def update!(**args)
|
1032
|
+
end
|
1033
|
+
end
|
1034
|
+
|
835
1035
|
# Response to an batch document processing request. This is returned in the LRO
|
836
1036
|
# Operation after the operation is complete.
|
837
1037
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
@@ -4772,6 +4972,57 @@ module Google
|
|
4772
4972
|
end
|
4773
4973
|
end
|
4774
4974
|
|
4975
|
+
# The long running operation metadata for delete processor version method.
|
4976
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
4977
|
+
include Google::Apis::Core::Hashable
|
4978
|
+
|
4979
|
+
# The common metadata for long running operations.
|
4980
|
+
# Corresponds to the JSON property `commonMetadata`
|
4981
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
4982
|
+
attr_accessor :common_metadata
|
4983
|
+
|
4984
|
+
def initialize(**args)
|
4985
|
+
update!(**args)
|
4986
|
+
end
|
4987
|
+
|
4988
|
+
# Update properties of this object
|
4989
|
+
def update!(**args)
|
4990
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
4991
|
+
end
|
4992
|
+
end
|
4993
|
+
|
4994
|
+
# The long running operation metadata for deploy processor version method.
|
4995
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
4996
|
+
include Google::Apis::Core::Hashable
|
4997
|
+
|
4998
|
+
# The common metadata for long running operations.
|
4999
|
+
# Corresponds to the JSON property `commonMetadata`
|
5000
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
5001
|
+
attr_accessor :common_metadata
|
5002
|
+
|
5003
|
+
def initialize(**args)
|
5004
|
+
update!(**args)
|
5005
|
+
end
|
5006
|
+
|
5007
|
+
# Update properties of this object
|
5008
|
+
def update!(**args)
|
5009
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
5010
|
+
end
|
5011
|
+
end
|
5012
|
+
|
5013
|
+
# Response message for the deploy processor version method.
|
5014
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
5015
|
+
include Google::Apis::Core::Hashable
|
5016
|
+
|
5017
|
+
def initialize(**args)
|
5018
|
+
update!(**args)
|
5019
|
+
end
|
5020
|
+
|
5021
|
+
# Update properties of this object
|
5022
|
+
def update!(**args)
|
5023
|
+
end
|
5024
|
+
end
|
5025
|
+
|
4775
5026
|
# The long running operation metadata for disable processor method.
|
4776
5027
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
4777
5028
|
include Google::Apis::Core::Hashable
|
@@ -4935,6 +5186,70 @@ module Google
|
|
4935
5186
|
end
|
4936
5187
|
end
|
4937
5188
|
|
5189
|
+
# The long running operation metadata for set default processor version method.
|
5190
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
5191
|
+
include Google::Apis::Core::Hashable
|
5192
|
+
|
5193
|
+
# The common metadata for long running operations.
|
5194
|
+
# Corresponds to the JSON property `commonMetadata`
|
5195
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
5196
|
+
attr_accessor :common_metadata
|
5197
|
+
|
5198
|
+
def initialize(**args)
|
5199
|
+
update!(**args)
|
5200
|
+
end
|
5201
|
+
|
5202
|
+
# Update properties of this object
|
5203
|
+
def update!(**args)
|
5204
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
5205
|
+
end
|
5206
|
+
end
|
5207
|
+
|
5208
|
+
# Response message for set default processor version method.
|
5209
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
5210
|
+
include Google::Apis::Core::Hashable
|
5211
|
+
|
5212
|
+
def initialize(**args)
|
5213
|
+
update!(**args)
|
5214
|
+
end
|
5215
|
+
|
5216
|
+
# Update properties of this object
|
5217
|
+
def update!(**args)
|
5218
|
+
end
|
5219
|
+
end
|
5220
|
+
|
5221
|
+
# The long running operation metadata for the undeploy processor version method.
|
5222
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
5223
|
+
include Google::Apis::Core::Hashable
|
5224
|
+
|
5225
|
+
# The common metadata for long running operations.
|
5226
|
+
# Corresponds to the JSON property `commonMetadata`
|
5227
|
+
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
|
5228
|
+
attr_accessor :common_metadata
|
5229
|
+
|
5230
|
+
def initialize(**args)
|
5231
|
+
update!(**args)
|
5232
|
+
end
|
5233
|
+
|
5234
|
+
# Update properties of this object
|
5235
|
+
def update!(**args)
|
5236
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
5237
|
+
end
|
5238
|
+
end
|
5239
|
+
|
5240
|
+
# Response message for the undeploy processor version method.
|
5241
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
5242
|
+
include Google::Apis::Core::Hashable
|
5243
|
+
|
5244
|
+
def initialize(**args)
|
5245
|
+
update!(**args)
|
5246
|
+
end
|
5247
|
+
|
5248
|
+
# Update properties of this object
|
5249
|
+
def update!(**args)
|
5250
|
+
end
|
5251
|
+
end
|
5252
|
+
|
4938
5253
|
# This resource represents a long-running operation that is the result of a
|
4939
5254
|
# network API call.
|
4940
5255
|
class GoogleLongrunningOperation
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta2
|
18
18
|
# Version of the google-apis-documentai_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.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
|
@@ -232,6 +232,54 @@ module Google
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
234
|
|
235
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
235
283
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
236
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
285
|
|
@@ -250,6 +298,30 @@ module Google
|
|
250
298
|
include Google::Apis::Core::JsonObjectSupport
|
251
299
|
end
|
252
300
|
|
301
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
253
325
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
254
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
327
|
|
@@ -844,6 +916,24 @@ module Google
|
|
844
916
|
include Google::Apis::Core::JsonObjectSupport
|
845
917
|
end
|
846
918
|
|
919
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
847
937
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
848
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
939
|
|
@@ -886,6 +976,30 @@ module Google
|
|
886
976
|
include Google::Apis::Core::JsonObjectSupport
|
887
977
|
end
|
888
978
|
|
979
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
985
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
991
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
997
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
889
1003
|
class GoogleLongrunningOperation
|
890
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
1005
|
|
@@ -1219,6 +1333,64 @@ module Google
|
|
1219
1333
|
end
|
1220
1334
|
end
|
1221
1335
|
|
1336
|
+
class GoogleCloudDocumentaiV1DeleteProcessorMetadata
|
1337
|
+
# @private
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1339
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1340
|
+
|
1341
|
+
end
|
1342
|
+
end
|
1343
|
+
|
1344
|
+
class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
|
1345
|
+
# @private
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1347
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1348
|
+
|
1349
|
+
end
|
1350
|
+
end
|
1351
|
+
|
1352
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
|
1353
|
+
# @private
|
1354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1355
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1356
|
+
|
1357
|
+
end
|
1358
|
+
end
|
1359
|
+
|
1360
|
+
class GoogleCloudDocumentaiV1DeployProcessorVersionResponse
|
1361
|
+
# @private
|
1362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1363
|
+
end
|
1364
|
+
end
|
1365
|
+
|
1366
|
+
class GoogleCloudDocumentaiV1DisableProcessorMetadata
|
1367
|
+
# @private
|
1368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1370
|
+
|
1371
|
+
end
|
1372
|
+
end
|
1373
|
+
|
1374
|
+
class GoogleCloudDocumentaiV1DisableProcessorResponse
|
1375
|
+
# @private
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1377
|
+
end
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class GoogleCloudDocumentaiV1EnableProcessorMetadata
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1384
|
+
|
1385
|
+
end
|
1386
|
+
end
|
1387
|
+
|
1388
|
+
class GoogleCloudDocumentaiV1EnableProcessorResponse
|
1389
|
+
# @private
|
1390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1222
1394
|
class GoogleCloudDocumentaiV1HumanReviewStatus
|
1223
1395
|
# @private
|
1224
1396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1243,6 +1415,34 @@ module Google
|
|
1243
1415
|
end
|
1244
1416
|
end
|
1245
1417
|
|
1418
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
|
1419
|
+
# @private
|
1420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1421
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1422
|
+
|
1423
|
+
end
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
|
1427
|
+
# @private
|
1428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1429
|
+
end
|
1430
|
+
end
|
1431
|
+
|
1432
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
|
1433
|
+
# @private
|
1434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1435
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
|
1436
|
+
|
1437
|
+
end
|
1438
|
+
end
|
1439
|
+
|
1440
|
+
class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
|
1441
|
+
# @private
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1443
|
+
end
|
1444
|
+
end
|
1445
|
+
|
1246
1446
|
class GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
|
1247
1447
|
# @private
|
1248
1448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2368,6 +2568,28 @@ module Google
|
|
2368
2568
|
end
|
2369
2569
|
end
|
2370
2570
|
|
2571
|
+
class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
|
2572
|
+
# @private
|
2573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2574
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
2575
|
+
|
2576
|
+
end
|
2577
|
+
end
|
2578
|
+
|
2579
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
|
2580
|
+
# @private
|
2581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2582
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
2583
|
+
|
2584
|
+
end
|
2585
|
+
end
|
2586
|
+
|
2587
|
+
class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
|
2588
|
+
# @private
|
2589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2590
|
+
end
|
2591
|
+
end
|
2592
|
+
|
2371
2593
|
class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
|
2372
2594
|
# @private
|
2373
2595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2424,6 +2646,34 @@ module Google
|
|
2424
2646
|
end
|
2425
2647
|
end
|
2426
2648
|
|
2649
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
|
2650
|
+
# @private
|
2651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2652
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
2653
|
+
|
2654
|
+
end
|
2655
|
+
end
|
2656
|
+
|
2657
|
+
class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
|
2658
|
+
# @private
|
2659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2660
|
+
end
|
2661
|
+
end
|
2662
|
+
|
2663
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
|
2664
|
+
# @private
|
2665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2666
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
|
2667
|
+
|
2668
|
+
end
|
2669
|
+
end
|
2670
|
+
|
2671
|
+
class GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
|
2672
|
+
# @private
|
2673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2674
|
+
end
|
2675
|
+
end
|
2676
|
+
|
2427
2677
|
class GoogleLongrunningOperation
|
2428
2678
|
# @private
|
2429
2679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|