public sealed class UpdateDeploymentRequest : IMessage<UpdateDeploymentRequest>, IEquatable<UpdateDeploymentRequest>, IDeepCloneable<UpdateDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class UpdateDeploymentRequest.
Request object for UpdateDeployment
.
Implements
IMessageUpdateDeploymentRequest, IEquatableUpdateDeploymentRequest, IDeepCloneableUpdateDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
UpdateDeploymentRequest()
public UpdateDeploymentRequest()
UpdateDeploymentRequest(UpdateDeploymentRequest)
public UpdateDeploymentRequest(UpdateDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateDeploymentRequest |
Properties
Deployment
public Deployment Deployment { get; set; }
Required. The deployment
to update.
Property Value | |
---|---|
Type | Description |
Deployment |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Update mask is used to specify the fields to be overwritten in
the deployment
resource by the update.
Property Value | |
---|---|
Type | Description |
FieldMask |