google-apis-documentai_v1 0.61.0 → 0.62.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: 8b77c80140b3519067856fbddedf31a081b09e2e734348cdb094d8541505a7b9
4
- data.tar.gz: 483019ee69ef48536d864427bdf1231d7690d6d78b8febe95a387cd2005aff2f
3
+ metadata.gz: d4f8e8fffa25e5250839993a33191b064894abd95b1b8f903085fe52b194df53
4
+ data.tar.gz: 8218c8aa20bdeb8d272c1e45a6ed0b1e5fbdc3be6c004ed2524a80076413c110
5
5
  SHA512:
6
- metadata.gz: ee75b05a3a70f370283adab50198aadb88b0850ab0aa03e4b8ae2b761b861a245d600ce58db96fae24c019a48b770af9af92c34c282da130fb87d17ba61cee4f
7
- data.tar.gz: 1472895f8cbe3a62394551b2cf20345a812838e61c89c39278bc7204acc1b077cea18ec4aa5e89be524a4675e24f89830ce9b0f39bb2f6b7ccf0c2b91a961f52
6
+ metadata.gz: c22e0189adb35d385ba314d9b12a58827ff1235c34f232aa834fa01e66f7a08ca73daccb65f319338560c70ad386df487d476edc8eb031fa9f83e9e4e9b835a4
7
+ data.tar.gz: adcbe7385efa26ca6e738c73325d138384cbf26595881b8f88ba7110e426f66ced0a61d2bb2642d5a637b392ce953e11f2202a749ce00808ec759f6b01fd2b6f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.62.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
3
7
  ### v0.61.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230302
@@ -9078,6 +9078,44 @@ module Google
9078
9078
  end
9079
9079
  end
9080
9080
 
9081
+ # The long running operation metadata for the ImportProcessorVersion method.
9082
+ class GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata
9083
+ include Google::Apis::Core::Hashable
9084
+
9085
+ # The common metadata for long running operations.
9086
+ # Corresponds to the JSON property `commonMetadata`
9087
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata]
9088
+ attr_accessor :common_metadata
9089
+
9090
+ def initialize(**args)
9091
+ update!(**args)
9092
+ end
9093
+
9094
+ # Update properties of this object
9095
+ def update!(**args)
9096
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
9097
+ end
9098
+ end
9099
+
9100
+ # The response message for the ImportProcessorVersion method.
9101
+ class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
9102
+ include Google::Apis::Core::Hashable
9103
+
9104
+ # The destination processor version name.
9105
+ # Corresponds to the JSON property `processorVersion`
9106
+ # @return [String]
9107
+ attr_accessor :processor_version
9108
+
9109
+ def initialize(**args)
9110
+ update!(**args)
9111
+ end
9112
+
9113
+ # Update properties of this object
9114
+ def update!(**args)
9115
+ @processor_version = args[:processor_version] if args.key?(:processor_version)
9116
+ end
9117
+ end
9118
+
9081
9119
  # The long running operation metadata for review document method.
9082
9120
  class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
9083
9121
  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.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230302"
25
+ REVISION = "20230310"
26
26
  end
27
27
  end
28
28
  end
@@ -1618,6 +1618,18 @@ module Google
1618
1618
  include Google::Apis::Core::JsonObjectSupport
1619
1619
  end
1620
1620
 
1621
+ class GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata
1622
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1623
+
1624
+ include Google::Apis::Core::JsonObjectSupport
1625
+ end
1626
+
1627
+ class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
1628
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1629
+
1630
+ include Google::Apis::Core::JsonObjectSupport
1631
+ end
1632
+
1621
1633
  class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
1622
1634
  class Representation < Google::Apis::Core::JsonRepresentation; end
1623
1635
 
@@ -4494,6 +4506,21 @@ module Google
4494
4506
  end
4495
4507
  end
4496
4508
 
4509
+ class GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata
4510
+ # @private
4511
+ class Representation < Google::Apis::Core::JsonRepresentation
4512
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
4513
+
4514
+ end
4515
+ end
4516
+
4517
+ class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
4518
+ # @private
4519
+ class Representation < Google::Apis::Core::JsonRepresentation
4520
+ property :processor_version, as: 'processorVersion'
4521
+ end
4522
+ end
4523
+
4497
4524
  class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
4498
4525
  # @private
4499
4526
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -259,13 +259,7 @@ module Google
259
259
  end
260
260
 
261
261
  # Lists operations that match the specified filter in the request. If the server
262
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
263
- # binding allows API services to override the binding to use different resource
264
- # name schemes, such as `users/*/operations`. To override the binding, API
265
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
266
- # service configuration. For backwards compatibility, the default name includes
267
- # the operations collection id, however overriding users must ensure the name
268
- # binding is the parent resource, without the operations collection id.
262
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
269
263
  # @param [String] name
270
264
  # The name of the operation's parent resource.
271
265
  # @param [String] filter
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.61.0
4
+ version: 0.62.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-03-19 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.62.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []