google-apis-documentai_v1 0.7.0 → 0.11.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: 54064380068e20422dfcb20a81d289974ae0bebc2797cbed96947a41b6d41a4b
4
- data.tar.gz: 175e791dcfeec1b9605cfd347ed2ff810c3df71ee5ba1065c43a4e342a815dc0
3
+ metadata.gz: bbe62526e8abaab91538e7808baddf2f1d0acb7787628fa6a9a09d5cba28e1dd
4
+ data.tar.gz: 71cd1647b261a03358535b393135b6d254d5eddf3ff7009a85d2b271030e25fb
5
5
  SHA512:
6
- metadata.gz: 535c98c4d8de23a86c2bd70fe22ac41d12f53a4dc0e8ce3ffafcc4935ca4d896b8bf6b46c84993dc8e728a7a0c77dfcbc9e4ecd2e4a550e438d2679699dbba99
7
- data.tar.gz: de398a39a2e9ccf9a1e92737b498bb755b42f4cd352a6842283552525b235ec2a95866d5527a0c625c796b43319bbf64e119ff280d14306c2a3af08114730ea4
6
+ metadata.gz: af920a9d39680b5f7b6cd74086fd90c376c82ca507e121348963866b9cc4bb704b068b16c3e7415277f86c7ed33aa87bedbd5d3be0203cc77b0d1fd148b8a83e
7
+ data.tar.gz: 741b983e46872fcca21feca3821150e0b858d25778b78faff5acf2fe978d02092bf2542df7e33604457438687a94ac09ca993b3ffec01e2cfa393bb09f75f894
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.11.0 (2021-08-03)
4
+
5
+ * Regenerated from discovery document revision 20210731
6
+
7
+ ### v0.10.0 (2021-07-29)
8
+
9
+ * Regenerated from discovery document revision 20210728
10
+
11
+ ### v0.9.0 (2021-07-13)
12
+
13
+ * Regenerated from discovery document revision 20210709
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated from discovery document revision 20210625
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.7.0 (2021-06-24)
4
21
 
5
22
  * Unspecified changes
@@ -271,6 +271,44 @@ module Google
271
271
  end
272
272
  end
273
273
 
274
+ # Metadata message associated with the ExportProcessorVersion operation.
275
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
276
+ include Google::Apis::Core::Hashable
277
+
278
+ # The common metadata for long running operations.
279
+ # Corresponds to the JSON property `commonMetadata`
280
+ # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
281
+ attr_accessor :common_metadata
282
+
283
+ def initialize(**args)
284
+ update!(**args)
285
+ end
286
+
287
+ # Update properties of this object
288
+ def update!(**args)
289
+ @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
290
+ end
291
+ end
292
+
293
+ # Response message associated with the ExportProcessorVersion operation.
294
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
295
+ include Google::Apis::Core::Hashable
296
+
297
+ # The Cloud Storage URI containing the output artifacts.
298
+ # Corresponds to the JSON property `gcsUri`
299
+ # @return [String]
300
+ attr_accessor :gcs_uri
301
+
302
+ def initialize(**args)
303
+ update!(**args)
304
+ end
305
+
306
+ # Update properties of this object
307
+ def update!(**args)
308
+ @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
309
+ end
310
+ end
311
+
274
312
  # The long running operation metadata for set default processor version method.
275
313
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
276
314
  include Google::Apis::Core::Hashable
@@ -1763,8 +1801,8 @@ module Google
1763
1801
  # @return [Fixnum]
1764
1802
  attr_accessor :id
1765
1803
 
1766
- # The index of the parent revisions corresponding collection of items (eg. list
1767
- # of entities, properties within entities, etc.)
1804
+ # The index of the parent item in the corresponding item list (eg. list of
1805
+ # entities, properties within entities, etc.) on parent revision.
1768
1806
  # Corresponds to the JSON property `index`
1769
1807
  # @return [Fixnum]
1770
1808
  attr_accessor :index
@@ -3543,8 +3581,8 @@ module Google
3543
3581
  # @return [Fixnum]
3544
3582
  attr_accessor :id
3545
3583
 
3546
- # The index of the parent revisions corresponding collection of items (eg. list
3547
- # of entities, properties within entities, etc.)
3584
+ # The index of the parent item in the corresponding item list (eg. list of
3585
+ # entities, properties within entities, etc.) on parent revision.
3548
3586
  # Corresponds to the JSON property `index`
3549
3587
  # @return [Fixnum]
3550
3588
  attr_accessor :index
@@ -5267,8 +5305,8 @@ module Google
5267
5305
  # @return [Fixnum]
5268
5306
  attr_accessor :id
5269
5307
 
5270
- # The index of the parent revisions corresponding collection of items (eg. list
5271
- # of entities, properties within entities, etc.)
5308
+ # The index of the parent item in the corresponding item list (eg. list of
5309
+ # entities, properties within entities, etc.) on parent revision.
5272
5310
  # Corresponds to the JSON property `index`
5273
5311
  # @return [Fixnum]
5274
5312
  attr_accessor :index
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
25
+ REVISION = "20210731"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,18 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
103
115
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
104
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
117
 
@@ -1225,6 +1237,21 @@ module Google
1225
1237
  end
1226
1238
  end
1227
1239
 
1240
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
1241
+ # @private
1242
+ class Representation < Google::Apis::Core::JsonRepresentation
1243
+ property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
1244
+
1245
+ end
1246
+ end
1247
+
1248
+ class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
1249
+ # @private
1250
+ class Representation < Google::Apis::Core::JsonRepresentation
1251
+ property :gcs_uri, as: 'gcsUri'
1252
+ end
1253
+ end
1254
+
1228
1255
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1229
1256
  # @private
1230
1257
  class Representation < Google::Apis::Core::JsonRepresentation
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.7.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.11.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: []