Class: Google::Cloud::Vision::V1p3beta1::GetReferenceImageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::GetReferenceImageRequest
- 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 GetReferenceImage
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the ReferenceImage to get.
Format is:
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID
.
389 390 391 392 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 389 class GetReferenceImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |