public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessage
Request message for Applications.UpdateApplication
.
Implements
IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
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; }
Standard field mask for the set of fields to be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |