Class: Google::Cloud::ApiHub::V1::DeleteApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DeleteApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The DeleteApi method's request.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns Optional. If set to true, any versions from this API will also be deleted. Otherwise, the request will only work if the API has no versions.
83 84 85 86 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 83 class DeleteApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the API resource to delete.
Format: projects/{project}/locations/{location}/apis/{api}
.
83 84 85 86 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 83 class DeleteApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |