google-apis-documentai_v1beta3 0.84.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: d0aa8fb910b87ea903a3df5aace99d6b1185b9348d7a9bda37e06b15e8005921
4
- data.tar.gz: 57b542ba69d8e400f413b12d82653644238198a2c97375c6869fbf662e7c534a
3
+ metadata.gz: 61db9a78b0edf9426cbbfb7ca7fd990109c2ea29b2fbe5a8b90ad115e6b973b7
4
+ data.tar.gz: 3448c584b29f1f07464d9cf87bbed981c4b463a3d0486760286bab351b28bf57
5
5
  SHA512:
6
- metadata.gz: ed9f04e52fc8fa209421e2ec92e9172f71710b6a34aa0293b9fec07bb49d871afea9168028c5f79916e91fba89ec388762140cc8cc21991a291f219ce39d52b2
7
- data.tar.gz: 9fa345b33459762099a65efdfd19ccd7f0dd35fed48036d3fb27727bc9622e1de1fcc4b337d803d98e6f74423e5703ef5f2c92ffa4fbbe124e61776b5696fa8a
6
+ metadata.gz: 3dbd3bed246ad1fdd8a984f9f517972ca52e05e0dd7270fda91157316e90f2b6b013b1f20f60e91931843ff3f20f4b43a957a0b0d85ebb0d1ca61cf4857b68d3
7
+ data.tar.gz: 84699b3be85bc112fbd9f67b6c57aae038b89ce5f7a5e5d7dcf9e7eab9687bba83e4b15a8b9defd20b95ceba971014acb7dc090dfe4652bb4af0eecc950c3994
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.85.0 (2023-11-05)
8
+
9
+ * Regenerated from discovery document revision 20231026
10
+
3
11
  ### v0.84.0 (2023-10-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20230923
@@ -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
@@ -972,7 +965,7 @@ module Google
972
965
  end
973
966
  end
974
967
 
975
- # The metadata proto of ResyncDataset method.
968
+ # The metadata proto of `ResyncDataset` method.
976
969
  class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
977
970
  include Google::Apis::Core::Hashable
978
971
 
@@ -981,8 +974,8 @@ module Google
981
974
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
982
975
  attr_accessor :common_metadata
983
976
 
984
- # The list of dataset resync statuses. Not checked when `dataset_documents` is
985
- # specified in ResyncRequest.
977
+ # The list of dataset resync statuses. Not checked when ResyncDatasetRequest.
978
+ # dataset_documents is specified.
986
979
  # Corresponds to the JSON property `datasetResyncStatuses`
987
980
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus>]
988
981
  attr_accessor :dataset_resync_statuses
@@ -7428,7 +7421,7 @@ module Google
7428
7421
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentId]
7429
7422
  attr_accessor :document_id
7430
7423
 
7431
- # Labelling state of the document.
7424
+ # Labeling state of the document.
7432
7425
  # Corresponds to the JSON property `labelingState`
7433
7426
  # @return [String]
7434
7427
  attr_accessor :labeling_state
@@ -10106,9 +10099,9 @@ module Google
10106
10099
  # @return [String]
10107
10100
  attr_accessor :page_token
10108
10101
 
10109
- # Optional. Controls if the ListDocuments request requires a total size of
10110
- # matched documents. See ListDocumentsResponse.total_size. Enabling this flag
10111
- # may adversely impact performance. Defaults to false.
10102
+ # Optional. Controls if the request requires a total size of matched documents.
10103
+ # See ListDocumentsResponse.total_size. Enabling this flag may adversely impact
10104
+ # performance. Defaults to false.
10112
10105
  # Corresponds to the JSON property `returnTotalSize`
10113
10106
  # @return [Boolean]
10114
10107
  attr_accessor :return_total_size
@@ -10116,10 +10109,10 @@ module Google
10116
10109
 
10117
10110
  # Optional. Number of results to skip beginning from the `page_token` if
10118
10111
  # provided. https://google.aip.dev/158#skipping-results. It must be a non-
10119
- # negative integer. Negative values wil be rejected. Note that this is not the
10112
+ # negative integer. Negative values will be rejected. Note that this is not the
10120
10113
  # number of pages to skip. If this value causes the cursor to move past the end
10121
- # of results, `ListDocumentsResponse.document_metadata` and `
10122
- # ListDocumentsResponse.next_page_token` will be empty.
10114
+ # of results, ListDocumentsResponse.document_metadata and ListDocumentsResponse.
10115
+ # next_page_token will be empty.
10123
10116
  # Corresponds to the JSON property `skip`
10124
10117
  # @return [Fixnum]
10125
10118
  attr_accessor :skip
@@ -10147,8 +10140,8 @@ module Google
10147
10140
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentMetadata>]
10148
10141
  attr_accessor :document_metadata
10149
10142
 
10150
- # A token, which can be sent as `page_token` to retrieve the next page. If this
10151
- # field is omitted, there are no subsequent pages.
10143
+ # A token, which can be sent as ListDocumentsRequest.page_token to retrieve the
10144
+ # next page. If this field is omitted, there are no subsequent pages.
10152
10145
  # Corresponds to the JSON property `nextPageToken`
10153
10146
  # @return [String]
10154
10147
  attr_accessor :next_page_token
@@ -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.84.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 = "20230923"
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.84.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-10-01 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.84.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: []