google-apis-documentai_v1beta3 0.90.0 → 0.92.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c93cdec783b3a0c6d4df5d08fe648a68ec02d9020b6bcb3f6331d148ebd1e0d9
4
- data.tar.gz: b75e0e5bcdb85dbe03026eda0a09044412a481061a3e5b58a58f9a2135d45468
3
+ metadata.gz: f491ebe7a4c62f2df4d4b5d3b02c163b98a3bda21bbb8d2a566d2db525714661
4
+ data.tar.gz: 6918f02a4ab1418f6daf347592dd333271d4bf2857c428392acac8fcc9be2b06
5
5
  SHA512:
6
- metadata.gz: 01b3ce13aaa51887a6fb8342cff0d891e73ad51236b18f336238c5277d8d20b928c1577b83e892d685da845d3e19dde84bb53bd8a5ccd424bdc30969e5754e26
7
- data.tar.gz: b67cf0432536a52dbe667d43a54fda785cb1b877d7167f0ba45202bd373023781d40aa98f1eac34d54ddfeda5d07bd530cf9a8452aeece30883ffb0ad740d034
6
+ metadata.gz: c72d39f0eba7639ffb5e0cea5be77b124f96575712c7aba45ded4bf5cb4b05b7332c3faee5fd9a3d74c005e0f85fe098047c4e189e6e44fc6f3dbd964be5f6de
7
+ data.tar.gz: cf100d2fea5fd61b9b75d7db3edb2fd1ad4e536b401cd1b039dabf6dc3ddac1d283869874bfb74c08d8d48d6c9ec046c4b33d1ed0e57775e0e9b4626a596dc4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.92.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240307
6
+
7
+ ### v0.91.0 (2024-03-03)
8
+
9
+ * Regenerated from discovery document revision 20240223
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.90.0 (2024-02-23)
4
13
 
5
14
  * Unspecified changes
@@ -8842,6 +8842,11 @@ module Google
8842
8842
  class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
8843
8843
  include Google::Apis::Core::Hashable
8844
8844
 
8845
+ # User defined name for the property.
8846
+ # Corresponds to the JSON property `displayName`
8847
+ # @return [String]
8848
+ attr_accessor :display_name
8849
+
8845
8850
  # The name of the property. Follows the same guidelines as the EntityType name.
8846
8851
  # Corresponds to the JSON property `name`
8847
8852
  # @return [String]
@@ -8870,6 +8875,7 @@ module Google
8870
8875
 
8871
8876
  # Update properties of this object
8872
8877
  def update!(**args)
8878
+ @display_name = args[:display_name] if args.key?(:display_name)
8873
8879
  @name = args[:name] if args.key?(:name)
8874
8880
  @occurrence_type = args[:occurrence_type] if args.key?(:occurrence_type)
8875
8881
  @property_metadata = args[:property_metadata] if args.key?(:property_metadata)
@@ -10015,7 +10021,8 @@ module Google
10015
10021
  attr_accessor :external_processor_version_source
10016
10022
 
10017
10023
  # The source processor version to import from. The source processor version and
10018
- # destination processor need to be in the same environment and region.
10024
+ # destination processor need to be in the same environment and region. Note that
10025
+ # ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not supported.
10019
10026
  # Corresponds to the JSON property `processorVersionSource`
10020
10027
  # @return [String]
10021
10028
  attr_accessor :processor_version_source
@@ -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.90.0"
19
+ GEM_VERSION = "0.92.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240126"
25
+ REVISION = "20240307"
26
26
  end
27
27
  end
28
28
  end
@@ -4706,6 +4706,7 @@ module Google
4706
4706
  class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
4707
4707
  # @private
4708
4708
  class Representation < Google::Apis::Core::JsonRepresentation
4709
+ property :display_name, as: 'displayName'
4709
4710
  property :name, as: 'name'
4710
4711
  property :occurrence_type, as: 'occurrenceType'
4711
4712
  property :property_metadata, as: 'propertyMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3PropertyMetadata::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.90.0
4
+ version: 0.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.90.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.92.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []