public sealed class DeliveryPipelineAttribute : IMessage<DeliveryPipelineAttribute>, IEquatable<DeliveryPipelineAttribute>, IDeepCloneable<DeliveryPipelineAttribute>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeliveryPipelineAttribute.
Contains criteria for selecting DeliveryPipelines.
Implements
IMessageDeliveryPipelineAttribute, IEquatableDeliveryPipelineAttribute, IDeepCloneableDeliveryPipelineAttribute, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeliveryPipelineAttribute()
public DeliveryPipelineAttribute()
DeliveryPipelineAttribute(DeliveryPipelineAttribute)
public DeliveryPipelineAttribute(DeliveryPipelineAttribute other)
Parameter | |
---|---|
Name | Description |
other |
DeliveryPipelineAttribute |
Properties
Id
public string Id { get; set; }
ID of the DeliveryPipeline
. The value of this field could be one of the
following:
- The last segment of a pipeline name. It only needs the ID to determine which pipeline is being referred to
- "*", all delivery pipelines in a location.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
DeliveryPipeline labels.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |