Google Cloud Deploy v1 API - Class CustomTarget (2.15.0)

public sealed class CustomTarget : IMessage<CustomTarget>, IEquatable<CustomTarget>, IDeepCloneable<CustomTarget>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class CustomTarget.

Information specifying a Custom Target.

Inheritance

object > CustomTarget

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CustomTarget()

public CustomTarget()

CustomTarget(CustomTarget)

public CustomTarget(CustomTarget other)
Parameter
NameDescription
otherCustomTarget

Properties

CustomTargetType

public string CustomTargetType { get; set; }

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

Property Value
TypeDescription
string

CustomTargetTypeAsCustomTargetTypeName

public CustomTargetTypeName CustomTargetTypeAsCustomTargetTypeName { get; set; }

CustomTargetTypeName-typed view over the CustomTargetType resource name property.

Property Value
TypeDescription
CustomTargetTypeName