App Engine v1 API - Class UpdateVersionRequest (2.3.0)

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.

Inheritance

object > UpdateVersionRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

UpdateVersionRequest()

public UpdateVersionRequest()

UpdateVersionRequest(UpdateVersionRequest)

public UpdateVersionRequest(UpdateVersionRequest other)
Parameter
NameDescription
otherUpdateVersionRequest

Properties

Name

public string Name { get; set; }

Name of the resource to update. Example: apps/myapp/services/default/versions/1.

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

Version

public Version Version { get; set; }

A Version containing the updated resource. Only fields set in the field mask will be updated.

Property Value
TypeDescription
Version