Class: Google::Cloud::AppEngine::V1::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::UpdateApplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Applications.UpdateApplication
.
Instance Attribute Summary collapse
-
#application ⇒ ::Google::Cloud::AppEngine::V1::Application
An Application containing the updated resource.
-
#name ⇒ ::String
Name of the Application resource to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#application ⇒ ::Google::Cloud::AppEngine::V1::Application
Returns An Application containing the updated resource.
52 53 54 55 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 52 class UpdateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the Application resource to update. Example: apps/myapp
.
52 53 54 55 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 52 class UpdateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Standard field mask for the set of fields to be updated.
52 53 54 55 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 52 class UpdateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |