google-apis-documentai_v1beta3 0.84.0 → 0.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1beta3/classes.rb +12 -12
- data/lib/google/apis/documentai_v1beta3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b955952a341d0ecb754a3083f93b9ca3178075043eb8eb7c64ffaebc96b5371a
|
4
|
+
data.tar.gz: 6e5b378d5f3129e355f7a9448284597d8738e8353d5e0d14a1ebee65af2989b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cd75ed09cc20dc7a50d3a9b8d0054ef6ecafbdb4d6c7d4a58cb57fdc911e9030c9d2dd8d20da339a28051acf50bb325f0b3ec85492ee13ba096cc8b48271b0c
|
7
|
+
data.tar.gz: e2792a5a5c8d37084d6f26121986bc428283599f0da718bb419275a20647725e08654ae7f1cd6798e0808284013219191976830ef0dce4c73ab69317aca4cf36
|
data/CHANGELOG.md
CHANGED
@@ -972,7 +972,7 @@ module Google
|
|
972
972
|
end
|
973
973
|
end
|
974
974
|
|
975
|
-
# The metadata proto of ResyncDataset method.
|
975
|
+
# The metadata proto of `ResyncDataset` method.
|
976
976
|
class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
|
977
977
|
include Google::Apis::Core::Hashable
|
978
978
|
|
@@ -981,8 +981,8 @@ module Google
|
|
981
981
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
|
982
982
|
attr_accessor :common_metadata
|
983
983
|
|
984
|
-
# The list of dataset resync statuses. Not checked when
|
985
|
-
#
|
984
|
+
# The list of dataset resync statuses. Not checked when ResyncDatasetRequest.
|
985
|
+
# dataset_documents is specified.
|
986
986
|
# Corresponds to the JSON property `datasetResyncStatuses`
|
987
987
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus>]
|
988
988
|
attr_accessor :dataset_resync_statuses
|
@@ -7428,7 +7428,7 @@ module Google
|
|
7428
7428
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentId]
|
7429
7429
|
attr_accessor :document_id
|
7430
7430
|
|
7431
|
-
#
|
7431
|
+
# Labeling state of the document.
|
7432
7432
|
# Corresponds to the JSON property `labelingState`
|
7433
7433
|
# @return [String]
|
7434
7434
|
attr_accessor :labeling_state
|
@@ -10106,9 +10106,9 @@ module Google
|
|
10106
10106
|
# @return [String]
|
10107
10107
|
attr_accessor :page_token
|
10108
10108
|
|
10109
|
-
# Optional. Controls if the
|
10110
|
-
#
|
10111
|
-
#
|
10109
|
+
# Optional. Controls if the request requires a total size of matched documents.
|
10110
|
+
# See ListDocumentsResponse.total_size. Enabling this flag may adversely impact
|
10111
|
+
# performance. Defaults to false.
|
10112
10112
|
# Corresponds to the JSON property `returnTotalSize`
|
10113
10113
|
# @return [Boolean]
|
10114
10114
|
attr_accessor :return_total_size
|
@@ -10116,10 +10116,10 @@ module Google
|
|
10116
10116
|
|
10117
10117
|
# Optional. Number of results to skip beginning from the `page_token` if
|
10118
10118
|
# provided. https://google.aip.dev/158#skipping-results. It must be a non-
|
10119
|
-
# negative integer. Negative values
|
10119
|
+
# negative integer. Negative values will be rejected. Note that this is not the
|
10120
10120
|
# number of pages to skip. If this value causes the cursor to move past the end
|
10121
|
-
# of results,
|
10122
|
-
#
|
10121
|
+
# of results, ListDocumentsResponse.document_metadata and ListDocumentsResponse.
|
10122
|
+
# next_page_token will be empty.
|
10123
10123
|
# Corresponds to the JSON property `skip`
|
10124
10124
|
# @return [Fixnum]
|
10125
10125
|
attr_accessor :skip
|
@@ -10147,8 +10147,8 @@ module Google
|
|
10147
10147
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentMetadata>]
|
10148
10148
|
attr_accessor :document_metadata
|
10149
10149
|
|
10150
|
-
# A token, which can be sent as
|
10151
|
-
# field is omitted, there are no subsequent pages.
|
10150
|
+
# A token, which can be sent as ListDocumentsRequest.page_token to retrieve the
|
10151
|
+
# next page. If this field is omitted, there are no subsequent pages.
|
10152
10152
|
# Corresponds to the JSON property `nextPageToken`
|
10153
10153
|
# @return [String]
|
10154
10154
|
attr_accessor :next_page_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta3
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.85.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 = "20231026"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.85.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-
|
11
|
+
date: 2023-11-05 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_v1beta3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.85.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|