public sealed class UpdateApiDeploymentRequest : IMessage<UpdateApiDeploymentRequest>, IEquatable<UpdateApiDeploymentRequest>, IDeepCloneable<UpdateApiDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class UpdateApiDeploymentRequest.
Request message for UpdateApiDeployment.
Implements
IMessage<UpdateApiDeploymentRequest>, IEquatable<UpdateApiDeploymentRequest>, IDeepCloneable<UpdateApiDeploymentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
UpdateApiDeploymentRequest()
public UpdateApiDeploymentRequest()
UpdateApiDeploymentRequest(UpdateApiDeploymentRequest)
public UpdateApiDeploymentRequest(UpdateApiDeploymentRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateApiDeploymentRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the deployment is not found, a new deployment will be
created. In this situation, update_mask
is ignored.
Property Value | |
---|---|
Type | Description |
Boolean |
ApiDeployment
public ApiDeployment ApiDeployment { get; set; }
Required. The deployment to update.
The name
field is used to identify the deployment to update.
Format: projects/*/locations/*/apis/*/deployments/*
Property Value | |
---|---|
Type | Description |
ApiDeployment |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If an asterisk "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
Property Value | |
---|---|
Type | Description |
FieldMask |