google-apis-documentai_v1beta2 0.55.0 → 0.56.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: 17994f50a204dd1906f266d01831b637500a51051a1249cf9a1b3968d6b2c07f
4
- data.tar.gz: 1f7d06c80849c66189ce2f64ed6322db98a288772308ce8a1cbcb1646588d6bc
3
+ metadata.gz: c393dcbb0f21eae686be3a9eca9e6f922192cabf464b40180df2f8412977d83d
4
+ data.tar.gz: ba964ca7359a2e4894b048fd3acf055bf2213e47bf75bb356f9883a64c0951e9
5
5
  SHA512:
6
- metadata.gz: be16b9b1c12a841319cb4ebe74bf5f58ab867740e3c1530019ba9c185b9675b314c836df5ce868bdbb925cdfe925c1d34a89399c13e8807eb8ec4200a4930c81
7
- data.tar.gz: 76ae92f4ffed8f30027b68bb1e2dfb8a60b0b196b8e5bea774b3fc4f24c071c496a22e5602712098972927bc8c294ff3ca8f4220101ca46c62af975d0b9d03d5
6
+ metadata.gz: 1a079238354b25cefde19238632ea90b708bb81acffbd362c616b24a2736186394eacfbd09074f44594e5f3ea7dd6a676eb9ac25f95dbc176d307e819c188782
7
+ data.tar.gz: 409511964ed8a2d707c14e36886a7fda0f1ace6cf6cf8d556ecb2712cd4bd523f7c06f31fafd6a8ad39a5d881fc15cf3a1fe866215965897f62e9cf23e5cb551
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.56.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
3
7
  ### v0.55.0 (2023-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230129
@@ -381,11 +381,6 @@ module Google
381
381
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3RevisionRef]
382
382
  attr_accessor :revision_ref
383
383
 
384
- # The revision reference specifies which revision on the document to read.
385
- # Corresponds to the JSON property `revisionReference`
386
- # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3RevisionReference]
387
- attr_accessor :revision_reference
388
-
389
384
  def initialize(**args)
390
385
  update!(**args)
391
386
  end
@@ -394,7 +389,6 @@ module Google
394
389
  def update!(**args)
395
390
  @gcs_managed_doc_id = args[:gcs_managed_doc_id] if args.key?(:gcs_managed_doc_id)
396
391
  @revision_ref = args[:revision_ref] if args.key?(:revision_ref)
397
- @revision_reference = args[:revision_reference] if args.key?(:revision_reference)
398
392
  end
399
393
  end
400
394
 
@@ -941,37 +935,6 @@ module Google
941
935
  end
942
936
  end
943
937
 
944
- # The revision reference specifies which revision on the document to read.
945
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
946
- include Google::Apis::Core::Hashable
947
-
948
- # Reads the revision generated by the processor version.
949
- # Corresponds to the JSON property `latestProcessorVersion`
950
- # @return [String]
951
- attr_accessor :latest_processor_version
952
-
953
- # Reads the revision by the predefined case.
954
- # Corresponds to the JSON property `revisionCase`
955
- # @return [String]
956
- attr_accessor :revision_case
957
-
958
- # Reads the revision given by the id.
959
- # Corresponds to the JSON property `revisionId`
960
- # @return [String]
961
- attr_accessor :revision_id
962
-
963
- def initialize(**args)
964
- update!(**args)
965
- end
966
-
967
- # Update properties of this object
968
- def update!(**args)
969
- @latest_processor_version = args[:latest_processor_version] if args.key?(:latest_processor_version)
970
- @revision_case = args[:revision_case] if args.key?(:revision_case)
971
- @revision_id = args[:revision_id] if args.key?(:revision_id)
972
- end
973
- end
974
-
975
938
  # The long running operation metadata for set default processor version method.
976
939
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
977
940
  include Google::Apis::Core::Hashable
@@ -3067,7 +3030,8 @@ module Google
3067
3030
  # @return [String]
3068
3031
  attr_accessor :agent
3069
3032
 
3070
- # The time that the revision was created.
3033
+ # The time that the revision was created, internally generated by doc proto
3034
+ # storage at the time of create.
3071
3035
  # Corresponds to the JSON property `createTime`
3072
3036
  # @return [String]
3073
3037
  attr_accessor :create_time
@@ -3077,7 +3041,8 @@ module Google
3077
3041
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview]
3078
3042
  attr_accessor :human_review
3079
3043
 
3080
- # Id of the revision. Unique within the context of the document.
3044
+ # Id of the revision, internally generated by doc proto storage. Unique within
3045
+ # the context of the document.
3081
3046
  # Corresponds to the JSON property `id`
3082
3047
  # @return [String]
3083
3048
  attr_accessor :id
@@ -5048,7 +5013,8 @@ module Google
5048
5013
  # @return [String]
5049
5014
  attr_accessor :agent
5050
5015
 
5051
- # The time that the revision was created.
5016
+ # The time that the revision was created, internally generated by doc proto
5017
+ # storage at the time of create.
5052
5018
  # Corresponds to the JSON property `createTime`
5053
5019
  # @return [String]
5054
5020
  attr_accessor :create_time
@@ -5058,7 +5024,8 @@ module Google
5058
5024
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview]
5059
5025
  attr_accessor :human_review
5060
5026
 
5061
- # Id of the revision. Unique within the context of the document.
5027
+ # Id of the revision, internally generated by doc proto storage. Unique within
5028
+ # the context of the document.
5062
5029
  # Corresponds to the JSON property `id`
5063
5030
  # @return [String]
5064
5031
  attr_accessor :id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230129"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
@@ -250,12 +250,6 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
253
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
260
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
255
 
@@ -1416,8 +1410,6 @@ module Google
1416
1410
 
1417
1411
  property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
1418
1412
 
1419
- property :revision_reference, as: 'revisionReference', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3RevisionReference, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3RevisionReference::Representation
1420
-
1421
1413
  end
1422
1414
  end
1423
1415
 
@@ -1610,15 +1602,6 @@ module Google
1610
1602
  end
1611
1603
  end
1612
1604
 
1613
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
1614
- # @private
1615
- class Representation < Google::Apis::Core::JsonRepresentation
1616
- property :latest_processor_version, as: 'latestProcessorVersion'
1617
- property :revision_case, as: 'revisionCase'
1618
- property :revision_id, as: 'revisionId'
1619
- end
1620
- end
1621
-
1622
1605
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
1623
1606
  # @private
1624
1607
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-12 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []