Class: Google::Cloud::Eventarc::V1::GetEnrollmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::GetEnrollmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the GetEnrollment method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Enrollment to get.
553 554 555 556 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 553 class GetEnrollmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |