Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::CreatePipelineRequest.
The request message for the CreatePipeline method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent collection in which to add this pipeline.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent collection in which to add this pipeline.
Returns
- (::String) — Required. The parent collection in which to add this pipeline.
#pipeline
def pipeline() -> ::Google::Cloud::Eventarc::V1::Pipeline
Returns
- (::Google::Cloud::Eventarc::V1::Pipeline) — Required. The pipeline to create.
#pipeline=
def pipeline=(value) -> ::Google::Cloud::Eventarc::V1::Pipeline
Parameter
- value (::Google::Cloud::Eventarc::V1::Pipeline) — Required. The pipeline to create.
Returns
- (::Google::Cloud::Eventarc::V1::Pipeline) — Required. The pipeline to create.
#pipeline_id
def pipeline_id() -> ::String
Returns
- (::String) — Required. The user-provided ID to be assigned to the Pipeline.
#pipeline_id=
def pipeline_id=(value) -> ::String
Parameter
- value (::String) — Required. The user-provided ID to be assigned to the Pipeline.
Returns
- (::String) — Required. The user-provided ID to be assigned to the Pipeline.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. If set, validate the request and preview the review, but do not post it.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.