google-apis-documentai_v1beta3 0.106.0 → 0.107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c732844e135ca54ee2ed9578e492b6bcea475bd3251c29b57ea3a71769171dee
|
4
|
+
data.tar.gz: 207790d3904b00b76dde6822fbfcef8a8a12882cabc74de16d292625dd297f96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 895b97bf912d38bbaa2df0b64e3e7923f66de00de644b286760814d5486f56812d08850eb10be60d60840262850c0ecbbde2083f211f2fabdf8fa25d6d37d12a
|
7
|
+
data.tar.gz: ae5cebbe30af913edc40f3e878d204b7b48589a2e900c416cc359b51ea4fdffdd162b1bdf71d94772f39a580fcb5968b7909ab63b24807fe8bf98a622858f177
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-documentai_v1beta3
|
2
2
|
|
3
|
+
### v0.107.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250521
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.106.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250427
|
@@ -5267,10 +5267,10 @@ module Google
|
|
5267
5267
|
# @return [String]
|
5268
5268
|
attr_accessor :display_name
|
5269
5269
|
|
5270
|
-
#
|
5271
|
-
# Corresponds to the JSON property `
|
5270
|
+
# Specifies how the entity's value is obtained.
|
5271
|
+
# Corresponds to the JSON property `method`
|
5272
5272
|
# @return [String]
|
5273
|
-
attr_accessor :
|
5273
|
+
attr_accessor :method_prop
|
5274
5274
|
|
5275
5275
|
# The name of the property. Follows the same guidelines as the EntityType name.
|
5276
5276
|
# Corresponds to the JSON property `name`
|
@@ -5302,7 +5302,7 @@ module Google
|
|
5302
5302
|
def update!(**args)
|
5303
5303
|
@description = args[:description] if args.key?(:description)
|
5304
5304
|
@display_name = args[:display_name] if args.key?(:display_name)
|
5305
|
-
@
|
5305
|
+
@method_prop = args[:method_prop] if args.key?(:method_prop)
|
5306
5306
|
@name = args[:name] if args.key?(:name)
|
5307
5307
|
@occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
|
5308
5308
|
@property_metadata = args[:property_metadata] if args.key?(:property_metadata)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta3
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.107.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3343,7 +3343,7 @@ module Google
|
|
3343
3343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3344
3344
|
property :description, as: 'description'
|
3345
3345
|
property :display_name, as: 'displayName'
|
3346
|
-
property :
|
3346
|
+
property :method_prop, as: 'method'
|
3347
3347
|
property :name, as: 'name'
|
3348
3348
|
property :occurrence_type, as: 'occurrenceType'
|
3349
3349
|
property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.107.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.107.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Document AI API V1beta3
|
79
79
|
test_files: []
|