Reference documentation and code samples for the Google Cloud Eventarc V1 Client class DeleteEnrollmentRequest.
The request message for the DeleteEnrollment method.
Generated from protobuf message google.cloud.eventarc.v1.DeleteEnrollmentRequest
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the Enrollment to be deleted.
↳ etag
string
Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.
↳ allow_missing
bool
Optional. If set to true, and the Enrollment is not found, the request will succeed but no action will be taken on the server.
↳ validate_only
bool
Optional. If set, validate the request and preview the review, but do not post it.
getName
Required. The name of the Enrollment to be deleted.
string
setName
Required. The name of the Enrollment to be deleted.
var
string
$this
getEtag
Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.
string
setEtag
Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.
var
string
$this
getAllowMissing
Optional. If set to true, and the Enrollment is not found, the request will succeed but no action will be taken on the server.
bool
setAllowMissing
Optional. If set to true, and the Enrollment is not found, the request will succeed but no action will be taken on the server.
var
bool
$this
getValidateOnly
Optional. If set, validate the request and preview the review, but do not post it.
bool
setValidateOnly
Optional. If set, validate the request and preview the review, but do not post it.
var
bool
$this
static::build
name
string
Required. The name of the Enrollment to be deleted. Please see EventarcClient::enrollmentName() for help formatting this field.
etag
string
Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.