Class: Google::Cloud::ApigeeRegistry::V1::DeleteApiDeploymentRevisionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::DeleteApiDeploymentRevisionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for DeleteApiDeploymentRevision.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment revision to be deleted, with a revision ID explicitly included.
Example:
projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8
.
601 602 603 604 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 601 class DeleteApiDeploymentRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |