Class: Google::Cloud::ApiHub::V1::DeleteExternalApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DeleteExternalApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The DeleteExternalApi method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the External API resource to delete.
Format:
projects/{project}/locations/{location}/externalApis/{externalApi}
.
1270 1271 1272 1273 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1270 class DeleteExternalApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |