Skip to content

Commit d7d6ddf

Browse files
feat: Automated regeneration of documentai v1 client (googleapis#23802)
Auto-created at 2025-07-27 10:37:15 +0000 using the toys pull request generator.
1 parent cd5d2f5 commit d7d6ddf

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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.100.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250716
6+
37
### v0.99.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250616

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5338,7 +5338,7 @@ def update!(**args)
53385338
class GoogleCloudDocumentaiV1Processor
53395339
include Google::Apis::Core::Hashable
53405340

5341-
# The time the processor was created.
5341+
# Output only. The time the processor was created.
53425342
# Corresponds to the JSON property `createTime`
53435343
# @return [String]
53445344
attr_accessor :create_time
@@ -5505,7 +5505,7 @@ def update!(**args)
55055505
class GoogleCloudDocumentaiV1ProcessorVersion
55065506
include Google::Apis::Core::Hashable
55075507

5508-
# The time the processor version was created.
5508+
# Output only. The time the processor version was created.
55095509
# Corresponds to the JSON property `createTime`
55105510
# @return [String]
55115511
attr_accessor :create_time
@@ -5536,12 +5536,12 @@ class GoogleCloudDocumentaiV1ProcessorVersion
55365536
attr_accessor :google_managed
55375537
alias_method :google_managed?, :google_managed
55385538

5539-
# The KMS key name used for encryption.
5539+
# Output only. The KMS key name used for encryption.
55405540
# Corresponds to the JSON property `kmsKeyName`
55415541
# @return [String]
55425542
attr_accessor :kms_key_name
55435543

5544-
# The KMS key version with which data is encrypted.
5544+
# Output only. The KMS key version with which data is encrypted.
55455545
# Corresponds to the JSON property `kmsKeyVersionName`
55465546
# @return [String]
55475547
attr_accessor :kms_key_version_name

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.99.0"
19+
GEM_VERSION = "0.100.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)