google-apis-documentai_v1beta3 0.85.0 → 0.86.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: b955952a341d0ecb754a3083f93b9ca3178075043eb8eb7c64ffaebc96b5371a
4
- data.tar.gz: 6e5b378d5f3129e355f7a9448284597d8738e8353d5e0d14a1ebee65af2989b3
3
+ metadata.gz: 61db9a78b0edf9426cbbfb7ca7fd990109c2ea29b2fbe5a8b90ad115e6b973b7
4
+ data.tar.gz: 3448c584b29f1f07464d9cf87bbed981c4b463a3d0486760286bab351b28bf57
5
5
  SHA512:
6
- metadata.gz: 7cd75ed09cc20dc7a50d3a9b8d0054ef6ecafbdb4d6c7d4a58cb57fdc911e9030c9d2dd8d20da339a28051acf50bb325f0b3ec85492ee13ba096cc8b48271b0c
7
- data.tar.gz: e2792a5a5c8d37084d6f26121986bc428283599f0da718bb419275a20647725e08654ae7f1cd6798e0808284013219191976830ef0dce4c73ab69317aca4cf36
6
+ metadata.gz: 3dbd3bed246ad1fdd8a984f9f517972ca52e05e0dd7270fda91157316e90f2b6b013b1f20f60e91931843ff3f20f4b43a957a0b0d85ebb0d1ca61cf4857b68d3
7
+ data.tar.gz: 84699b3be85bc112fbd9f67b6c57aae038b89ce5f7a5e5d7dcf9e7eab9687bba83e4b15a8b9defd20b95ceba971014acb7dc090dfe4652bb4af0eecc950c3994
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.86.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231113
6
+
3
7
  ### v0.85.0 (2023-11-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20231026
@@ -62,12 +62,6 @@ module Google
62
62
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId]
63
63
  attr_accessor :document_id
64
64
 
65
- # The gcs_uri of the auto-labeling document, which uniquely identifies a dataset
66
- # document.
67
- # Corresponds to the JSON property `gcsUri`
68
- # @return [String]
69
- attr_accessor :gcs_uri
70
-
71
65
  # The `Status` type defines a logical error model that is suitable for different
72
66
  # programming environments, including REST APIs and RPC APIs. It is used by [
73
67
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -85,7 +79,6 @@ module Google
85
79
  # Update properties of this object
86
80
  def update!(**args)
87
81
  @document_id = args[:document_id] if args.key?(:document_id)
88
- @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
89
82
  @status = args[:status] if args.key?(:status)
90
83
  end
91
84
  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.85.0"
19
+ GEM_VERSION = "0.86.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231026"
25
+ REVISION = "20231113"
26
26
  end
27
27
  end
28
28
  end
@@ -2090,7 +2090,6 @@ module Google
2090
2090
  class Representation < Google::Apis::Core::JsonRepresentation
2091
2091
  property :document_id, as: 'documentId', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3DocumentId::Representation
2092
2092
 
2093
- property :gcs_uri, as: 'gcsUri'
2094
2093
  property :status, as: 'status', class: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus, decorator: Google::Apis::DocumentaiV1beta3::GoogleRpcStatus::Representation
2095
2094
 
2096
2095
  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.85.0
4
+ version: 0.86.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: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-11-19 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.85.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.86.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: []