google-cloud-vision-v1p3beta1 0.2.3 → 0.2.4

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: c25449bf32edc9b890979b41ecaf717f8dabc566c2b8a9f882cfd88f127be526
4
- data.tar.gz: 8ada7b57d6ff941ab0c657aabf6f893cbd2479ed4bff4aa0f61ca822afe1b6fb
3
+ metadata.gz: 9946e7c01582598447f5e5a684dd8299867887017aad2ff7b792b8866781ebec
4
+ data.tar.gz: 35f3dcbdac46d401ee2608d60c618070cfb39aebc2100507b8f062c73ea90a30
5
5
  SHA512:
6
- metadata.gz: e7b734a155e8a9f3a85abbf3b99992cc5ba2e29c7c5c3e39e834e507e973f379fe307d76891a9b79a9c864ee100556f2a27adfd54c47ccf5adf0194ccd91c022
7
- data.tar.gz: fcf9b452d770de449cf780bf938a22c6a947d87305707a23fb7cbcd4ee38223a58f03b0ea3f67bbe976965f152424ea2d63a32551ca0a65c7e3eeb9e5117d0a0
6
+ metadata.gz: dd1ffe9868e0ea41e679d4bd9c851c5d9f59571a342e380f411026701d40710790f199f72345f35af35cfc8b2f2bd1b3fb659c7849fdfed07648d9f3d168a4fa
7
+ data.tar.gz: 744eefc0e48b4e47d67d3d40ab78382fdea8002e0156da8338d6a5874fd85b4ff587227b5e6f4f06498cfb5aab1fcfe4ab2a14fe50ff3ec3f2693e02fc3649eb
@@ -72,7 +72,7 @@ module Google
72
72
  initial_delay: 0.1,
73
73
  max_delay: 60.0,
74
74
  multiplier: 1.3,
75
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
75
+ retry_codes: [14, 4]
76
76
  }
77
77
 
78
78
  default_config.rpcs.async_batch_annotate_files.timeout = 600.0
@@ -37,14 +37,14 @@ module Google
37
37
  self.service_name = 'google.cloud.vision.v1p3beta1.ImageAnnotator'
38
38
 
39
39
  # Run image detection and annotation for a batch of images.
40
- rpc :BatchAnnotateImages, BatchAnnotateImagesRequest, BatchAnnotateImagesResponse
40
+ rpc :BatchAnnotateImages, Google::Cloud::Vision::V1p3beta1::BatchAnnotateImagesRequest, Google::Cloud::Vision::V1p3beta1::BatchAnnotateImagesResponse
41
41
  # Run asynchronous image detection and annotation for a list of generic
42
42
  # files, such as PDF files, which may contain multiple pages and multiple
43
43
  # images per page. Progress and results can be retrieved through the
44
44
  # `google.longrunning.Operations` interface.
45
45
  # `Operation.metadata` contains `OperationMetadata` (metadata).
46
46
  # `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
47
- rpc :AsyncBatchAnnotateFiles, AsyncBatchAnnotateFilesRequest, Google::Longrunning::Operation
47
+ rpc :AsyncBatchAnnotateFiles, Google::Cloud::Vision::V1p3beta1::AsyncBatchAnnotateFilesRequest, Google::Longrunning::Operation
48
48
  end
49
49
 
50
50
  Stub = Service.rpc_stub_class
@@ -91,7 +91,7 @@ module Google
91
91
  initial_delay: 0.1,
92
92
  max_delay: 60.0,
93
93
  multiplier: 1.3,
94
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
94
+ retry_codes: [14, 4]
95
95
  }
96
96
 
97
97
  default_config.rpcs.get_product_set.timeout = 600.0
@@ -99,7 +99,7 @@ module Google
99
99
  initial_delay: 0.1,
100
100
  max_delay: 60.0,
101
101
  multiplier: 1.3,
102
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
102
+ retry_codes: [14, 4]
103
103
  }
104
104
 
105
105
  default_config.rpcs.update_product_set.timeout = 600.0
@@ -115,7 +115,7 @@ module Google
115
115
  initial_delay: 0.1,
116
116
  max_delay: 60.0,
117
117
  multiplier: 1.3,
118
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
118
+ retry_codes: [14, 4]
119
119
  }
120
120
 
121
121
  default_config.rpcs.create_product.timeout = 600.0
@@ -131,7 +131,7 @@ module Google
131
131
  initial_delay: 0.1,
132
132
  max_delay: 60.0,
133
133
  multiplier: 1.3,
134
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
134
+ retry_codes: [14, 4]
135
135
  }
136
136
 
137
137
  default_config.rpcs.get_product.timeout = 600.0
@@ -139,7 +139,7 @@ module Google
139
139
  initial_delay: 0.1,
140
140
  max_delay: 60.0,
141
141
  multiplier: 1.3,
142
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
142
+ retry_codes: [14, 4]
143
143
  }
144
144
 
145
145
  default_config.rpcs.update_product.timeout = 600.0
@@ -155,7 +155,7 @@ module Google
155
155
  initial_delay: 0.1,
156
156
  max_delay: 60.0,
157
157
  multiplier: 1.3,
158
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
158
+ retry_codes: [14, 4]
159
159
  }
160
160
 
161
161
  default_config.rpcs.create_reference_image.timeout = 600.0
@@ -171,7 +171,7 @@ module Google
171
171
  initial_delay: 0.1,
172
172
  max_delay: 60.0,
173
173
  multiplier: 1.3,
174
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
174
+ retry_codes: [14, 4]
175
175
  }
176
176
 
177
177
  default_config.rpcs.list_reference_images.timeout = 600.0
@@ -179,7 +179,7 @@ module Google
179
179
  initial_delay: 0.1,
180
180
  max_delay: 60.0,
181
181
  multiplier: 1.3,
182
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
182
+ retry_codes: [14, 4]
183
183
  }
184
184
 
185
185
  default_config.rpcs.get_reference_image.timeout = 600.0
@@ -187,7 +187,7 @@ module Google
187
187
  initial_delay: 0.1,
188
188
  max_delay: 60.0,
189
189
  multiplier: 1.3,
190
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
190
+ retry_codes: [14, 4]
191
191
  }
192
192
 
193
193
  default_config.rpcs.add_product_to_product_set.timeout = 600.0
@@ -211,7 +211,7 @@ module Google
211
211
  initial_delay: 0.1,
212
212
  max_delay: 60.0,
213
213
  multiplier: 1.3,
214
- retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
214
+ retry_codes: [14, 4]
215
215
  }
216
216
 
217
217
  default_config.rpcs.import_product_sets.timeout = 600.0
@@ -53,20 +53,20 @@ module Google
53
53
  #
54
54
  # * Returns INVALID_ARGUMENT if display_name is missing, or is longer than
55
55
  # 4096 characters.
56
- rpc :CreateProductSet, CreateProductSetRequest, ProductSet
56
+ rpc :CreateProductSet, Google::Cloud::Vision::V1p3beta1::CreateProductSetRequest, Google::Cloud::Vision::V1p3beta1::ProductSet
57
57
  # Lists ProductSets in an unspecified order.
58
58
  #
59
59
  # Possible errors:
60
60
  #
61
61
  # * Returns INVALID_ARGUMENT if page_size is greater than 100, or less
62
62
  # than 1.
63
- rpc :ListProductSets, ListProductSetsRequest, ListProductSetsResponse
63
+ rpc :ListProductSets, Google::Cloud::Vision::V1p3beta1::ListProductSetsRequest, Google::Cloud::Vision::V1p3beta1::ListProductSetsResponse
64
64
  # Gets information associated with a ProductSet.
65
65
  #
66
66
  # Possible errors:
67
67
  #
68
68
  # * Returns NOT_FOUND if the ProductSet does not exist.
69
- rpc :GetProductSet, GetProductSetRequest, ProductSet
69
+ rpc :GetProductSet, Google::Cloud::Vision::V1p3beta1::GetProductSetRequest, Google::Cloud::Vision::V1p3beta1::ProductSet
70
70
  # Makes changes to a ProductSet resource.
71
71
  # Only display_name can be updated currently.
72
72
  #
@@ -75,7 +75,7 @@ module Google
75
75
  # * Returns NOT_FOUND if the ProductSet does not exist.
76
76
  # * Returns INVALID_ARGUMENT if display_name is present in update_mask but
77
77
  # missing from the request or longer than 4096 characters.
78
- rpc :UpdateProductSet, UpdateProductSetRequest, ProductSet
78
+ rpc :UpdateProductSet, Google::Cloud::Vision::V1p3beta1::UpdateProductSetRequest, Google::Cloud::Vision::V1p3beta1::ProductSet
79
79
  # Permanently deletes a ProductSet. All Products and ReferenceImages in the
80
80
  # ProductSet will be deleted.
81
81
  #
@@ -84,7 +84,7 @@ module Google
84
84
  # Possible errors:
85
85
  #
86
86
  # * Returns NOT_FOUND if the ProductSet does not exist.
87
- rpc :DeleteProductSet, DeleteProductSetRequest, Google::Protobuf::Empty
87
+ rpc :DeleteProductSet, Google::Cloud::Vision::V1p3beta1::DeleteProductSetRequest, Google::Protobuf::Empty
88
88
  # Creates and returns a new product resource.
89
89
  #
90
90
  # Possible errors:
@@ -93,19 +93,19 @@ module Google
93
93
  # characters.
94
94
  # * Returns INVALID_ARGUMENT if description is longer than 4096 characters.
95
95
  # * Returns INVALID_ARGUMENT if product_category is missing or invalid.
96
- rpc :CreateProduct, CreateProductRequest, Product
96
+ rpc :CreateProduct, Google::Cloud::Vision::V1p3beta1::CreateProductRequest, Google::Cloud::Vision::V1p3beta1::Product
97
97
  # Lists products in an unspecified order.
98
98
  #
99
99
  # Possible errors:
100
100
  #
101
101
  # * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1.
102
- rpc :ListProducts, ListProductsRequest, ListProductsResponse
102
+ rpc :ListProducts, Google::Cloud::Vision::V1p3beta1::ListProductsRequest, Google::Cloud::Vision::V1p3beta1::ListProductsResponse
103
103
  # Gets information associated with a Product.
104
104
  #
105
105
  # Possible errors:
106
106
  #
107
107
  # * Returns NOT_FOUND if the Product does not exist.
108
- rpc :GetProduct, GetProductRequest, Product
108
+ rpc :GetProduct, Google::Cloud::Vision::V1p3beta1::GetProductRequest, Google::Cloud::Vision::V1p3beta1::Product
109
109
  # Makes changes to a Product resource.
110
110
  # Only display_name, description and labels can be updated right now.
111
111
  #
@@ -120,7 +120,7 @@ module Google
120
120
  # * Returns INVALID_ARGUMENT if description is present in update_mask but is
121
121
  # longer than 4096 characters.
122
122
  # * Returns INVALID_ARGUMENT if product_category is present in update_mask.
123
- rpc :UpdateProduct, UpdateProductRequest, Product
123
+ rpc :UpdateProduct, Google::Cloud::Vision::V1p3beta1::UpdateProductRequest, Google::Cloud::Vision::V1p3beta1::Product
124
124
  # Permanently deletes a product and its reference images.
125
125
  #
126
126
  # Metadata of the product and all its images will be deleted right away, but
@@ -130,7 +130,7 @@ module Google
130
130
  # Possible errors:
131
131
  #
132
132
  # * Returns NOT_FOUND if the product does not exist.
133
- rpc :DeleteProduct, DeleteProductRequest, Google::Protobuf::Empty
133
+ rpc :DeleteProduct, Google::Cloud::Vision::V1p3beta1::DeleteProductRequest, Google::Protobuf::Empty
134
134
  # Creates and returns a new ReferenceImage resource.
135
135
  #
136
136
  # The `bounding_poly` field is optional. If `bounding_poly` is not specified,
@@ -150,7 +150,7 @@ module Google
150
150
  # * Returns INVALID_ARGUMENT if bounding_poly is not provided, and nothing
151
151
  # compatible with the parent product's product_category is detected.
152
152
  # * Returns INVALID_ARGUMENT if bounding_poly contains more than 10 polygons.
153
- rpc :CreateReferenceImage, CreateReferenceImageRequest, ReferenceImage
153
+ rpc :CreateReferenceImage, Google::Cloud::Vision::V1p3beta1::CreateReferenceImageRequest, Google::Cloud::Vision::V1p3beta1::ReferenceImage
154
154
  # Permanently deletes a reference image.
155
155
  #
156
156
  # The image metadata will be deleted right away, but search queries
@@ -162,7 +162,7 @@ module Google
162
162
  # Possible errors:
163
163
  #
164
164
  # * Returns NOT_FOUND if the reference image does not exist.
165
- rpc :DeleteReferenceImage, DeleteReferenceImageRequest, Google::Protobuf::Empty
165
+ rpc :DeleteReferenceImage, Google::Cloud::Vision::V1p3beta1::DeleteReferenceImageRequest, Google::Protobuf::Empty
166
166
  # Lists reference images.
167
167
  #
168
168
  # Possible errors:
@@ -170,13 +170,13 @@ module Google
170
170
  # * Returns NOT_FOUND if the parent product does not exist.
171
171
  # * Returns INVALID_ARGUMENT if the page_size is greater than 100, or less
172
172
  # than 1.
173
- rpc :ListReferenceImages, ListReferenceImagesRequest, ListReferenceImagesResponse
173
+ rpc :ListReferenceImages, Google::Cloud::Vision::V1p3beta1::ListReferenceImagesRequest, Google::Cloud::Vision::V1p3beta1::ListReferenceImagesResponse
174
174
  # Gets information associated with a ReferenceImage.
175
175
  #
176
176
  # Possible errors:
177
177
  #
178
178
  # * Returns NOT_FOUND if the specified image does not exist.
179
- rpc :GetReferenceImage, GetReferenceImageRequest, ReferenceImage
179
+ rpc :GetReferenceImage, Google::Cloud::Vision::V1p3beta1::GetReferenceImageRequest, Google::Cloud::Vision::V1p3beta1::ReferenceImage
180
180
  # Adds a Product to the specified ProductSet. If the Product is already
181
181
  # present, no change is made.
182
182
  #
@@ -185,13 +185,13 @@ module Google
185
185
  # Possible errors:
186
186
  #
187
187
  # * Returns NOT_FOUND if the Product or the ProductSet doesn't exist.
188
- rpc :AddProductToProductSet, AddProductToProductSetRequest, Google::Protobuf::Empty
188
+ rpc :AddProductToProductSet, Google::Cloud::Vision::V1p3beta1::AddProductToProductSetRequest, Google::Protobuf::Empty
189
189
  # Removes a Product from the specified ProductSet.
190
190
  #
191
191
  # Possible errors:
192
192
  #
193
193
  # * Returns NOT_FOUND If the Product is not found under the ProductSet.
194
- rpc :RemoveProductFromProductSet, RemoveProductFromProductSetRequest, Google::Protobuf::Empty
194
+ rpc :RemoveProductFromProductSet, Google::Cloud::Vision::V1p3beta1::RemoveProductFromProductSetRequest, Google::Protobuf::Empty
195
195
  # Lists the Products in a ProductSet, in an unspecified order. If the
196
196
  # ProductSet does not exist, the products field of the response will be
197
197
  # empty.
@@ -199,7 +199,7 @@ module Google
199
199
  # Possible errors:
200
200
  #
201
201
  # * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1.
202
- rpc :ListProductsInProductSet, ListProductsInProductSetRequest, ListProductsInProductSetResponse
202
+ rpc :ListProductsInProductSet, Google::Cloud::Vision::V1p3beta1::ListProductsInProductSetRequest, Google::Cloud::Vision::V1p3beta1::ListProductsInProductSetResponse
203
203
  # Asynchronous API that imports a list of reference images to specified
204
204
  # product sets based on a list of image information.
205
205
  #
@@ -211,7 +211,7 @@ module Google
211
211
  # The input source of this method is a csv file on Google Cloud Storage.
212
212
  # For the format of the csv file please see
213
213
  # [ImportProductSetsGcsSource.csv_file_uri][google.cloud.vision.v1p3beta1.ImportProductSetsGcsSource.csv_file_uri].
214
- rpc :ImportProductSets, ImportProductSetsRequest, Google::Longrunning::Operation
214
+ rpc :ImportProductSets, Google::Cloud::Vision::V1p3beta1::ImportProductSetsRequest, Google::Longrunning::Operation
215
215
  end
216
216
 
217
217
  Stub = Service.rpc_stub_class
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1p3beta1
24
- VERSION = "0.2.3"
24
+ VERSION = "0.2.4"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision-v1p3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2020-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.2'
19
+ version: '0.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement