Skip to content

Commit 0259b51

Browse files
feat: Automated regeneration of documentai v1beta3 client (googleapis#23805)
Auto-created at 2025-07-27 10:41:15 +0000 using the toys pull request generator.
1 parent 23fa818 commit 0259b51

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-documentai_v1beta3/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_v1beta3
22

3+
### v0.109.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250716
6+
37
### v0.108.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250616

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7164,7 +7164,7 @@ def update!(**args)
71647164
class GoogleCloudDocumentaiV1beta3Processor
71657165
include Google::Apis::Core::Hashable
71667166

7167-
# The time the processor was created.
7167+
# Output only. The time the processor was created.
71687168
# Corresponds to the JSON property `createTime`
71697169
# @return [String]
71707170
attr_accessor :create_time
@@ -7331,7 +7331,7 @@ def update!(**args)
73317331
class GoogleCloudDocumentaiV1beta3ProcessorVersion
73327332
include Google::Apis::Core::Hashable
73337333

7334-
# The time the processor version was created.
7334+
# Output only. The time the processor version was created.
73357335
# Corresponds to the JSON property `createTime`
73367336
# @return [String]
73377337
attr_accessor :create_time
@@ -7362,12 +7362,12 @@ class GoogleCloudDocumentaiV1beta3ProcessorVersion
73627362
attr_accessor :google_managed
73637363
alias_method :google_managed?, :google_managed
73647364

7365-
# The KMS key name used for encryption.
7365+
# Output only. The KMS key name used for encryption.
73667366
# Corresponds to the JSON property `kmsKeyName`
73677367
# @return [String]
73687368
attr_accessor :kms_key_name
73697369

7370-
# The KMS key version with which data is encrypted.
7370+
# Output only. The KMS key version with which data is encrypted.
73717371
# Corresponds to the JSON property `kmsKeyVersionName`
73727372
# @return [String]
73737373
attr_accessor :kms_key_version_name

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/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 DocumentaiV1beta3
1818
# Version of the google-apis-documentai_v1beta3 gem
19-
GEM_VERSION = "0.108.0"
19+
GEM_VERSION = "0.109.0"
2020

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

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

0 commit comments

Comments
 (0)