google-cloud-vision_ai-v1 1.0.0 → 1.0.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.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/vision_ai/v1/app_platform/client.rb +2 -2
  3. data/lib/google/cloud/vision_ai/v1/app_platform/operations.rb +2 -2
  4. data/lib/google/cloud/vision_ai/v1/app_platform/rest/client.rb +1 -1
  5. data/lib/google/cloud/vision_ai/v1/app_platform/rest/operations.rb +1 -1
  6. data/lib/google/cloud/vision_ai/v1/health_check_service/client.rb +2 -2
  7. data/lib/google/cloud/vision_ai/v1/health_check_service/rest/client.rb +1 -1
  8. data/lib/google/cloud/vision_ai/v1/live_video_analytics/client.rb +2 -2
  9. data/lib/google/cloud/vision_ai/v1/live_video_analytics/operations.rb +2 -2
  10. data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/client.rb +1 -1
  11. data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/operations.rb +1 -1
  12. data/lib/google/cloud/vision_ai/v1/streaming_service/client.rb +2 -2
  13. data/lib/google/cloud/vision_ai/v1/streaming_service/rest/client.rb +1 -1
  14. data/lib/google/cloud/vision_ai/v1/streams_service/client.rb +2 -2
  15. data/lib/google/cloud/vision_ai/v1/streams_service/operations.rb +2 -2
  16. data/lib/google/cloud/vision_ai/v1/streams_service/rest/client.rb +1 -1
  17. data/lib/google/cloud/vision_ai/v1/streams_service/rest/operations.rb +1 -1
  18. data/lib/google/cloud/vision_ai/v1/version.rb +1 -1
  19. data/lib/google/cloud/vision_ai/v1/warehouse/client.rb +2 -2
  20. data/lib/google/cloud/vision_ai/v1/warehouse/operations.rb +2 -2
  21. data/lib/google/cloud/vision_ai/v1/warehouse/rest/client.rb +1 -1
  22. data/lib/google/cloud/vision_ai/v1/warehouse/rest/operations.rb +1 -1
  23. data/proto_docs/google/api/client.rb +6 -0
  24. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5955662a32778a5b414ba419dc2fc7252178997587768c8a9f5949689a7727c3
4
- data.tar.gz: caad99bff99d5e670bd3e63d42760e408fa610fa88a65faaaed6850ed12d423e
3
+ metadata.gz: bf6d66c6b35ca8e25140037e741ea3802046fccc049fbb63206c0fc27ccd0aa6
4
+ data.tar.gz: e28d75738b60a3a4cf53cc2b8ad40bc9e9c8f92fc2fc73a08ff91d91d1391ca0
5
5
  SHA512:
6
- metadata.gz: 1f8568b79ae24498166e27b5bbfb307af1adfb3125c813b4d6ad98e842cc9155495b58af6e73cec116bde09ee7e6c92caed39774f56a72bd1a75f23015665a1b
7
- data.tar.gz: ff13c132f28dfa5714ac2fd4597a657f3b1804de9a35b67c7b7eec145febb37359c6c64b1dcebc664dc8a43de3aaa6b3bc35d29b17c1a1806a7f0c5774e4730c
6
+ metadata.gz: 8b5d114ef31da1fa8b6c0a419f4bef1fdeffd04d75b3ff9b5d040082263b5e23b32f00fe623859bce331e67ffca03fa00ce88753bb574a9f9ffb23824ff98515
7
+ data.tar.gz: 3f13e760ddf5d467ea7b5dc816f2f1d4d384f9f6bbfe0a2c350ed80927e3b5d79f70ceca6797d9a26c18b136cab37f45cabf8e1d8f3070483cc84b91febd7375
@@ -3089,8 +3089,8 @@ module Google
3089
3089
 
3090
3090
  config_attr :endpoint, nil, ::String, nil
3091
3091
  config_attr :credentials, nil do |value|
3092
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3093
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3092
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3093
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3094
3094
  allowed.any? { |klass| klass === value }
