google-apis-documentai_v1beta3 0.24.0 → 0.25.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: b78552ebda1a8f782ebd3db50a7fb4ccf28a5a5d4978e7f36a659a15ff5eacb1
4
- data.tar.gz: b6c0816b6ee8f6bce2b172821a06ee96fef062734f39759f087923045b67c9ab
3
+ metadata.gz: b06b738fbcafaefa0df639f2054fced1dc390d6d1ce0db890cd05f19c6add3ea
4
+ data.tar.gz: 24961cb4efcad1894fef6b11f15ef3f16498dab5a25ac994dddc9277f94818fc
5
5
  SHA512:
6
- metadata.gz: d1a0f688773ac923dc612aadfa98a9188e7bb1ee6ceaabd6ceecadb0408878f2b8b9b2129d5854d1390a2b22a25b0de2b4a8f841a0db09427e9e562845481ac2
7
- data.tar.gz: e9eee6d094ef99e7b8dbbf477dfb830f77ca34630e0c304537ecf527664eb8cfa280a2741e8d7ac82707524f02bd7d48ff872d811c0b46e9ff64983abcc26d2a
6
+ metadata.gz: 802774759d8349b309a4238cbecba312150936550265fc764cedbc296aba9728cb8f9407333ac76fa60a56dd81850f94ad87c8c10b6b146d3e602dfa0ea9e8d5
7
+ data.tar.gz: 73f28cde720109c2dc4cd74e2bf1f4598b72020e66aa813648e65507fce56c6d1f2fab39544a245e8c60b2567c5be9697977bdaaa1402a7a981174cc6845cb3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.25.0 (2021-10-06)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
3
7
  ### v0.24.0 (2021-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210926
@@ -6923,7 +6923,7 @@ module Google
6923
6923
  # EU' endpoint to feach processor types. In the return, we will have an 'invoice
6924
6924
  # parsing' processor with 'available_locations' field only containing 'US'. So
6925
6925
  # the user can try to create an 'invoice parsing' processor under the location '
6926
- # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 8.
6926
+ # US'. Such attempt of creating under the location 'EU' will fail. Next ID: 9.
6927
6927
  class GoogleCloudDocumentaiV1beta3ProcessorType
6928
6928
  include Google::Apis::Core::Hashable
6929
6929
 
@@ -6944,13 +6944,18 @@ module Google
6944
6944
  # @return [String]
6945
6945
  attr_accessor :category
6946
6946
 
6947
+ # Launch stage of the processor type
6948
+ # Corresponds to the JSON property `launchStage`
6949
+ # @return [String]
6950
+ attr_accessor :launch_stage
6951
+
6947
6952
  # The resource name of the processor type. Format: projects/`project`/
6948
6953
  # processorTypes/`processor_type`
6949
6954
  # Corresponds to the JSON property `name`
6950
6955
  # @return [String]
6951
6956
  attr_accessor :name
6952
6957
 
6953
- # The type of the processor, e.g, "invoice_parsing".
6958
+ # The type of the processor, e.g., "invoice_parsing".
6954
6959
  # Corresponds to the JSON property `type`
6955
6960
  # @return [String]
6956
6961
  attr_accessor :type
@@ -6964,6 +6969,7 @@ module Google
6964
6969
  @allow_creation = args[:allow_creation] if args.key?(:allow_creation)
6965
6970
  @available_locations = args[:available_locations] if args.key?(:available_locations)
6966
6971
  @category = args[:category] if args.key?(:category)
6972
+ @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
6967
6973
  @name = args[:name] if args.key?(:name)
6968
6974
  @type = args[:type] if args.key?(:type)
6969
6975
  end
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.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
@@ -3496,6 +3496,7 @@ module Google
3496
3496
  collection :available_locations, as: 'availableLocations', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo::Representation
3497
3497
 
3498
3498
  property :category, as: 'category'
3499
+ property :launch_stage, as: 'launchStage'
3499
3500
  property :name, as: 'name'
3500
3501
  property :type, as: 'type'
3501
3502
  end
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.24.0
4
+ version: 0.25.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []