Google Cloud Deploy v1 API - Class Predeploy (2.15.0)

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.

Inheritance

object > Predeploy

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Predeploy()

public Predeploy()

Predeploy(Predeploy)

public Predeploy(Predeploy other)
Parameter
NameDescription
otherPredeploy

Properties

Actions

public RepeatedField<string> Actions { get; }

Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

Property Value
TypeDescription
RepeatedFieldstring