Class: Google::Cloud::Eventarc::V1::CreateEnrollmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::CreateEnrollmentRequest
- 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
-
#enrollment ⇒ ::Google::Cloud::Eventarc::V1::Enrollment
Required.
-
#enrollment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#enrollment ⇒ ::Google::Cloud::Eventarc::V1::Enrollment
Returns Required. The enrollment to create.
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?$).
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.
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.
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 |