google-cloud-document_ai-v1 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 886f4d03daab04bf00272ff43f202d48132d35166fc1ee6833654d7af8ec7861
4
- data.tar.gz: 4ff80089d2efbdb9176e1492d56dba81225ff3860ca13574a9d5c2b67924af75
3
+ metadata.gz: b4db073737e5512aebd6484096a1dbcbd505da327dc2670ba5ffc320727e9885
4
+ data.tar.gz: 4d78ce308cab57e347252326023239eb3106b70c4e8f6fb9542650aefd1f8e23
5
5
  SHA512:
6
- metadata.gz: ea9549bdf16b4b56712075b2d74fa97bf83162194d6be2c4486719d8b667766b44456275c65f5510b80ebce9071ed0bbdaa328b05cdc000d3e5b160599a6780e
7
- data.tar.gz: 7c8beaa6d18c84f00c462ef4b7590f2e3fcaee77ad804637c1e6eb71d9718b036e2398493cd105bda7ee48b65f64fe91445d2ecbaa91939d81085f4fac2163a5
6
+ metadata.gz: 12691e80d2078f01416974c5cc0d3aec9470fe7b881bda9ea89480047744e1a93ae8aead6a23218a504ad9351fa583d92c6dcb5874740fcaeafe5235414158ba
7
+ data.tar.gz: 9f8ab63ec64d55546bb8d4eca0606b6ed5476a552926a93b2454fd59ba2ba30e742bc25dee5a06d0d54a6e3c4375ac0478e48a3480d3f4a3d29c580c4b0e5e9b
@@ -2502,8 +2502,8 @@ module Google
2502
2502
 
2503
2503
  config_attr :endpoint, nil, ::String, nil
2504
2504
  config_attr :credentials, nil do |value|
2505
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2506
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2505
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2506
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2507
2507
  allowed.any? { |klass| klass === value }
2508
2508
  end
2509
2509
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2333,7 +2333,7 @@ module Google
2333
2333
 
2334
2334
  config_attr :endpoint, nil, ::String, nil
2335
2335
  config_attr :credentials, nil do |value|
2336
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2336
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2337
2337
  allowed.any? { |klass| klass === value }
2338
2338
  end
2339
2339
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "1.5.0"
24
+ VERSION = "1.5.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
150
  requirements: []
151
- rubygems_version: 3.6.5
151
+ rubygems_version: 3.6.8
152
152
  specification_version: 4
153
153
  summary: Service to parse structured information from unstructured or semi-structured
154
154
  documents using state-of-the-art Google AI such as natural language, computer vision,