public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessageRequest message for Applications.UpdateApplication.
Implements
Google.Protobuf.IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, Google.Protobuf.IDeepCloneable<UpdateApplicationRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.WellKnownTypes.FieldMask |
|