Class: Google::Cloud::Eventarc::V1::CreateEnrollmentRequest

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 CreateEnrollment method.

Instance Attribute Summary collapse

Instance Attribute Details

#enrollment::Google::Cloud::Eventarc::V1::Enrollment

Returns Required. The enrollment to create.

Returns:



620
621
622
623
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 620

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

#enrollment_id::String

Returns Required. The user-provided ID to be assigned to the Enrollment. It should match the format (^a-z?$).

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the Enrollment. It should match the format (^a-z?$).



620
621
622
623
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 620

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

#parent::String

Returns Required. The parent collection in which to add this enrollment.

Returns:

  • (::String)

    Required. The parent collection in which to add this enrollment.



620
621
622
623
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 620

class CreateEnrollmentRequest
  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.



620
621
622
623
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 620

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