public sealed class Predeploy : IMessage<Predeploy>, IEquatable<Predeploy>, IDeepCloneable<Predeploy>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class Predeploy.
Predeploy contains the predeploy job configuration information.
Implements
IMessagePredeploy, IEquatablePredeploy, IDeepCloneablePredeploy, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Predeploy()
public Predeploy()
Predeploy(Predeploy)
public Predeploy(Predeploy other)
Parameter | |
---|---|
Name | Description |
other | Predeploy |
Properties
Actions
public RepeatedField<string> Actions { get; }
Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |