google-apis-documentai_v1beta2 0.10.0 → 0.11.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: 9a2a7e9f260f096833e144600c748223cb7a743f6282a507dc89758cbe13f0c7
4
- data.tar.gz: 4aedcd9e2b44feb0662da3eb535642d26a49b5fb83f51f05827722132e908da7
3
+ metadata.gz: 7c208af4ee4a6ce7b36ee51e0167865f0913849a642a54f4dc3b610ab5622eb8
4
+ data.tar.gz: 1ec6e560b1f1cbd32e175d61d6b4c946ecb5907ecc95adf20f9f655ab87c32a1
5
5
  SHA512:
6
- metadata.gz: a3aeb50382c9934b11f2527ba7ef98704faf8746021c1882c477d8be140414560819d332dc5237a4294af9c985736bdfa471011e89b34dbf7c91421a32cb6bbd
7
- data.tar.gz: e9dbb269dec85b3e0f7174b2f9341f616aa74e2661a353f2678fc5c4360da94aa69e6431041ef488e17a7b455ccbedbf36e5898bb6ae0dee8398b886cbae200c
6
+ metadata.gz: 04c66982e0a7ad7e52e4e884f2db045f22ec3d5c4e43d45df6f5203e9f3cf1e163a3f78dd69a126bb4ae633a59a6ce968277375427eccfe4f677509363821d34
7
+ data.tar.gz: 3501be76dc2f859235f0ac3f9d28a9a64c4c3bb51772ed1df52c8ec35fd8d32ee292c6b754e5fe4f9c2ba0dd59919ec52449516bf2e6c897d4fdc678859bc61b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.11.0 (2021-06-03)
4
+
5
+ * Regenerated from discovery document revision 20210527
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.10.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -4504,6 +4504,91 @@ module Google
4504
4504
  end
4505
4505
  end
4506
4506
 
4507
+ # The long running operation metadata for delete processor method.
4508
+ class GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata
4509
+ include Google::Apis::Core::Hashable
4510
+
4511
+ # The common metadata for long running operations.
4512
+ # Corresponds to the JSON property `commonMetadata`
4513
+ # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
4514
+ attr_accessor :common_metadata
4515
+
4516
+ def initialize(**args)
4517
+ update!(**args)
4518
+ end
4519
+
4520
+ # Update properties of this object
4521
+ def update!(**args)
4522
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
4523
+ end
4524
+ end
4525
+
4526
+ # The long running operation metadata for disable processor method.
4527
+ class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
4528
+ include Google::Apis::Core::Hashable
4529
+
4530
+ # The common metadata for long running operations.
4531
+ # Corresponds to the JSON property `commonMetadata`
4532
+ # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
4533
+ attr_accessor :common_metadata
4534
+
4535
+ def initialize(**args)
4536
+ update!(**args)
4537
+ end
4538
+
4539
+ # Update properties of this object
4540
+ def update!(**args)
4541
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
4542
+ end
4543
+ end
4544
+
4545
+ # Response message for the disable processor method. Intentionally empty proto
4546
+ # for adding fields in future.
4547
+ class GoogleCloudDocumentaiV1beta3DisableProcessorResponse
4548
+ include Google::Apis::Core::Hashable
4549
+
4550
+ def initialize(**args)
4551
+ update!(**args)
4552
+ end
4553
+
4554
+ # Update properties of this object
4555
+ def update!(**args)
4556
+ end
4557
+ end
4558
+
4559
+ # The long running operation metadata for enable processor method.
4560
+ class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
4561
+ include Google::Apis::Core::Hashable
4562
+
4563
+ # The common metadata for long running operations.
4564
+ # Corresponds to the JSON property `commonMetadata`
4565
+ # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
4566
+ attr_accessor :common_metadata
4567
+
4568
+ def initialize(**args)
4569
+ update!(**args)
4570
+ end
4571
+
4572
+ # Update properties of this object
4573
+ def update!(**args)
4574
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
4575
+ end
4576
+ end
4577
+
4578
+ # Response message for the enable processor method. Intentionally empty proto
4579
+ # for adding fields in future.
4580
+ class GoogleCloudDocumentaiV1beta3EnableProcessorResponse
4581
+ include Google::Apis::Core::Hashable
4582
+
4583
+ def initialize(**args)
4584
+ update!(**args)
4585
+ end
4586
+
4587
+ # Update properties of this object
4588
+ def update!(**args)
4589
+ end
4590
+ end
4591
+
4507
4592
  # The status of human review on a processed document.
4508
4593
  class GoogleCloudDocumentaiV1beta3HumanReviewStatus
4509
4594
  include Google::Apis::Core::Hashable
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210527"
26
26
  end
27
27
  end
28
28
  end
@@ -784,6 +784,36 @@ module Google
784
784
  include Google::Apis::Core::JsonObjectSupport
785
785
  end
786
786
 
787
+ class GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GoogleCloudDocumentaiV1beta3DisableProcessorResponse
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GoogleCloudDocumentaiV1beta3EnableProcessorResponse
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
787
817
  class GoogleCloudDocumentaiV1beta3HumanReviewStatus
788
818
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
819
 
@@ -2195,6 +2225,42 @@ module Google
2195
2225
  end
2196
2226
  end
2197
2227
 
2228
+ class GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata
2229
+ # @private
2230
+ class Representation < Google::Apis::Core::JsonRepresentation
2231
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
2232
+
2233
+ end
2234
+ end
2235
+
2236
+ class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
2237
+ # @private
2238
+ class Representation < Google::Apis::Core::JsonRepresentation
2239
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
2240
+
2241
+ end
2242
+ end
2243
+
2244
+ class GoogleCloudDocumentaiV1beta3DisableProcessorResponse
2245
+ # @private
2246
+ class Representation < Google::Apis::Core::JsonRepresentation
2247
+ end
2248
+ end
2249
+
2250
+ class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
2251
+ # @private
2252
+ class Representation < Google::Apis::Core::JsonRepresentation
2253
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
2254
+
2255
+ end
2256
+ end
2257
+
2258
+ class GoogleCloudDocumentaiV1beta3EnableProcessorResponse
2259
+ # @private
2260
+ class Representation < Google::Apis::Core::JsonRepresentation
2261
+ end
2262
+ end
2263
+
2198
2264
  class GoogleCloudDocumentaiV1beta3HumanReviewStatus
2199
2265
  # @private
2200
2266
  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.10.0
4
+ version: 0.11.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.10.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.11.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
57
57
  post_install_message:
58
58
  rdoc_options: []