Class: Google::Cloud::ApiHub::V1::DeletePluginRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DeletePluginRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
The [DeletePlugin][ApiHub.DeletePlugin] method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Plugin resource to delete.
Format: projects/{project}/locations/{location}/plugins/{plugin}.
558 559 560 561 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 558 class DeletePluginRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |