public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateVersionRequest.
Request message for Versions.UpdateVersion
.
Implements
IMessageUpdateVersionRequest, IEquatableUpdateVersionRequest, IDeepCloneableUpdateVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
UpdateVersionRequest()
public UpdateVersionRequest()
UpdateVersionRequest(UpdateVersionRequest)
public UpdateVersionRequest(UpdateVersionRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateVersionRequest |
Properties
Name
public string Name { get; set; }
Name of the resource to update. Example:
apps/myapp/services/default/versions/1
.
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 |
Version
public Version Version { get; set; }
A Version containing the updated resource. Only fields set in the field mask will be updated.
Property Value | |
---|---|
Type | Description |
Version |