google-apis-documentai_v1 0.17.0 → 0.18.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: a1ce625814e87ce07841562ada2e17be46797c1a76c8978d0c857fdcf4d193b7
4
- data.tar.gz: 8b7a82b86c9083ff7502003643b449bd7f6600dbf2f2b809cefcaa8db1755f69
3
+ metadata.gz: b384c74a0f6a6d9fe75e301fc892d4b50279597791b06038ac133ae04d67d6fa
4
+ data.tar.gz: daa1ffed7aafbdfabec8573542c2c0e5f59b6c8ea8f23c0b6954d199dfc095d9
5
5
  SHA512:
6
- metadata.gz: 1b42370932b94f22140a0bfb795007c4b1a248cc56ca411236daf33a55aa1455c095a1817ab9d2a0eae683051d957dd3441b38f941a9cf2c9ad13adf525cd6cb
7
- data.tar.gz: e7cd4c8ececa8c1c5747d046cf23e4fcdca4f3a731fc43309e8fd8cc73f317511979a3ba8da27da2b35df9ac081dbd88bc3f9b6f3d4e08cc8e5734d25541567c
6
+ metadata.gz: 9eb043a6790dc0c53df7b0ccc12110a92247c6c9ee5ac879b8b31feafd6e1bdd1a0365e1096ea33c966322c4de42ce80a03393e86b5d2075075daf2217e8ef45
7
+ data.tar.gz: 6f20af1fc0803fa285af7aa23e8b5b926a2801184d94ad99248b87f719c9630e85fcfb17ee1efa6b84b893308893fb094d4574356f756fc4a9e2ba037b1bcc8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.18.0 (2021-10-06)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
3
7
  ### v0.17.0 (2021-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210926
@@ -2947,7 +2947,7 @@ module Google
2947
2947
  # EU' endpoint to feach processor types. In the return, we will have an 'invoice
2948
2948
  # parsing' processor with 'available_locations' field only containing 'US'. So
2949
2949
  # the user can try to create an 'invoice parsing' processor under the location '
2950
- # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 8.
2950
+ # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 9.
2951
2951
  class GoogleCloudDocumentaiV1ProcessorType
2952
2952
  include Google::Apis::Core::Hashable
2953
2953
 
@@ -2968,13 +2968,18 @@ module Google
2968
2968
  # @return [String]
2969
2969
  attr_accessor :category
2970
2970
 
2971
+ # Launch stage of the processor type
2972
+ # Corresponds to the JSON property `launchStage`
2973
+ # @return [String]
2974
+ attr_accessor :launch_stage
2975
+
2971
2976
  # The resource name of the processor type. Format: projects/`project`/
2972
2977
  # processorTypes/`processor_type`
2973
2978
  # Corresponds to the JSON property `name`
2974
2979
  # @return [String]
2975
2980
  attr_accessor :name
2976
2981
 
2977
- # The type of the processor, e.g, "invoice_parsing".
2982
+ # The type of the processor, e.g., "invoice_parsing".
2978
2983
  # Corresponds to the JSON property `type`
2979
2984
  # @return [String]
2980
2985
  attr_accessor :type
@@ -2988,6 +2993,7 @@ module Google
2988
2993
  @allow_creation = args[:allow_creation] if args.key?(:allow_creation)
2989
2994
  @available_locations = args[:available_locations] if args.key?(:available_locations)
2990
2995
  @category = args[:category] if args.key?(:category)
2996
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
2991
2997
  @name = args[:name] if args.key?(:name)
2992
2998
  @type = args[:type] if args.key?(:type)
2993
2999
  end
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210926"
25
+ REVISION = "20211002"
26
26
  end
27
27
  end
28
28
  end
@@ -2325,6 +2325,7 @@ module Google
2325
2325
  collection :available_locations, as: 'availableLocations', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorTypeLocationInfo, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorTypeLocationInfo::Representation
2326
2326
 
2327
2327
  property :category, as: 'category'
2328
+ property :launch_stage, as: 'launchStage'
2328
2329
  property :name, as: 'name'
2329
2330
  property :type, as: 'type'
2330
2331
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-11 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/master/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []