Skip to content

Commit 8fecad3

Browse files
feat: Automated regeneration of documentai v1 client (#18713)
Auto-created at 2024-04-07 09:58:55 +0000 using the toys pull request generator.
1 parent 071b0d1 commit 8fecad3

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

generated/google-apis-documentai_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-documentai_v1
22

3+
### v0.84.0 (2024-04-07)
4+
5+
* Regenerated from discovery document revision 20240328
6+
37
### v0.83.0 (2024-03-17)
48

59
* Regenerated from discovery document revision 20240307

generated/google-apis-documentai_v1/lib/google/apis/documentai_v1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5031,14 +5031,14 @@ class GoogleCloudDocumentaiV1ProcessorVersion
50315031
# @return [String]
50325032
attr_accessor :model_type
50335033

5034-
# The resource name of the processor version. Format: `projects/`project`/
5035-
# locations/`location`/processors/`processor`/processorVersions/`
5034+
# Identifier. The resource name of the processor version. Format: `projects/`
5035+
# project`/locations/`location`/processors/`processor`/processorVersions/`
50365036
# processor_version``
50375037
# Corresponds to the JSON property `name`
50385038
# @return [String]
50395039
attr_accessor :name
50405040

5041-
# The state of the processor version.
5041+
# Output only. The state of the processor version.
50425042
# Corresponds to the JSON property `state`
50435043
# @return [String]
50445044
attr_accessor :state

generated/google-apis-documentai_v1/lib/google/apis/documentai_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DocumentaiV1
1818
# Version of the google-apis-documentai_v1 gem
19-
GEM_VERSION = "0.83.0"
19+
GEM_VERSION = "0.84.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.14.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240307"
25+
REVISION = "20240328"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)