google-apis-documentai_v1 0.57.0 → 0.59.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: f42761e7b423b4e13281330b22004f8e696bbedce43b6105d46a67128945b5ff
4
- data.tar.gz: c055ab82ad1c723fadae5824b1830c3390ccd89d67b5cda17169a5afa38c9762
3
+ metadata.gz: 448911c959a7410df415a535c003ab0fc6f1f0ea1ed8a7d2cc3cf874f1e2c252
4
+ data.tar.gz: 8f91a6911a21699e4e86b86c11e22259d40f6556c139c4d9a11e9c31b094fa38
5
5
  SHA512:
6
- metadata.gz: 85b7b9a3158e91de8b87fe111359237baaf7c31b846233e91537c17f8a2cbc4b5e32260e5f6361fcb64f82a1716416f5e0b4b5d06a4c5acf34ef0e9c60280c3a
7
- data.tar.gz: 855422fa34965b4ac121968fc4256a13332d85b1dd4c49551ed2449d6f412b823e99c9b929682bad3a8d52d827e647bb6281daecdee23ce86e559bdeb82bbb2c
6
+ metadata.gz: cb9f7e6666e5ec2a4850a2f877ddb12c9fd3af8d962300e9dadb7085857d6245849ee53583a91e5a5b855afe6f6ab2f465ee72852da4b6093f44cec61898b3ce
7
+ data.tar.gz: 898d7b4f355999ae8f62673fae9ac5e10a8cb1e0212528173c4544ca471a040944b3360126a4a68a6a8c45ca34303ddc8e4b725c4cd2e561c40431c3aab5c500
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.59.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.58.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230202
10
+
3
11
  ### v0.57.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230129
@@ -381,11 +381,6 @@ module Google
381
381
  # @return [Google::Apis::DocumentaiV1::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::DocumentaiV1::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
@@ -2891,7 +2854,8 @@ module Google
2891
2854
  # @return [String]
2892
2855
  attr_accessor :agent
2893
2856
 
2894
- # The time that the revision was created.
2857
+ # The time that the revision was created, internally generated by doc proto
2858
+ # storage at the time of create.
2895
2859
  # Corresponds to the JSON property `createTime`
2896
2860
  # @return [String]
2897
2861
  attr_accessor :create_time
@@ -2901,7 +2865,8 @@ module Google
2901
2865
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview]
2902
2866
  attr_accessor :human_review
2903
2867
 
2904
- # Id of the revision. Unique within the context of the document.
2868
+ # Id of the revision, internally generated by doc proto storage. Unique within
2869
+ # the context of the document.
2905
2870
  # Corresponds to the JSON property `id`
2906
2871
  # @return [String]
2907
2872
  attr_accessor :id
@@ -6134,7 +6099,8 @@ module Google
6134
6099
  # @return [String]
6135
6100
  attr_accessor :agent
6136
6101
 
6137
- # The time that the revision was created.
6102
+ # The time that the revision was created, internally generated by doc proto
6103
+ # storage at the time of create.
6138
6104
  # Corresponds to the JSON property `createTime`
6139
6105
  # @return [String]
6140
6106
  attr_accessor :create_time
@@ -6144,7 +6110,8 @@ module Google
6144
6110
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview]
6145
6111
  attr_accessor :human_review
6146
6112
 
6147
- # Id of the revision. Unique within the context of the document.
6113
+ # Id of the revision, internally generated by doc proto storage. Unique within
6114
+ # the context of the document.
6148
6115
  # Corresponds to the JSON property `id`
6149
6116
  # @return [String]
6150
6117
  attr_accessor :id
@@ -8075,7 +8042,8 @@ module Google
8075
8042
  # @return [String]
8076
8043
  attr_accessor :agent
8077
8044
 
8078
- # The time that the revision was created.
8045
+ # The time that the revision was created, internally generated by doc proto
8046
+ # storage at the time of create.
8079
8047
  # Corresponds to the JSON property `createTime`
8080
8048
  # @return [String]
8081
8049
  attr_accessor :create_time
@@ -8085,7 +8053,8 @@ module Google
8085
8053
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview]
8086
8054
  attr_accessor :human_review
8087
8055
 
8088
- # Id of the revision. Unique within the context of the document.
8056
+ # Id of the revision, internally generated by doc proto storage. Unique within
8057
+ # the context of the document.
8089
8058
  # Corresponds to the JSON property `id`
8090
8059
  # @return [String]
8091
8060
  attr_accessor :id
@@ -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.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
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
 
@@ -1866,8 +1860,6 @@ module Google
1866
1860
 
1867
1861
  property :revision_ref, as: 'revisionRef', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionRef, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionRef::Representation
1868
1862
 
1869
- property :revision_reference, as: 'revisionReference', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionReference, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3RevisionReference::Representation
1870
-
1871
1863
  end
1872
1864
  end
1873
1865
 
@@ -2060,15 +2052,6 @@ module Google
2060
2052
  end
2061
2053
  end
2062
2054
 
2063
- class GoogleCloudDocumentaiUiv1beta3RevisionReference
2064
- # @private
2065
- class Representation < Google::Apis::Core::JsonRepresentation
2066
- property :latest_processor_version, as: 'latestProcessorVersion'
2067
- property :revision_case, as: 'revisionCase'
2068
- property :revision_id, as: 'revisionId'
2069
- end
2070
- end
2071
-
2072
2055
  class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
2073
2056
  # @private
2074
2057
  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.57.0
4
+ version: 0.59.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-19 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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/main/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []