Class: Google::Cloud::Eventarc::V1::CreatePipelineRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



739
740
741
742
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 739

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

#pipeline::Google::Cloud::Eventarc::V1::Pipeline

Returns Required. The pipeline to create.

Returns:



739
740
741
742
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 739

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

#pipeline_id::String

Returns Required. The user-provided ID to be assigned to the Pipeline. It should match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the Pipeline. It should match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.



739
740
741
742
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 739

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



739
740
741
742
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 739

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