Class UpdateApplicationRequest (1.3.0)

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

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
NameDescription
otherUpdateApplicationRequest

Properties

Application

public Application Application { get; set; }

An Application containing the updated resource.

Property Value
TypeDescription
Application

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask