Eventarc v1 API - Class GetPipelineRequest (2.6.0)

public sealed class GetPipelineRequest : IMessage<GetPipelineRequest>, IEquatable<GetPipelineRequest>, IDeepCloneable<GetPipelineRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class GetPipelineRequest.

The request message for the GetPipeline method.

Inheritance

object > GetPipelineRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

GetPipelineRequest()

public GetPipelineRequest()

GetPipelineRequest(GetPipelineRequest)

public GetPipelineRequest(GetPipelineRequest other)
Parameter
Name Description
other GetPipelineRequest

Properties

Name

public string Name { get; set; }

Required. The name of the pipeline to get.

Property Value
Type Description
string

PipelineName

public PipelineName PipelineName { get; set; }

PipelineName-typed view over the Name resource name property.

Property Value
Type Description
PipelineName