Class: Google::Cloud::Retail::V2::DeleteControlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::DeleteControlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/control_service.rb
Overview
Request for DeleteControl method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Control to delete. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/controls/{control_id}
.
67 68 69 70 |
# File 'proto_docs/google/cloud/retail/v2/control_service.rb', line 67 class DeleteControlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |