Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::UpdateApplicationRequest.
Request message for Applications.UpdateApplication
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#application
def application() -> ::Google::Cloud::AppEngine::V1::Application
Returns
- (::Google::Cloud::AppEngine::V1::Application) — An Application containing the updated resource.
#application=
def application=(value) -> ::Google::Cloud::AppEngine::V1::Application
Parameter
- value (::Google::Cloud::AppEngine::V1::Application) — An Application containing the updated resource.
Returns
- (::Google::Cloud::AppEngine::V1::Application) — An Application containing the updated resource.
#name
def name() -> ::String
Returns
-
(::String) — Name of the Application resource to update. Example:
apps/myapp
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Name of the Application resource to update. Example:
apps/myapp
.
Returns
-
(::String) — Name of the Application resource to update. Example:
apps/myapp
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Standard field mask for the set of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Standard field mask for the set of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. Standard field mask for the set of fields to be updated.