Class: Google::Cloud::Eventarc::V1::DeleteEnrollmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/eventarc.rb

Overview

The request message for the DeleteEnrollment method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns Optional. If set to true, and the Enrollment is not found, the request will succeed but no action will be taken on the server.

Returns:

  • (::Boolean)

    Optional. If set to true, and the Enrollment is not found, the request will succeed but no action will be taken on the server.



663
664
665
666
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 663

class DeleteEnrollmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#etag::String

Returns Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.

Returns:

  • (::String)

    Optional. If provided, the Enrollment will only be deleted if the etag matches the current etag on the resource.



663
664
665
666
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 663

class DeleteEnrollmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The name of the Enrollment to be deleted.

Returns:

  • (::String)

    Required. The name of the Enrollment to be deleted.



663
664
665
666
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 663

class DeleteEnrollmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns Optional. If set, validate the request and preview the review, but do not post it.

Returns:

  • (::Boolean)

    Optional. If set, validate the request and preview the review, but do not post it.



663
664
665
666
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 663

class DeleteEnrollmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end