google-apis-documentai_v1 0.61.0 → 0.62.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: d4f8e8fffa25e5250839993a33191b064894abd95b1b8f903085fe52b194df53
|
4
|
+
data.tar.gz: 8218c8aa20bdeb8d272c1e45a6ed0b1e5fbdc3be6c004ed2524a80076413c110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c22e0189adb35d385ba314d9b12a58827ff1235c34f232aa834fa01e66f7a08ca73daccb65f319338560c70ad386df487d476edc8eb031fa9f83e9e4e9b835a4
|
7
|
+
data.tar.gz: adcbe7385efa26ca6e738c73325d138384cbf26595881b8f88ba7110e426f66ced0a61d2bb2642d5a637b392ce953e11f2202a749ce00808ec759f6b01fd2b6f
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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`.
|
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.
|
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-
|
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
|
+
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: []
|