public sealed class PredeployJob : IMessage<PredeployJob>, IEquatable<PredeployJob>, IDeepCloneable<PredeployJob>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class PredeployJob.
A predeploy Job.
Implements
IMessagePredeployJob, IEquatablePredeployJob, IDeepCloneablePredeployJob, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PredeployJob()
public PredeployJob()PredeployJob(PredeployJob)
public PredeployJob(PredeployJob other)| Parameter | |
|---|---|
| Name | Description |
other |
PredeployJob |
Properties
Actions
public RepeatedField<string> Actions { get; }Output only. The custom actions that the predeploy Job executes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|