Class: Google::Cloud::AppEngine::V1::DeleteVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::DeleteVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Versions.DeleteVersion
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the resource requested.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the resource requested. Example:
apps/myapp/services/default/versions/v1
.
220 221 222 223 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 220 class DeleteVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |