public sealed class DeleteEnrollmentRequest : IMessage<DeleteEnrollmentRequest>, IEquatable<DeleteEnrollmentRequest>, IDeepCloneable<DeleteEnrollmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteEnrollmentRequest.
The request message for the DeleteEnrollment method.
Implements
IMessageDeleteEnrollmentRequest, IEquatableDeleteEnrollmentRequest, IDeepCloneableDeleteEnrollmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
DeleteEnrollmentRequest()
public DeleteEnrollmentRequest()
DeleteEnrollmentRequest(DeleteEnrollmentRequest)
public DeleteEnrollmentRequest(DeleteEnrollmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteEnrollmentRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
Optional. If set to true, and the Enrollment is not found, the request will succeed but no action will be taken on the server.
Property Value | |
---|---|
Type | Description |
bool |
EnrollmentName
public EnrollmentName EnrollmentName { get; set; }
EnrollmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EnrollmentName |
Etag
public string Etag { get; set; }
Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the Enrollment to be deleted.
Property Value | |
---|---|
Type | Description |
string |
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 |