google-cloud-vision-v1p4beta1 0.3.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +1 -1
  3. data/README.md +3 -3
  4. data/lib/google/cloud/vision/v1p4beta1/face_pb.rb +24 -14
  5. data/lib/google/cloud/vision/v1p4beta1/geometry_pb.rb +23 -19
  6. data/lib/google/cloud/vision/v1p4beta1/image_annotator/client.rb +10 -10
  7. data/lib/google/cloud/vision/v1p4beta1/image_annotator/operations.rb +14 -16
  8. data/lib/google/cloud/vision/v1p4beta1/image_annotator/rest/client.rb +610 -0
  9. data/lib/google/cloud/vision/v1p4beta1/image_annotator/rest/operations.rb +793 -0
  10. data/lib/google/cloud/vision/v1p4beta1/image_annotator/rest/service_stub.rb +280 -0
  11. data/lib/google/cloud/vision/v1p4beta1/image_annotator/rest.rb +55 -0
  12. data/lib/google/cloud/vision/v1p4beta1/image_annotator.rb +7 -1
  13. data/lib/google/cloud/vision/v1p4beta1/image_annotator_pb.rb +33 -270
  14. data/lib/google/cloud/vision/v1p4beta1/product_search/client.rb +26 -34
  15. data/lib/google/cloud/vision/v1p4beta1/product_search/operations.rb +14 -16
  16. data/lib/google/cloud/vision/v1p4beta1/product_search/rest/client.rb +1973 -0
  17. data/lib/google/cloud/vision/v1p4beta1/product_search/rest/operations.rb +793 -0
  18. data/lib/google/cloud/vision/v1p4beta1/product_search/rest/service_stub.rb +1178 -0
  19. data/lib/google/cloud/vision/v1p4beta1/product_search/rest.rb +70 -0
  20. data/lib/google/cloud/vision/v1p4beta1/product_search.rb +7 -1
  21. data/lib/google/cloud/vision/v1p4beta1/product_search_pb.rb +27 -29
  22. data/lib/google/cloud/vision/v1p4beta1/product_search_service_pb.rb +28 -148
  23. data/lib/google/cloud/vision/v1p4beta1/rest.rb +38 -0
  24. data/lib/google/cloud/vision/v1p4beta1/text_annotation_pb.rb +25 -66
  25. data/lib/google/cloud/vision/v1p4beta1/version.rb +1 -1
  26. data/lib/google/cloud/vision/v1p4beta1/web_detection_pb.rb +23 -30
  27. data/lib/google/cloud/vision/v1p4beta1.rb +7 -2
  28. data/proto_docs/google/api/client.rb +381 -0
  29. data/proto_docs/google/api/launch_stage.rb +71 -0
  30. data/proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb +2 -1
  31. data/proto_docs/google/protobuf/any.rb +7 -4
  32. data/proto_docs/google/protobuf/timestamp.rb +1 -3
  33. data/proto_docs/google/rpc/status.rb +4 -2
  34. metadata +21 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 070ba314116367927e6e41f83f83c9f1ed02257f7f4238e2821bc6d9b2d201bf
4
- data.tar.gz: c375aaf238dcd4c995a94b22352d231877b1cf8f4887f0480062da7951c5b07c
3
+ metadata.gz: 5fad9aa9c8988ddd4753981a9a7dbb1c4fe9adaa724318fcb9a72caf590dd9ac
4
+ data.tar.gz: 91d48f015a9bb957384ed9e7c506b1f10050b1797eb21607aeeeece37d7a0689
5
5
  SHA512:
6
- metadata.gz: be034667ceafb2691c0cb946abbd2ff50ecffa042e57a376cc64082d8924d1a0c03a349bbc57f29ff8736bf70040d729405fec980ca0e33b608d5271e249f2f2
7
- data.tar.gz: 34fcc9612dbb1df554324c2e5af6918d9a801a5ef7b7413c0d2bc3fa9551946d89d5530c911fa4143becfd375a331a6743b245916ef3d244ec68788155508afb
6
+ metadata.gz: c70ced3ec7f9f9393e6bf679afa4015b44720d2e8900726ebc6e19486421e8c856ab9e7f044671871f423c5d7d5d74895b650121eba6733dcabe6dfbdcc4c702
7
+ data.tar.gz: d3de632f081a27a153697d6721cd497df1bda3dbcee416134c8f0ae49fe2cd5b228cc1509cf042a8babcbd317f28db2fd6b4dcf5b228626e6b7b5043605e2231
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud Vision V1p4beta1 API
2
2
 
3
- API Client library for the Cloud Vision V1p4beta1 API
3
+ Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.
4
4
 
5
5
  Cloud Vision API allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.
6
6
 
@@ -46,8 +46,8 @@ for general usage information.
46
46
  ## Enabling Logging
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
49
+ The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -1,26 +1,36 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/vision/v1p4beta1/face.proto
3
4
 
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/api/annotations_pb'
7
7
  require 'google/cloud/vision/v1p4beta1/geometry_pb'
8
8
 
9
- Google::Protobuf::DescriptorPool.generated_pool.build do
10
- add_file("google/cloud/vision/v1p4beta1/face.proto", :syntax => :proto3) do
11
- add_message "google.cloud.vision.v1p4beta1.FaceRecognitionParams" do
12
- repeated :celebrity_set, :string, 1
13
- end
14
- add_message "google.cloud.vision.v1p4beta1.Celebrity" do
15
- optional :name, :string, 1
16
- optional :display_name, :string, 2
17
- optional :description, :string, 3
18
- end
19
- add_message "google.cloud.vision.v1p4beta1.FaceRecognitionResult" do
20
- optional :celebrity, :message, 1, "google.cloud.vision.v1p4beta1.Celebrity"
21
- optional :confidence, :float, 2
9
+
10
+ descriptor_data = "\n(google/cloud/vision/v1p4beta1/face.proto\x12\x1dgoogle.cloud.vision.v1p4beta1\x1a,google/cloud/vision/v1p4beta1/geometry.proto\".\n\x15\x46\x61\x63\x65RecognitionParams\x12\x15\n\rcelebrity_set\x18\x01 \x03(\t\"D\n\tCelebrity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\"h\n\x15\x46\x61\x63\x65RecognitionResult\x12;\n\tcelebrity\x18\x01 \x01(\x0b\x32(.google.cloud.vision.v1p4beta1.Celebrity\x12\x12\n\nconfidence\x18\x02 \x01(\x02\x42z\n!com.google.cloud.vision.v1p4beta1B\x0e\x43\x65lebrityProtoP\x01Z9cloud.google.com/go/vision/apiv1p4beta1/visionpb;visionpb\xf8\x01\x01\xa2\x02\x04GCVNb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+
14
+ begin
15
+ pool.add_serialized_file(descriptor_data)
16
+ rescue TypeError => e
17
+ # Compatibility code: will be removed in the next major version.
18
+ require 'google/protobuf/descriptor_pb'
19
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
20
+ parsed.clear_dependency
21
+ serialized = parsed.class.encode(parsed)
22
+ file = pool.add_serialized_file(serialized)
23
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
24
+ imports = [
25
+ ]
26
+ imports.each do |type_name, expected_filename|
27
+ import_file = pool.lookup(type_name).file_descriptor
28
+ if import_file.name != expected_filename
29
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
22
30
  end
23
31
  end
32
+ warn "Each proto file must use a consistent fully-qualified name."
33
+ warn "This will become an error in the next major version."
24
34
  end
25
35
 
26
36
  module Google
@@ -1,30 +1,34 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/vision/v1p4beta1/geometry.proto
3
4
 
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/api/annotations_pb'
7
7
 
8
- Google::Protobuf::DescriptorPool.generated_pool.build do
9
- add_file("google/cloud/vision/v1p4beta1/geometry.proto", :syntax => :proto3) do
10
- add_message "google.cloud.vision.v1p4beta1.Vertex" do
11
- optional :x, :int32, 1
12
- optional :y, :int32, 2
13
- end
14
- add_message "google.cloud.vision.v1p4beta1.NormalizedVertex" do
15
- optional :x, :float, 1
16
- optional :y, :float, 2
17
- end
18
- add_message "google.cloud.vision.v1p4beta1.BoundingPoly" do
19
- repeated :vertices, :message, 1, "google.cloud.vision.v1p4beta1.Vertex"
20
- repeated :normalized_vertices, :message, 2, "google.cloud.vision.v1p4beta1.NormalizedVertex"
21
- end
22
- add_message "google.cloud.vision.v1p4beta1.Position" do
23
- optional :x, :float, 1
24
- optional :y, :float, 2
25
- optional :z, :float, 3
8
+ descriptor_data = "\n,google/cloud/vision/v1p4beta1/geometry.proto\x12\x1dgoogle.cloud.vision.v1p4beta1\"\x1e\n\x06Vertex\x12\t\n\x01x\x18\x01 \x01(\x05\x12\t\n\x01y\x18\x02 \x01(\x05\"(\n\x10NormalizedVertex\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\"\x95\x01\n\x0c\x42oundingPoly\x12\x37\n\x08vertices\x18\x01 \x03(\x0b\x32%.google.cloud.vision.v1p4beta1.Vertex\x12L\n\x13normalized_vertices\x18\x02 \x03(\x0b\x32/.google.cloud.vision.v1p4beta1.NormalizedVertex\"+\n\x08Position\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\t\n\x01z\x18\x03 \x01(\x02\x42y\n!com.google.cloud.vision.v1p4beta1B\rGeometryProtoP\x01Z9cloud.google.com/go/vision/apiv1p4beta1/visionpb;visionpb\xf8\x01\x01\xa2\x02\x04GCVNb\x06proto3"
9
+
10
+ pool = Google::Protobuf::DescriptorPool.generated_pool
11
+
12
+ begin
13
+ pool.add_serialized_file(descriptor_data)
14
+ rescue TypeError => e
15
+ # Compatibility code: will be removed in the next major version.
16
+ require 'google/protobuf/descriptor_pb'
17
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
18
+ parsed.clear_dependency
19
+ serialized = parsed.class.encode(parsed)
20
+ file = pool.add_serialized_file(serialized)
21
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
22
+ imports = [
23
+ ]
24
+ imports.each do |type_name, expected_filename|
25
+ import_file = pool.lookup(type_name).file_descriptor
26
+ if import_file.name != expected_filename
27
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
26
28
  end
27
29
  end
30
+ warn "Each proto file must use a consistent fully-qualified name."
31
+ warn "This will become an error in the next major version."
28
32
  end
29
33
 
30
34
  module Google
@@ -391,14 +391,14 @@ module Google
391
391
  # # Call the async_batch_annotate_images method.
392
392
  # result = client.async_batch_annotate_images request
393
393
  #
394
- # # The returned object is of type Gapic::Operation. You can use this
395
- # # object to check the status of an operation, cancel it, or wait
396
- # # for results. Here is how to block until completion:
394
+ # # The returned object is of type Gapic::Operation. You can use it to
395
+ # # check the status of an operation, cancel it, or wait for results.
396
+ # # Here is how to wait for a response.
397
397
  # result.wait_until_done! timeout: 60
398
398
  # if result.response?
399
399
  # p result.response
400
400
  # else
401
- # puts "Error!"
401
+ # puts "No response received."
402
402
  # end
403
403
  #
404
404
  def async_batch_annotate_images request, options = nil
@@ -481,14 +481,14 @@ module Google
481
481
  # # Call the async_batch_annotate_files method.
482
482
  # result = client.async_batch_annotate_files request
483
483
  #
484
- # # The returned object is of type Gapic::Operation. You can use this
485
- # # object to check the status of an operation, cancel it, or wait
486
- # # for results. Here is how to block until completion:
484
+ # # The returned object is of type Gapic::Operation. You can use it to
485
+ # # check the status of an operation, cancel it, or wait for results.
486
+ # # Here is how to wait for a response.
487
487
  # result.wait_until_done! timeout: 60
488
488
  # if result.response?
489
489
  # p result.response
490
490
  # else
491
- # puts "Error!"
491
+ # puts "No response received."
492
492
  # end
493
493
  #
494
494
  def async_batch_annotate_files request, options = nil
@@ -563,9 +563,9 @@ module Google
563
563
  # * (`String`) The path to a service account key file in JSON format
564
564
  # * (`Hash`) A service account key as a Hash
565
565
  # * (`Google::Auth::Credentials`) A googleauth credentials object
566
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
566
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
567
567
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
568
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
568
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
569
569
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
570
570
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
571
571
  # * (`nil`) indicating no credentials
@@ -158,13 +158,11 @@ module Google
158
158
  # # Call the list_operations method.
159
159
  # result = client.list_operations request
160
160
  #
161
- # # The returned object is of type Gapic::PagedEnumerable. You can
162
- # # iterate over all elements by calling #each, and the enumerable
163
- # # will lazily make API calls to fetch subsequent pages. Other
164
- # # methods are also available for managing paging directly.
165
- # result.each do |response|
161
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
162
+ # # over elements, and API calls will be issued to fetch pages as needed.
163
+ # result.each do |item|
166
164
  # # Each element is of type ::Google::Longrunning::Operation.
167
- # p response
165
+ # p item
168
166
  # end
169
167
  #
170
168
  def list_operations request, options = nil
@@ -253,14 +251,14 @@ module Google
253
251
  # # Call the get_operation method.
254
252
  # result = client.get_operation request
255
253
  #
256
- # # The returned object is of type Gapic::Operation. You can use this
257
- # # object to check the status of an operation, cancel it, or wait
258
- # # for results. Here is how to block until completion:
254
+ # # The returned object is of type Gapic::Operation. You can use it to
255
+ # # check the status of an operation, cancel it, or wait for results.
256
+ # # Here is how to wait for a response.
259
257
  # result.wait_until_done! timeout: 60
260
258
  # if result.response?
261
259
  # p result.response
262
260
  # else
263
- # puts "Error!"
261
+ # puts "No response received."
264
262
  # end
265
263
  #
266
264
  def get_operation request, options = nil
@@ -540,14 +538,14 @@ module Google
540
538
  # # Call the wait_operation method.
541
539
  # result = client.wait_operation request
542
540
  #
543
- # # The returned object is of type Gapic::Operation. You can use this
544
- # # object to check the status of an operation, cancel it, or wait
545
- # # for results. Here is how to block until completion:
541
+ # # The returned object is of type Gapic::Operation. You can use it to
542
+ # # check the status of an operation, cancel it, or wait for results.
543
+ # # Here is how to wait for a response.
546
544
  # result.wait_until_done! timeout: 60
547
545
  # if result.response?
548
546
  # p result.response
549
547
  # else
550
- # puts "Error!"
548
+ # puts "No response received."
551
549
  # end
552
550
  #
553
551
  def wait_operation request, options = nil
@@ -622,9 +620,9 @@ module Google
622
620
  # * (`String`) The path to a service account key file in JSON format
623
621
  # * (`Hash`) A service account key as a Hash
624
622
  # * (`Google::Auth::Credentials`) A googleauth credentials object
625
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
623
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
626
624
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
627
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
625
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
628
626
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
629
627
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
630
628
  # * (`nil`) indicating no credentials