Skip to content

Commit 1898be6

Browse files
feat: Automated regeneration of documentai v1 client (googleapis#23236)
Auto-created at 2025-05-25 09:35:57 +0000 using the toys pull request generator.
1 parent 39d722d commit 1898be6

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224948,6 +224948,7 @@
224948224948
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty": google_cloud_documentai_v1_document_schema_entity_type_property
224949224949
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/displayName": display_name
224950224950
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/groundingConfig": grounding_config
224951+
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/method": method_prop
224951224952
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/name": name
224952224953
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/occurrenceType": occurrence_type
224953224954
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/propertyMetadata": property_metadata

generated/google-apis-documentai_v1/CHANGELOG.md

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

3+
### v0.98.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250521
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.97.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250427

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
@@ -3951,10 +3951,10 @@ class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
39513951
# @return [String]
39523952
attr_accessor :display_name
39533953

3954-
# Grounding config of the entity type.
3955-
# Corresponds to the JSON property `groundingConfig`
3954+
# Specifies how the entity's value is obtained.
3955+
# Corresponds to the JSON property `method`
39563956
# @return [String]
3957-
attr_accessor :grounding_config
3957+
attr_accessor :method_prop
39583958

39593959
# The name of the property. Follows the same guidelines as the EntityType name.
39603960
# Corresponds to the JSON property `name`
@@ -3980,7 +3980,7 @@ def initialize(**args)
39803980
# Update properties of this object
39813981
def update!(**args)
39823982
@display_name = args[:display_name] if args.key?(:display_name)
3983-
@grounding_config = args[:grounding_config] if args.key?(:grounding_config)
3983+
@method_prop = args[:method_prop] if args.key?(:method_prop)
39843984
@name = args[:name] if args.key?(:name)
39853985
@occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
39863986
@value_type = args[:value_type] if args.key?(:value_type)

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

Lines changed: 3 additions & 3 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.97.0"
19+
GEM_VERSION = "0.98.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@ class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
27602760
# @private
27612761
class Representation < Google::Apis::Core::JsonRepresentation
27622762
property :display_name, as: 'displayName'
2763-
property :grounding_config, as: 'groundingConfig'
2763+
property :method_prop, as: 'method'
27642764
property :name, as: 'name'
27652765
property :occurrence_type, as: 'occurrenceType'
27662766
property :value_type, as: 'valueType'

0 commit comments

Comments
 (0)