Class: Google::Cloud::ApigeeRegistry::V1::DeleteApiSpecRevisionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::DeleteApiSpecRevisionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for DeleteApiSpecRevision.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the spec revision to be deleted, with a revision ID explicitly included.
Example:
projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8
.
423 424 425 426 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 423 class DeleteApiSpecRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |