Class: Google::Cloud::Eventarc::V1::GetPipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::GetPipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the GetPipeline method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the pipeline to get.
672 673 674 675 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 672 class GetPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |