Google Cloud for Games v1beta API - Class UpdateGameServerDeploymentRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud for Games v1beta API class UpdateGameServerDeploymentRequest.

Request message for GameServerDeploymentsService.UpdateGameServerDeployment. Only allows updates for labels.

Inheritance

object > UpdateGameServerDeploymentRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

UpdateGameServerDeploymentRequest()

public UpdateGameServerDeploymentRequest()

UpdateGameServerDeploymentRequest(UpdateGameServerDeploymentRequest)

public UpdateGameServerDeploymentRequest(UpdateGameServerDeploymentRequest other)
Parameter
NameDescription
otherUpdateGameServerDeploymentRequest

Properties

GameServerDeployment

public GameServerDeployment GameServerDeployment { get; set; }

Required. The game server delpoyment to be updated. Only fields specified in update_mask are updated.

Property Value
TypeDescription
GameServerDeployment

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see

https: //developers.google.com/protocol-buffers // /docs/reference/google.protobuf#fieldmask

Property Value
TypeDescription
FieldMask