Class: Google::Cloud::Vision::V1p3beta1::DeleteReferenceImageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::DeleteReferenceImageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
Request message for the DeleteReferenceImage
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the reference image to delete.
Format is:
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID
.
402 403 404 405 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 402 class DeleteReferenceImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |