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
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/vision/v1p4beta1/image_annotator.proto
3
4
 
@@ -12,283 +13,45 @@ require 'google/cloud/vision/v1p4beta1/product_search_pb'
12
13
  require 'google/cloud/vision/v1p4beta1/text_annotation_pb'
13
14
  require 'google/cloud/vision/v1p4beta1/web_detection_pb'
14
15
  require 'google/longrunning/operations_pb'
15
- require 'google/protobuf/field_mask_pb'
16
16
  require 'google/protobuf/timestamp_pb'
17
17
  require 'google/rpc/status_pb'
18
18
  require 'google/type/color_pb'
19
19
  require 'google/type/latlng_pb'
20
20
 
21
- Google::Protobuf::DescriptorPool.generated_pool.build do
22
- add_file("google/cloud/vision/v1p4beta1/image_annotator.proto", :syntax => :proto3) do
23
- add_message "google.cloud.vision.v1p4beta1.Feature" do
24
- optional :type, :enum, 1, "google.cloud.vision.v1p4beta1.Feature.Type"
25
- optional :max_results, :int32, 2
26
- optional :model, :string, 3
27
- end
28
- add_enum "google.cloud.vision.v1p4beta1.Feature.Type" do
29
- value :TYPE_UNSPECIFIED, 0
30
- value :FACE_DETECTION, 1
31
- value :LANDMARK_DETECTION, 2
32
- value :LOGO_DETECTION, 3
33
- value :LABEL_DETECTION, 4
34
- value :TEXT_DETECTION, 5
35
- value :DOCUMENT_TEXT_DETECTION, 11
36
- value :SAFE_SEARCH_DETECTION, 6
37
- value :IMAGE_PROPERTIES, 7
38
- value :CROP_HINTS, 9
39
- value :WEB_DETECTION, 10
40
- value :PRODUCT_SEARCH, 12
41
- value :OBJECT_LOCALIZATION, 19
42
- end
43
- add_message "google.cloud.vision.v1p4beta1.ImageSource" do
44
- optional :gcs_image_uri, :string, 1
45
- optional :image_uri, :string, 2
46
- end
47
- add_message "google.cloud.vision.v1p4beta1.Image" do
48
- optional :content, :bytes, 1
49
- optional :source, :message, 2, "google.cloud.vision.v1p4beta1.ImageSource"
50
- end
51
- add_message "google.cloud.vision.v1p4beta1.FaceAnnotation" do
52
- optional :bounding_poly, :message, 1, "google.cloud.vision.v1p4beta1.BoundingPoly"
53
- optional :fd_bounding_poly, :message, 2, "google.cloud.vision.v1p4beta1.BoundingPoly"
54
- repeated :landmarks, :message, 3, "google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark"
55
- optional :roll_angle, :float, 4
56
- optional :pan_angle, :float, 5
57
- optional :tilt_angle, :float, 6
58
- optional :detection_confidence, :float, 7
59
- optional :landmarking_confidence, :float, 8
60
- optional :joy_likelihood, :enum, 9, "google.cloud.vision.v1p4beta1.Likelihood"
61
- optional :sorrow_likelihood, :enum, 10, "google.cloud.vision.v1p4beta1.Likelihood"
62
- optional :anger_likelihood, :enum, 11, "google.cloud.vision.v1p4beta1.Likelihood"
63
- optional :surprise_likelihood, :enum, 12, "google.cloud.vision.v1p4beta1.Likelihood"
64
- optional :under_exposed_likelihood, :enum, 13, "google.cloud.vision.v1p4beta1.Likelihood"
65
- optional :blurred_likelihood, :enum, 14, "google.cloud.vision.v1p4beta1.Likelihood"
66
- optional :headwear_likelihood, :enum, 15, "google.cloud.vision.v1p4beta1.Likelihood"
67
- repeated :recognition_result, :message, 16, "google.cloud.vision.v1p4beta1.FaceRecognitionResult"
68
- end
69
- add_message "google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark" do
70
- optional :type, :enum, 3, "google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark.Type"
71
- optional :position, :message, 4, "google.cloud.vision.v1p4beta1.Position"
72
- end
73
- add_enum "google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark.Type" do
74
- value :UNKNOWN_LANDMARK, 0
75
- value :LEFT_EYE, 1
76
- value :RIGHT_EYE, 2
77
- value :LEFT_OF_LEFT_EYEBROW, 3
78
- value :RIGHT_OF_LEFT_EYEBROW, 4
79
- value :LEFT_OF_RIGHT_EYEBROW, 5
80
- value :RIGHT_OF_RIGHT_EYEBROW, 6
81
- value :MIDPOINT_BETWEEN_EYES, 7
82
- value :NOSE_TIP, 8
83
- value :UPPER_LIP, 9
84
- value :LOWER_LIP, 10
85
- value :MOUTH_LEFT, 11
86
- value :MOUTH_RIGHT, 12
87
- value :MOUTH_CENTER, 13
88
- value :NOSE_BOTTOM_RIGHT, 14
89
- value :NOSE_BOTTOM_LEFT, 15
90
- value :NOSE_BOTTOM_CENTER, 16
91
- value :LEFT_EYE_TOP_BOUNDARY, 17
92
- value :LEFT_EYE_RIGHT_CORNER, 18
93
- value :LEFT_EYE_BOTTOM_BOUNDARY, 19
94
- value :LEFT_EYE_LEFT_CORNER, 20
95
- value :RIGHT_EYE_TOP_BOUNDARY, 21
96
- value :RIGHT_EYE_RIGHT_CORNER, 22
97
- value :RIGHT_EYE_BOTTOM_BOUNDARY, 23
98
- value :RIGHT_EYE_LEFT_CORNER, 24
99
- value :LEFT_EYEBROW_UPPER_MIDPOINT, 25
100
- value :RIGHT_EYEBROW_UPPER_MIDPOINT, 26
101
- value :LEFT_EAR_TRAGION, 27
102
- value :RIGHT_EAR_TRAGION, 28
103
- value :LEFT_EYE_PUPIL, 29
104
- value :RIGHT_EYE_PUPIL, 30
105
- value :FOREHEAD_GLABELLA, 31
106
- value :CHIN_GNATHION, 32
107
- value :CHIN_LEFT_GONION, 33
108
- value :CHIN_RIGHT_GONION, 34
109
- end
110
- add_message "google.cloud.vision.v1p4beta1.LocationInfo" do
111
- optional :lat_lng, :message, 1, "google.type.LatLng"
112
- end
113
- add_message "google.cloud.vision.v1p4beta1.Property" do
114
- optional :name, :string, 1
115
- optional :value, :string, 2
116
- optional :uint64_value, :uint64, 3
117
- end
118
- add_message "google.cloud.vision.v1p4beta1.EntityAnnotation" do
119
- optional :mid, :string, 1
120
- optional :locale, :string, 2
121
- optional :description, :string, 3
122
- optional :score, :float, 4
123
- optional :confidence, :float, 5
124
- optional :topicality, :float, 6
125
- optional :bounding_poly, :message, 7, "google.cloud.vision.v1p4beta1.BoundingPoly"
126
- repeated :locations, :message, 8, "google.cloud.vision.v1p4beta1.LocationInfo"
127
- repeated :properties, :message, 9, "google.cloud.vision.v1p4beta1.Property"
128
- end
129
- add_message "google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation" do
130
- optional :mid, :string, 1
131
- optional :language_code, :string, 2
132
- optional :name, :string, 3
133
- optional :score, :float, 4
134
- optional :bounding_poly, :message, 5, "google.cloud.vision.v1p4beta1.BoundingPoly"
135
- end
136
- add_message "google.cloud.vision.v1p4beta1.SafeSearchAnnotation" do
137
- optional :adult, :enum, 1, "google.cloud.vision.v1p4beta1.Likelihood"
138
- optional :spoof, :enum, 2, "google.cloud.vision.v1p4beta1.Likelihood"
139
- optional :medical, :enum, 3, "google.cloud.vision.v1p4beta1.Likelihood"
140
- optional :violence, :enum, 4, "google.cloud.vision.v1p4beta1.Likelihood"
141
- optional :racy, :enum, 9, "google.cloud.vision.v1p4beta1.Likelihood"
142
- end
143
- add_message "google.cloud.vision.v1p4beta1.LatLongRect" do
144
- optional :min_lat_lng, :message, 1, "google.type.LatLng"
145
- optional :max_lat_lng, :message, 2, "google.type.LatLng"
146
- end
147
- add_message "google.cloud.vision.v1p4beta1.ColorInfo" do
148
- optional :color, :message, 1, "google.type.Color"
149
- optional :score, :float, 2
150
- optional :pixel_fraction, :float, 3
151
- end
152
- add_message "google.cloud.vision.v1p4beta1.DominantColorsAnnotation" do
153
- repeated :colors, :message, 1, "google.cloud.vision.v1p4beta1.ColorInfo"
154
- end
155
- add_message "google.cloud.vision.v1p4beta1.ImageProperties" do
156
- optional :dominant_colors, :message, 1, "google.cloud.vision.v1p4beta1.DominantColorsAnnotation"
157
- end
158
- add_message "google.cloud.vision.v1p4beta1.CropHint" do
159
- optional :bounding_poly, :message, 1, "google.cloud.vision.v1p4beta1.BoundingPoly"
160
- optional :confidence, :float, 2
161
- optional :importance_fraction, :float, 3
162
- end
163
- add_message "google.cloud.vision.v1p4beta1.CropHintsAnnotation" do
164
- repeated :crop_hints, :message, 1, "google.cloud.vision.v1p4beta1.CropHint"
165
- end
166
- add_message "google.cloud.vision.v1p4beta1.CropHintsParams" do
167
- repeated :aspect_ratios, :float, 1
168
- end
169
- add_message "google.cloud.vision.v1p4beta1.WebDetectionParams" do
170
- optional :include_geo_results, :bool, 2
171
- end
172
- add_message "google.cloud.vision.v1p4beta1.TextDetectionParams" do
173
- optional :enable_text_detection_confidence_score, :bool, 9
174
- repeated :advanced_ocr_options, :string, 11
175
- end
176
- add_message "google.cloud.vision.v1p4beta1.ImageContext" do
177
- optional :lat_long_rect, :message, 1, "google.cloud.vision.v1p4beta1.LatLongRect"
178
- repeated :language_hints, :string, 2
179
- optional :crop_hints_params, :message, 4, "google.cloud.vision.v1p4beta1.CropHintsParams"
180
- optional :face_recognition_params, :message, 10, "google.cloud.vision.v1p4beta1.FaceRecognitionParams"
181
- optional :product_search_params, :message, 5, "google.cloud.vision.v1p4beta1.ProductSearchParams"
182
- optional :web_detection_params, :message, 6, "google.cloud.vision.v1p4beta1.WebDetectionParams"
183
- optional :text_detection_params, :message, 12, "google.cloud.vision.v1p4beta1.TextDetectionParams"
184
- end
185
- add_message "google.cloud.vision.v1p4beta1.AnnotateImageRequest" do
186
- optional :image, :message, 1, "google.cloud.vision.v1p4beta1.Image"
187
- repeated :features, :message, 2, "google.cloud.vision.v1p4beta1.Feature"
188
- optional :image_context, :message, 3, "google.cloud.vision.v1p4beta1.ImageContext"
189
- end
190
- add_message "google.cloud.vision.v1p4beta1.ImageAnnotationContext" do
191
- optional :uri, :string, 1
192
- optional :page_number, :int32, 2
193
- end
194
- add_message "google.cloud.vision.v1p4beta1.AnnotateImageResponse" do
195
- repeated :face_annotations, :message, 1, "google.cloud.vision.v1p4beta1.FaceAnnotation"
196
- repeated :landmark_annotations, :message, 2, "google.cloud.vision.v1p4beta1.EntityAnnotation"
197
- repeated :logo_annotations, :message, 3, "google.cloud.vision.v1p4beta1.EntityAnnotation"
198
- repeated :label_annotations, :message, 4, "google.cloud.vision.v1p4beta1.EntityAnnotation"
199
- repeated :localized_object_annotations, :message, 22, "google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation"
200
- repeated :text_annotations, :message, 5, "google.cloud.vision.v1p4beta1.EntityAnnotation"
201
- optional :full_text_annotation, :message, 12, "google.cloud.vision.v1p4beta1.TextAnnotation"
202
- optional :safe_search_annotation, :message, 6, "google.cloud.vision.v1p4beta1.SafeSearchAnnotation"
203
- optional :image_properties_annotation, :message, 8, "google.cloud.vision.v1p4beta1.ImageProperties"
204
- optional :crop_hints_annotation, :message, 11, "google.cloud.vision.v1p4beta1.CropHintsAnnotation"
205
- optional :web_detection, :message, 13, "google.cloud.vision.v1p4beta1.WebDetection"
206
- optional :product_search_results, :message, 14, "google.cloud.vision.v1p4beta1.ProductSearchResults"
207
- optional :error, :message, 9, "google.rpc.Status"
208
- optional :context, :message, 21, "google.cloud.vision.v1p4beta1.ImageAnnotationContext"
209
- end
210
- add_message "google.cloud.vision.v1p4beta1.BatchAnnotateImagesRequest" do
211
- repeated :requests, :message, 1, "google.cloud.vision.v1p4beta1.AnnotateImageRequest"
212
- end
213
- add_message "google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse" do
214
- repeated :responses, :message, 1, "google.cloud.vision.v1p4beta1.AnnotateImageResponse"
215
- end
216
- add_message "google.cloud.vision.v1p4beta1.AnnotateFileRequest" do
217
- optional :input_config, :message, 1, "google.cloud.vision.v1p4beta1.InputConfig"
218
- repeated :features, :message, 2, "google.cloud.vision.v1p4beta1.Feature"
219
- optional :image_context, :message, 3, "google.cloud.vision.v1p4beta1.ImageContext"
220
- repeated :pages, :int32, 4
221
- end
222
- add_message "google.cloud.vision.v1p4beta1.AnnotateFileResponse" do
223
- optional :input_config, :message, 1, "google.cloud.vision.v1p4beta1.InputConfig"
224
- repeated :responses, :message, 2, "google.cloud.vision.v1p4beta1.AnnotateImageResponse"
225
- optional :total_pages, :int32, 3
226
- optional :error, :message, 4, "google.rpc.Status"
227
- end
228
- add_message "google.cloud.vision.v1p4beta1.BatchAnnotateFilesRequest" do
229
- repeated :requests, :message, 1, "google.cloud.vision.v1p4beta1.AnnotateFileRequest"
230
- end
231
- add_message "google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse" do
232
- repeated :responses, :message, 1, "google.cloud.vision.v1p4beta1.AnnotateFileResponse"
233
- end
234
- add_message "google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest" do
235
- optional :input_config, :message, 1, "google.cloud.vision.v1p4beta1.InputConfig"
236
- repeated :features, :message, 2, "google.cloud.vision.v1p4beta1.Feature"
237
- optional :image_context, :message, 3, "google.cloud.vision.v1p4beta1.ImageContext"
238
- optional :output_config, :message, 4, "google.cloud.vision.v1p4beta1.OutputConfig"
239
- end
240
- add_message "google.cloud.vision.v1p4beta1.AsyncAnnotateFileResponse" do
241
- optional :output_config, :message, 1, "google.cloud.vision.v1p4beta1.OutputConfig"
242
- end
243
- add_message "google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesRequest" do
244
- repeated :requests, :message, 1, "google.cloud.vision.v1p4beta1.AnnotateImageRequest"
245
- optional :output_config, :message, 2, "google.cloud.vision.v1p4beta1.OutputConfig"
246
- end
247
- add_message "google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponse" do
248
- optional :output_config, :message, 1, "google.cloud.vision.v1p4beta1.OutputConfig"
249
- end
250
- add_message "google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesRequest" do
251
- repeated :requests, :message, 1, "google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest"
252
- end
253
- add_message "google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesResponse" do
254
- repeated :responses, :message, 1, "google.cloud.vision.v1p4beta1.AsyncAnnotateFileResponse"
255
- end
256
- add_message "google.cloud.vision.v1p4beta1.InputConfig" do
257
- optional :gcs_source, :message, 1, "google.cloud.vision.v1p4beta1.GcsSource"
258
- optional :content, :bytes, 3
259
- optional :mime_type, :string, 2
260
- end
261
- add_message "google.cloud.vision.v1p4beta1.OutputConfig" do
262
- optional :gcs_destination, :message, 1, "google.cloud.vision.v1p4beta1.GcsDestination"
263
- optional :batch_size, :int32, 2
264
- end
265
- add_message "google.cloud.vision.v1p4beta1.GcsSource" do
266
- optional :uri, :string, 1
267
- end
268
- add_message "google.cloud.vision.v1p4beta1.GcsDestination" do
269
- optional :uri, :string, 1
270
- end
271
- add_message "google.cloud.vision.v1p4beta1.OperationMetadata" do
272
- optional :state, :enum, 1, "google.cloud.vision.v1p4beta1.OperationMetadata.State"
273
- optional :create_time, :message, 5, "google.protobuf.Timestamp"
274
- optional :update_time, :message, 6, "google.protobuf.Timestamp"
275
- end
276
- add_enum "google.cloud.vision.v1p4beta1.OperationMetadata.State" do
277
- value :STATE_UNSPECIFIED, 0
278
- value :CREATED, 1
279
- value :RUNNING, 2
280
- value :DONE, 3
281
- value :CANCELLED, 4
282
- end
283
- add_enum "google.cloud.vision.v1p4beta1.Likelihood" do
284
- value :UNKNOWN, 0
285
- value :VERY_UNLIKELY, 1
286
- value :UNLIKELY, 2
287
- value :POSSIBLE, 3
288
- value :LIKELY, 4
289
- value :VERY_LIKELY, 5
21
+
22
+ descriptor_data = "\n3google/cloud/vision/v1p4beta1/image_annotator.proto\x12\x1dgoogle.cloud.vision.v1p4beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a(google/cloud/vision/v1p4beta1/face.proto\x1a,google/cloud/vision/v1p4beta1/geometry.proto\x1a\x32google/cloud/vision/v1p4beta1/product_search.proto\x1a\x33google/cloud/vision/v1p4beta1/text_annotation.proto\x1a\x31google/cloud/vision/v1p4beta1/web_detection.proto\x1a#google/longrunning/operations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17google/rpc/status.proto\x1a\x17google/type/color.proto\x1a\x18google/type/latlng.proto\"\x8e\x03\n\x07\x46\x65\x61ture\x12\x39\n\x04type\x18\x01 \x01(\x0e\x32+.google.cloud.vision.v1p4beta1.Feature.Type\x12\x13\n\x0bmax_results\x18\x02 \x01(\x05\x12\r\n\x05model\x18\x03 \x01(\t\"\xa3\x02\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x46\x41\x43\x45_DETECTION\x10\x01\x12\x16\n\x12LANDMARK_DETECTION\x10\x02\x12\x12\n\x0eLOGO_DETECTION\x10\x03\x12\x13\n\x0fLABEL_DETECTION\x10\x04\x12\x12\n\x0eTEXT_DETECTION\x10\x05\x12\x1b\n\x17\x44OCUMENT_TEXT_DETECTION\x10\x0b\x12\x19\n\x15SAFE_SEARCH_DETECTION\x10\x06\x12\x14\n\x10IMAGE_PROPERTIES\x10\x07\x12\x0e\n\nCROP_HINTS\x10\t\x12\x11\n\rWEB_DETECTION\x10\n\x12\x12\n\x0ePRODUCT_SEARCH\x10\x0c\x12\x17\n\x13OBJECT_LOCALIZATION\x10\x13\"7\n\x0bImageSource\x12\x15\n\rgcs_image_uri\x18\x01 \x01(\t\x12\x11\n\timage_uri\x18\x02 \x01(\t\"T\n\x05Image\x12\x0f\n\x07\x63ontent\x18\x01 \x01(\x0c\x12:\n\x06source\x18\x02 \x01(\x0b\x32*.google.cloud.vision.v1p4beta1.ImageSource\"\xed\x0e\n\x0e\x46\x61\x63\x65\x41nnotation\x12\x42\n\rbounding_poly\x18\x01 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.BoundingPoly\x12\x45\n\x10\x66\x64_bounding_poly\x18\x02 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.BoundingPoly\x12I\n\tlandmarks\x18\x03 \x03(\x0b\x32\x36.google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark\x12\x12\n\nroll_angle\x18\x04 \x01(\x02\x12\x11\n\tpan_angle\x18\x05 \x01(\x02\x12\x12\n\ntilt_angle\x18\x06 \x01(\x02\x12\x1c\n\x14\x64\x65tection_confidence\x18\x07 \x01(\x02\x12\x1e\n\x16landmarking_confidence\x18\x08 \x01(\x02\x12\x41\n\x0ejoy_likelihood\x18\t \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x44\n\x11sorrow_likelihood\x18\n \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x43\n\x10\x61nger_likelihood\x18\x0b \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x46\n\x13surprise_likelihood\x18\x0c \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12K\n\x18under_exposed_likelihood\x18\r \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x45\n\x12\x62lurred_likelihood\x18\x0e \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x46\n\x13headwear_likelihood\x18\x0f \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12P\n\x12recognition_result\x18\x10 \x03(\x0b\x32\x34.google.cloud.vision.v1p4beta1.FaceRecognitionResult\x1a\xc7\x07\n\x08Landmark\x12I\n\x04type\x18\x03 \x01(\x0e\x32;.google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark.Type\x12\x39\n\x08position\x18\x04 \x01(\x0b\x32\'.google.cloud.vision.v1p4beta1.Position\"\xb4\x06\n\x04Type\x12\x14\n\x10UNKNOWN_LANDMARK\x10\x00\x12\x0c\n\x08LEFT_EYE\x10\x01\x12\r\n\tRIGHT_EYE\x10\x02\x12\x18\n\x14LEFT_OF_LEFT_EYEBROW\x10\x03\x12\x19\n\x15RIGHT_OF_LEFT_EYEBROW\x10\x04\x12\x19\n\x15LEFT_OF_RIGHT_EYEBROW\x10\x05\x12\x1a\n\x16RIGHT_OF_RIGHT_EYEBROW\x10\x06\x12\x19\n\x15MIDPOINT_BETWEEN_EYES\x10\x07\x12\x0c\n\x08NOSE_TIP\x10\x08\x12\r\n\tUPPER_LIP\x10\t\x12\r\n\tLOWER_LIP\x10\n\x12\x0e\n\nMOUTH_LEFT\x10\x0b\x12\x0f\n\x0bMOUTH_RIGHT\x10\x0c\x12\x10\n\x0cMOUTH_CENTER\x10\r\x12\x15\n\x11NOSE_BOTTOM_RIGHT\x10\x0e\x12\x14\n\x10NOSE_BOTTOM_LEFT\x10\x0f\x12\x16\n\x12NOSE_BOTTOM_CENTER\x10\x10\x12\x19\n\x15LEFT_EYE_TOP_BOUNDARY\x10\x11\x12\x19\n\x15LEFT_EYE_RIGHT_CORNER\x10\x12\x12\x1c\n\x18LEFT_EYE_BOTTOM_BOUNDARY\x10\x13\x12\x18\n\x14LEFT_EYE_LEFT_CORNER\x10\x14\x12\x1a\n\x16RIGHT_EYE_TOP_BOUNDARY\x10\x15\x12\x1a\n\x16RIGHT_EYE_RIGHT_CORNER\x10\x16\x12\x1d\n\x19RIGHT_EYE_BOTTOM_BOUNDARY\x10\x17\x12\x19\n\x15RIGHT_EYE_LEFT_CORNER\x10\x18\x12\x1f\n\x1bLEFT_EYEBROW_UPPER_MIDPOINT\x10\x19\x12 \n\x1cRIGHT_EYEBROW_UPPER_MIDPOINT\x10\x1a\x12\x14\n\x10LEFT_EAR_TRAGION\x10\x1b\x12\x15\n\x11RIGHT_EAR_TRAGION\x10\x1c\x12\x12\n\x0eLEFT_EYE_PUPIL\x10\x1d\x12\x13\n\x0fRIGHT_EYE_PUPIL\x10\x1e\x12\x15\n\x11\x46OREHEAD_GLABELLA\x10\x1f\x12\x11\n\rCHIN_GNATHION\x10 \x12\x14\n\x10\x43HIN_LEFT_GONION\x10!\x12\x15\n\x11\x43HIN_RIGHT_GONION\x10\"\"4\n\x0cLocationInfo\x12$\n\x07lat_lng\x18\x01 \x01(\x0b\x32\x13.google.type.LatLng\"=\n\x08Property\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12\x14\n\x0cuint64_value\x18\x03 \x01(\x04\"\xc0\x02\n\x10\x45ntityAnnotation\x12\x0b\n\x03mid\x18\x01 \x01(\t\x12\x0e\n\x06locale\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x16\n\nconfidence\x18\x05 \x01(\x02\x42\x02\x18\x01\x12\x12\n\ntopicality\x18\x06 \x01(\x02\x12\x42\n\rbounding_poly\x18\x07 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.BoundingPoly\x12>\n\tlocations\x18\x08 \x03(\x0b\x32+.google.cloud.vision.v1p4beta1.LocationInfo\x12;\n\nproperties\x18\t \x03(\x0b\x32\'.google.cloud.vision.v1p4beta1.Property\"\xa0\x01\n\x19LocalizedObjectAnnotation\x12\x0b\n\x03mid\x18\x01 \x01(\t\x12\x15\n\rlanguage_code\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x42\n\rbounding_poly\x18\x05 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.BoundingPoly\"\xbc\x02\n\x14SafeSearchAnnotation\x12\x38\n\x05\x61\x64ult\x18\x01 \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x38\n\x05spoof\x18\x02 \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12:\n\x07medical\x18\x03 \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12;\n\x08violence\x18\x04 \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\x12\x37\n\x04racy\x18\t \x01(\x0e\x32).google.cloud.vision.v1p4beta1.Likelihood\"a\n\x0bLatLongRect\x12(\n\x0bmin_lat_lng\x18\x01 \x01(\x0b\x32\x13.google.type.LatLng\x12(\n\x0bmax_lat_lng\x18\x02 \x01(\x0b\x32\x13.google.type.LatLng\"U\n\tColorInfo\x12!\n\x05\x63olor\x18\x01 \x01(\x0b\x32\x12.google.type.Color\x12\r\n\x05score\x18\x02 \x01(\x02\x12\x16\n\x0epixel_fraction\x18\x03 \x01(\x02\"T\n\x18\x44ominantColorsAnnotation\x12\x38\n\x06\x63olors\x18\x01 \x03(\x0b\x32(.google.cloud.vision.v1p4beta1.ColorInfo\"c\n\x0fImageProperties\x12P\n\x0f\x64ominant_colors\x18\x01 \x01(\x0b\x32\x37.google.cloud.vision.v1p4beta1.DominantColorsAnnotation\"\x7f\n\x08\x43ropHint\x12\x42\n\rbounding_poly\x18\x01 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.BoundingPoly\x12\x12\n\nconfidence\x18\x02 \x01(\x02\x12\x1b\n\x13importance_fraction\x18\x03 \x01(\x02\"R\n\x13\x43ropHintsAnnotation\x12;\n\ncrop_hints\x18\x01 \x03(\x0b\x32\'.google.cloud.vision.v1p4beta1.CropHint\"(\n\x0f\x43ropHintsParams\x12\x15\n\raspect_ratios\x18\x01 \x03(\x02\"1\n\x12WebDetectionParams\x12\x1b\n\x13include_geo_results\x18\x02 \x01(\x08\"c\n\x13TextDetectionParams\x12.\n&enable_text_detection_confidence_score\x18\t \x01(\x08\x12\x1c\n\x14\x61\x64vanced_ocr_options\x18\x0b \x03(\t\"\x82\x04\n\x0cImageContext\x12\x41\n\rlat_long_rect\x18\x01 \x01(\x0b\x32*.google.cloud.vision.v1p4beta1.LatLongRect\x12\x16\n\x0elanguage_hints\x18\x02 \x03(\t\x12I\n\x11\x63rop_hints_params\x18\x04 \x01(\x0b\x32..google.cloud.vision.v1p4beta1.CropHintsParams\x12U\n\x17\x66\x61\x63\x65_recognition_params\x18\n \x01(\x0b\x32\x34.google.cloud.vision.v1p4beta1.FaceRecognitionParams\x12Q\n\x15product_search_params\x18\x05 \x01(\x0b\x32\x32.google.cloud.vision.v1p4beta1.ProductSearchParams\x12O\n\x14web_detection_params\x18\x06 \x01(\x0b\x32\x31.google.cloud.vision.v1p4beta1.WebDetectionParams\x12Q\n\x15text_detection_params\x18\x0c \x01(\x0b\x32\x32.google.cloud.vision.v1p4beta1.TextDetectionParams\"\xc9\x01\n\x14\x41nnotateImageRequest\x12\x33\n\x05image\x18\x01 \x01(\x0b\x32$.google.cloud.vision.v1p4beta1.Image\x12\x38\n\x08\x66\x65\x61tures\x18\x02 \x03(\x0b\x32&.google.cloud.vision.v1p4beta1.Feature\x12\x42\n\rimage_context\x18\x03 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.ImageContext\":\n\x16ImageAnnotationContext\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x13\n\x0bpage_number\x18\x02 \x01(\x05\"\xbf\x08\n\x15\x41nnotateImageResponse\x12G\n\x10\x66\x61\x63\x65_annotations\x18\x01 \x03(\x0b\x32-.google.cloud.vision.v1p4beta1.FaceAnnotation\x12M\n\x14landmark_annotations\x18\x02 \x03(\x0b\x32/.google.cloud.vision.v1p4beta1.EntityAnnotation\x12I\n\x10logo_annotations\x18\x03 \x03(\x0b\x32/.google.cloud.vision.v1p4beta1.EntityAnnotation\x12J\n\x11label_annotations\x18\x04 \x03(\x0b\x32/.google.cloud.vision.v1p4beta1.EntityAnnotation\x12^\n\x1clocalized_object_annotations\x18\x16 \x03(\x0b\x32\x38.google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation\x12I\n\x10text_annotations\x18\x05 \x03(\x0b\x32/.google.cloud.vision.v1p4beta1.EntityAnnotation\x12K\n\x14\x66ull_text_annotation\x18\x0c \x01(\x0b\x32-.google.cloud.vision.v1p4beta1.TextAnnotation\x12S\n\x16safe_search_annotation\x18\x06 \x01(\x0b\x32\x33.google.cloud.vision.v1p4beta1.SafeSearchAnnotation\x12S\n\x1bimage_properties_annotation\x18\x08 \x01(\x0b\x32..google.cloud.vision.v1p4beta1.ImageProperties\x12Q\n\x15\x63rop_hints_annotation\x18\x0b \x01(\x0b\x32\x32.google.cloud.vision.v1p4beta1.CropHintsAnnotation\x12\x42\n\rweb_detection\x18\r \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.WebDetection\x12S\n\x16product_search_results\x18\x0e \x01(\x0b\x32\x33.google.cloud.vision.v1p4beta1.ProductSearchResults\x12!\n\x05\x65rror\x18\t \x01(\x0b\x32\x12.google.rpc.Status\x12\x46\n\x07\x63ontext\x18\x15 \x01(\x0b\x32\x35.google.cloud.vision.v1p4beta1.ImageAnnotationContext\"h\n\x1a\x42\x61tchAnnotateImagesRequest\x12J\n\x08requests\x18\x01 \x03(\x0b\x32\x33.google.cloud.vision.v1p4beta1.AnnotateImageRequestB\x03\xe0\x41\x02\"f\n\x1b\x42\x61tchAnnotateImagesResponse\x12G\n\tresponses\x18\x01 \x03(\x0b\x32\x34.google.cloud.vision.v1p4beta1.AnnotateImageResponse\"\xe4\x01\n\x13\x41nnotateFileRequest\x12@\n\x0cinput_config\x18\x01 \x01(\x0b\x32*.google.cloud.vision.v1p4beta1.InputConfig\x12\x38\n\x08\x66\x65\x61tures\x18\x02 \x03(\x0b\x32&.google.cloud.vision.v1p4beta1.Feature\x12\x42\n\rimage_context\x18\x03 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.ImageContext\x12\r\n\x05pages\x18\x04 \x03(\x05\"\xd9\x01\n\x14\x41nnotateFileResponse\x12@\n\x0cinput_config\x18\x01 \x01(\x0b\x32*.google.cloud.vision.v1p4beta1.InputConfig\x12G\n\tresponses\x18\x02 \x03(\x0b\x32\x34.google.cloud.vision.v1p4beta1.AnnotateImageResponse\x12\x13\n\x0btotal_pages\x18\x03 \x01(\x05\x12!\n\x05\x65rror\x18\x04 \x01(\x0b\x32\x12.google.rpc.Status\"f\n\x19\x42\x61tchAnnotateFilesRequest\x12I\n\x08requests\x18\x01 \x03(\x0b\x32\x32.google.cloud.vision.v1p4beta1.AnnotateFileRequestB\x03\xe0\x41\x02\"d\n\x1a\x42\x61tchAnnotateFilesResponse\x12\x46\n\tresponses\x18\x01 \x03(\x0b\x32\x33.google.cloud.vision.v1p4beta1.AnnotateFileResponse\"\x9e\x02\n\x18\x41syncAnnotateFileRequest\x12@\n\x0cinput_config\x18\x01 \x01(\x0b\x32*.google.cloud.vision.v1p4beta1.InputConfig\x12\x38\n\x08\x66\x65\x61tures\x18\x02 \x03(\x0b\x32&.google.cloud.vision.v1p4beta1.Feature\x12\x42\n\rimage_context\x18\x03 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.ImageContext\x12\x42\n\routput_config\x18\x04 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.OutputConfig\"_\n\x19\x41syncAnnotateFileResponse\x12\x42\n\routput_config\x18\x01 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.OutputConfig\"\xb6\x01\n\x1f\x41syncBatchAnnotateImagesRequest\x12J\n\x08requests\x18\x01 \x03(\x0b\x32\x33.google.cloud.vision.v1p4beta1.AnnotateImageRequestB\x03\xe0\x41\x02\x12G\n\routput_config\x18\x02 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.OutputConfigB\x03\xe0\x41\x02\"f\n AsyncBatchAnnotateImagesResponse\x12\x42\n\routput_config\x18\x01 \x01(\x0b\x32+.google.cloud.vision.v1p4beta1.OutputConfig\"p\n\x1e\x41syncBatchAnnotateFilesRequest\x12N\n\x08requests\x18\x01 \x03(\x0b\x32\x37.google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequestB\x03\xe0\x41\x02\"n\n\x1f\x41syncBatchAnnotateFilesResponse\x12K\n\tresponses\x18\x01 \x03(\x0b\x32\x38.google.cloud.vision.v1p4beta1.AsyncAnnotateFileResponse\"o\n\x0bInputConfig\x12<\n\ngcs_source\x18\x01 \x01(\x0b\x32(.google.cloud.vision.v1p4beta1.GcsSource\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\x0c\x12\x11\n\tmime_type\x18\x02 \x01(\t\"j\n\x0cOutputConfig\x12\x46\n\x0fgcs_destination\x18\x01 \x01(\x0b\x32-.google.cloud.vision.v1p4beta1.GcsDestination\x12\x12\n\nbatch_size\x18\x02 \x01(\x05\"\x18\n\tGcsSource\x12\x0b\n\x03uri\x18\x01 \x01(\t\"\x1d\n\x0eGcsDestination\x12\x0b\n\x03uri\x18\x01 \x01(\t\"\x8f\x02\n\x11OperationMetadata\x12\x45\n\x05state\x18\x01 \x01(\x0e\x32\x36.google.cloud.vision.v1p4beta1.OperationMetadata.State\x12/\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"Q\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43REATED\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x08\n\x04\x44ONE\x10\x03\x12\r\n\tCANCELLED\x10\x04*e\n\nLikelihood\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x11\n\rVERY_UNLIKELY\x10\x01\x12\x0c\n\x08UNLIKELY\x10\x02\x12\x0c\n\x08POSSIBLE\x10\x03\x12\n\n\x06LIKELY\x10\x04\x12\x0f\n\x0bVERY_LIKELY\x10\x05\x32\xf1\x07\n\x0eImageAnnotator\x12\xbe\x01\n\x13\x42\x61tchAnnotateImages\x12\x39.google.cloud.vision.v1p4beta1.BatchAnnotateImagesRequest\x1a:.google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse\"0\x82\xd3\xe4\x93\x02\x1f\"\x1a/v1p4beta1/images:annotate:\x01*\xda\x41\x08requests\x12\xba\x01\n\x12\x42\x61tchAnnotateFiles\x12\x38.google.cloud.vision.v1p4beta1.BatchAnnotateFilesRequest\x1a\x39.google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse\"/\x82\xd3\xe4\x93\x02\x1e\"\x19/v1p4beta1/files:annotate:\x01*\xda\x41\x08requests\x12\xfc\x01\n\x18\x41syncBatchAnnotateImages\x12>.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesRequest\x1a\x1d.google.longrunning.Operation\"\x80\x01\x82\xd3\xe4\x93\x02)\"$/v1p4beta1/images:asyncBatchAnnotate:\x01*\xda\x41\x16requests,output_config\xca\x41\x35\n AsyncBatchAnnotateImagesResponse\x12\x11OperationMetadata\x12\xe9\x01\n\x17\x41syncBatchAnnotateFiles\x12=.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesRequest\x1a\x1d.google.longrunning.Operation\"p\x82\xd3\xe4\x93\x02(\"#/v1p4beta1/files:asyncBatchAnnotate:\x01*\xda\x41\x08requests\xca\x41\x34\n\x1f\x41syncBatchAnnotateFilesResponse\x12\x11OperationMetadata\x1av\xca\x41\x15vision.googleapis.com\xd2\x41[https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-visionB\x7f\n!com.google.cloud.vision.v1p4beta1B\x13ImageAnnotatorProtoP\x01Z9cloud.google.com/go/vision/apiv1p4beta1/visionpb;visionpb\xf8\x01\x01\xa2\x02\x04GCVNb\x06proto3"
23
+
24
+ pool = Google::Protobuf::DescriptorPool.generated_pool
25
+
26
+ begin
27
+ pool.add_serialized_file(descriptor_data)
28
+ rescue TypeError => e
29
+ # Compatibility code: will be removed in the next major version.
30
+ require 'google/protobuf/descriptor_pb'
31
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
32
+ parsed.clear_dependency
33
+ serialized = parsed.class.encode(parsed)
34
+ file = pool.add_serialized_file(serialized)
35
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
36
+ imports = [
37
+ ["google.cloud.vision.v1p4beta1.BoundingPoly", "google/cloud/vision/v1p4beta1/geometry.proto"],
38
+ ["google.cloud.vision.v1p4beta1.FaceRecognitionResult", "google/cloud/vision/v1p4beta1/face.proto"],
39
+ ["google.type.LatLng", "google/type/latlng.proto"],
40
+ ["google.type.Color", "google/type/color.proto"],
41
+ ["google.cloud.vision.v1p4beta1.ProductSearchParams", "google/cloud/vision/v1p4beta1/product_search.proto"],
42
+ ["google.cloud.vision.v1p4beta1.TextAnnotation", "google/cloud/vision/v1p4beta1/text_annotation.proto"],
43
+ ["google.cloud.vision.v1p4beta1.WebDetection", "google/cloud/vision/v1p4beta1/web_detection.proto"],
44
+ ["google.rpc.Status", "google/rpc/status.proto"],
45
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
46
+ ]
47
+ imports.each do |type_name, expected_filename|
48
+ import_file = pool.lookup(type_name).file_descriptor
49
+ if import_file.name != expected_filename
50
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
290
51
  end
291
52
  end
53
+ warn "Each proto file must use a consistent fully-qualified name."
54
+ warn "This will become an error in the next major version."
292
55
  end
293
56
 
294
57
  module Google
@@ -415,13 +415,11 @@ module Google
415
415
  # # Call the list_product_sets method.
416
416
  # result = client.list_product_sets request
417
417
  #
418
- # # The returned object is of type Gapic::PagedEnumerable. You can
419
- # # iterate over all elements by calling #each, and the enumerable
420
- # # will lazily make API calls to fetch subsequent pages. Other
421
- # # methods are also available for managing paging directly.
422
- # result.each do |response|
418
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
419
+ # # over elements, and API calls will be issued to fetch pages as needed.
420
+ # result.each do |item|
423
421
  # # Each element is of type ::Google::Cloud::Vision::V1p4beta1::ProductSet.
424
- # p response
422
+ # p item
425
423
  # end
426
424
  #
427
425
  def list_product_sets request, options = nil
@@ -900,13 +898,11 @@ module Google
900
898
  # # Call the list_products method.
901
899
  # result = client.list_products request
902
900
  #
903
- # # The returned object is of type Gapic::PagedEnumerable. You can
904
- # # iterate over all elements by calling #each, and the enumerable
905
- # # will lazily make API calls to fetch subsequent pages. Other
906
- # # methods are also available for managing paging directly.
907
- # result.each do |response|
901
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
902
+ # # over elements, and API calls will be issued to fetch pages as needed.
903
+ # result.each do |item|
908
904
  # # Each element is of type ::Google::Cloud::Vision::V1p4beta1::Product.
909
- # p response
905
+ # p item
910
906
  # end
911
907
  #
912
908
  def list_products request, options = nil
@@ -1508,13 +1504,11 @@ module Google
1508
1504
  # # Call the list_reference_images method.
1509
1505
  # result = client.list_reference_images request
1510
1506
  #
1511
- # # The returned object is of type Gapic::PagedEnumerable. You can
1512
- # # iterate over all elements by calling #each, and the enumerable
1513
- # # will lazily make API calls to fetch subsequent pages. Other
1514
- # # methods are also available for managing paging directly.
1515
- # result.each do |response|
1507
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
1508
+ # # over elements, and API calls will be issued to fetch pages as needed.
1509
+ # result.each do |item|
1516
1510
  # # Each element is of type ::Google::Cloud::Vision::V1p4beta1::ReferenceImage.
1517
- # p response
1511
+ # p item
1518
1512
  # end
1519
1513
  #
1520
1514
  def list_reference_images request, options = nil
@@ -1900,13 +1894,11 @@ module Google
1900
1894
  # # Call the list_products_in_product_set method.
1901
1895
  # result = client.list_products_in_product_set request
1902
1896
  #
1903
- # # The returned object is of type Gapic::PagedEnumerable. You can
1904
- # # iterate over all elements by calling #each, and the enumerable
1905
- # # will lazily make API calls to fetch subsequent pages. Other
1906
- # # methods are also available for managing paging directly.
1907
- # result.each do |response|
1897
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
1898
+ # # over elements, and API calls will be issued to fetch pages as needed.
1899
+ # result.each do |item|
1908
1900
  # # Each element is of type ::Google::Cloud::Vision::V1p4beta1::Product.
1909
- # p response
1901
+ # p item
1910
1902
  # end
1911
1903
  #
1912
1904
  def list_products_in_product_set request, options = nil
@@ -2006,14 +1998,14 @@ module Google
2006
1998
  # # Call the import_product_sets method.
2007
1999
  # result = client.import_product_sets request
2008
2000
  #
2009
- # # The returned object is of type Gapic::Operation. You can use this
2010
- # # object to check the status of an operation, cancel it, or wait
2011
- # # for results. Here is how to block until completion:
2001
+ # # The returned object is of type Gapic::Operation. You can use it to
2002
+ # # check the status of an operation, cancel it, or wait for results.
2003
+ # # Here is how to wait for a response.
2012
2004
  # result.wait_until_done! timeout: 60
2013
2005
  # if result.response?
2014
2006
  # p result.response
2015
2007
  # else
2016
- # puts "Error!"
2008
+ # puts "No response received."
2017
2009
  # end
2018
2010
  #
2019
2011
  def import_product_sets request, options = nil
@@ -2132,14 +2124,14 @@ module Google
2132
2124
  # # Call the purge_products method.
2133
2125
  # result = client.purge_products request
2134
2126
  #
2135
- # # The returned object is of type Gapic::Operation. You can use this
2136
- # # object to check the status of an operation, cancel it, or wait
2137
- # # for results. Here is how to block until completion:
2127
+ # # The returned object is of type Gapic::Operation. You can use it to
2128
+ # # check the status of an operation, cancel it, or wait for results.
2129
+ # # Here is how to wait for a response.
2138
2130
  # result.wait_until_done! timeout: 60
2139
2131
  # if result.response?
2140
2132
  # p result.response
2141
2133
  # else
2142
- # puts "Error!"
2134
+ # puts "No response received."
2143
2135
  # end
2144
2136
  #
2145
2137
  def purge_products request, options = nil
@@ -2222,9 +2214,9 @@ module Google
2222
2214
  # * (`String`) The path to a service account key file in JSON format
2223
2215
  # * (`Hash`) A service account key as a Hash
2224
2216
  # * (`Google::Auth::Credentials`) A googleauth credentials object
2225
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
2217
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
2226
2218
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
2227
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
2219
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
2228
2220
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2229
2221
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2230
2222
  # * (`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