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.
Implements
IMessageGetPipelineRequest, IEquatableGetPipelineRequest, IDeepCloneableGetPipelineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
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 |