App Engine v1 API - Class UpdateApplicationRequest (2.3.0)

public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class UpdateApplicationRequest.

Request message for Applications.UpdateApplication.

Inheritance

object > UpdateApplicationRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

UpdateApplicationRequest()

public UpdateApplicationRequest()

UpdateApplicationRequest(UpdateApplicationRequest)

public UpdateApplicationRequest(UpdateApplicationRequest other)
Parameter
Name Description
other UpdateApplicationRequest

Properties

Application

public Application Application { get; set; }

An Application containing the updated resource.

Property Value
Type Description
Application

Name

public string Name { get; set; }

Name of the Application resource to update. Example: apps/myapp.

Property Value
Type Description
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Standard field mask for the set of fields to be updated.

Property Value
Type Description
FieldMask