Class: Google::Cloud::AppEngine::V1::UpdateApplicationRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#application::Google::Cloud::AppEngine::V1::Application

Returns An Application containing the updated resource.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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