public sealed class UpdateEnrollmentRequest : IMessage<UpdateEnrollmentRequest>, IEquatable<UpdateEnrollmentRequest>, IDeepCloneable<UpdateEnrollmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class UpdateEnrollmentRequest.
The request message for the UpdateEnrollment method.
Implements
IMessageUpdateEnrollmentRequest, IEquatableUpdateEnrollmentRequest, IDeepCloneableUpdateEnrollmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
UpdateEnrollmentRequest()
public UpdateEnrollmentRequest()
UpdateEnrollmentRequest(UpdateEnrollmentRequest)
public UpdateEnrollmentRequest(UpdateEnrollmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateEnrollmentRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
Optional. If set to true, and the Enrollment is not found, a new Enrollment
will be created. In this situation, update_mask
is ignored.
Property Value | |
---|---|
Type | Description |
bool |
Enrollment
public Enrollment Enrollment { get; set; }
Required. The Enrollment to be updated.
Property Value | |
---|---|
Type | Description |
Enrollment |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. If set, validate the request and preview the review, but do not post it.
Property Value | |
---|---|
Type | Description |
bool |