public sealed class UpdateBuildTriggerRequest : IMessage<UpdateBuildTriggerRequest>, IEquatable<UpdateBuildTriggerRequest>, IDeepCloneable<UpdateBuildTriggerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Build v1 API class UpdateBuildTriggerRequest.
Request to update an existing BuildTrigger.
Implements
IMessageUpdateBuildTriggerRequest, IEquatableUpdateBuildTriggerRequest, IDeepCloneableUpdateBuildTriggerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
UpdateBuildTriggerRequest()
public UpdateBuildTriggerRequest()UpdateBuildTriggerRequest(UpdateBuildTriggerRequest)
public UpdateBuildTriggerRequest(UpdateBuildTriggerRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateBuildTriggerRequest |
Properties
ProjectId
public string ProjectId { get; set; }Required. ID of the project that owns the trigger.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Trigger
public BuildTrigger Trigger { get; set; }Required. BuildTrigger to update.
| Property Value | |
|---|---|
| Type | Description |
BuildTrigger |
|
TriggerId
public string TriggerId { get; set; }Required. ID of the BuildTrigger to update.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|