3095
3095
  end
3096
3096
  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
@@ -2891,7 +2891,7 @@ module Google
2891
2891
 
2892
2892
  config_attr :endpoint, nil, ::String, nil
2893
2893
  config_attr :credentials, nil do |value|
2894
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2894
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2895
2895
  allowed.any? { |klass| klass === value }
2896
2896
  end
2897
2897
  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
@@ -406,8 +406,8 @@ module Google
406
406
 
407
407
  config_attr :endpoint, nil, ::String, nil
408
408
  config_attr :credentials, nil do |value|
409
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
410
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
409
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
410
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
411
411
  allowed.any? { |klass| klass === value }
412
412
  end
413
413
  config_attr :scope, nil, ::String, ::Array, nil
@@ -383,7 +383,7 @@ module Google
383
383
 
384
384
  config_attr :endpoint, nil, ::String, nil
385
385
  config_attr :credentials, nil do |value|
386
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
386
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
387
387
  allowed.any? { |klass| klass === value }
388
388
  end
389
389
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2203,8 +2203,8 @@ module Google
2203
2203
 
2204
2204
  config_attr :endpoint, nil, ::String, nil
2205
2205
  config_attr :credentials, nil do |value|
2206
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2207
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2206
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2207
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2208
2208
  allowed.any? { |klass| klass === value }
2209
2209
  end
2210
2210
  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
@@ -2061,7 +2061,7 @@ module Google
2061
2061
 
2062
2062
  config_attr :endpoint, nil, ::String, nil
2063
2063
  config_attr :credentials, nil do |value|
2064
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2064
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2065
2065
  allowed.any? { |klass| klass === value }
2066
2066
  end
2067
2067
  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
@@ -825,8 +825,8 @@ module Google
825
825
 
826
826
  config_attr :endpoint, nil, ::String, nil
827
827
  config_attr :credentials, nil do |value|
828
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
829
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
828
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
829
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
830
830
  allowed.any? { |klass| klass === value }
831
831
  end
832
832
  config_attr :scope, nil, ::String, ::Array, nil
@@ -554,7 +554,7 @@ module Google
554
554
 
555
555
  config_attr :endpoint, nil, ::String, nil
556
556
  config_attr :credentials, nil do |value|
557
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
557
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
558
558
  allowed.any? { |klass| klass === value }
559
559
  end
560
560
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2723,8 +2723,8 @@ module Google
2723
2723
 
2724
2724
  config_attr :endpoint, nil, ::String, nil
2725
2725
  config_attr :credentials, nil do |value|
2726
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2727
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2726
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2727
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2728
2728
  allowed.any? { |klass| klass === value }
2729
2729
  end
2730
2730
  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
@@ -2546,7 +2546,7 @@ module Google
2546
2546
 
2547
2547
  config_attr :endpoint, nil, ::String, nil
2548
2548
  config_attr :credentials, nil do |value|
2549
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2549
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2550
2550
  allowed.any? { |klass| klass === value }
2551
2551
  end
2552
2552
  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 VisionAI
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
@@ -6447,8 +6447,8 @@ module Google
6447
6447
 
6448
6448
  config_attr :endpoint, nil, ::String, nil
6449
6449
  config_attr :credentials, nil do |value|
6450
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
6451
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
6450
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
6451
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
6452
6452
  allowed.any? { |klass| klass === value }
6453
6453
  end
6454
6454
  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
@@ -5911,7 +5911,7 @@ module Google
5911
5911
 
5912
5912
  config_attr :endpoint, nil, ::String, nil
5913
5913
  config_attr :credentials, nil do |value|
5914
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
5914
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
5915
5915
  allowed.any? { |klass| klass === value }
5916
5916
  end
5917
5917
  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
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 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
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.6.3
216
+ rubygems_version: 3.6.8
217
217
  specification_version: 4
218
218
  summary: API Client library for the Vision AI V1 API
219
219
  test_files: []