Class: Google::Cloud::AppEngine::V1::RepairApplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::RepairApplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for 'Applications.RepairApplication'.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the application to repair.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the application to repair. Example: apps/myapp
.
61 62 63 64 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 61 class RepairApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |