Class: Google::Cloud::ApigeeRegistry::V1::DeleteApiSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::DeleteApiSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for DeleteApiSpec.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, any child resources will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.).
353 354 355 356 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 353 class DeleteApiSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the spec to delete.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
.
353 354 355 356 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 353 class DeleteApiSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |