File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
generated/google-apis-documentai_v1
lib/google/apis/documentai_v1 Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -224948,6 +224948,7 @@
224948
224948
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty": google_cloud_documentai_v1_document_schema_entity_type_property
224949
224949
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/displayName": display_name
224950
224950
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/groundingConfig": grounding_config
224951
+ "/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/method": method_prop
224951
224952
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/name": name
224952
224953
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/occurrenceType": occurrence_type
224953
224954
"/documentai:v1/GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty/propertyMetadata": property_metadata
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-documentai_v1
2
2
3
+ ### v0.98.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.97.0 (2025-05-04)
4
9
5
10
* Regenerated from discovery document revision 20250427
Original file line number Diff line number Diff line change @@ -3951,10 +3951,10 @@ class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
3951
3951
# @return [String]
3952
3952
attr_accessor :display_name
3953
3953
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 `
3956
3956
# @return [String]
3957
- attr_accessor :grounding_config
3957
+ attr_accessor :method_prop
3958
3958
3959
3959
# The name of the property. Follows the same guidelines as the EntityType name.
3960
3960
# Corresponds to the JSON property `name`
@@ -3980,7 +3980,7 @@ def initialize(**args)
3980
3980
# Update properties of this object
3981
3981
def update! ( **args )
3982
3982
@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 )
3984
3984
@name = args [ :name ] if args . key? ( :name )
3985
3985
@occurrence_type = args [ :occurrence_type ] if args . key? ( :occurrence_type )
3986
3986
@value_type = args [ :value_type ] if args . key? ( :value_type )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module DocumentaiV1
18
18
# Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.97 .0"
19
+ GEM_VERSION = "0.98 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250427 "
25
+ REVISION = "20250521 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -2760,7 +2760,7 @@ class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
2760
2760
# @private
2761
2761
class Representation < Google ::Apis ::Core ::JsonRepresentation
2762
2762
property :display_name , as : 'displayName'
2763
- property :grounding_config , as : 'groundingConfig '
2763
+ property :method_prop , as : 'method '
2764
2764
property :name , as : 'name'
2765
2765
property :occurrence_type , as : 'occurrenceType'
2766
2766
property :value_type , as : 'valueType'
You can’t perform that action at this time.
0 commit comments