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.
Implements
IMessageCustomTarget, IEquatableCustomTarget, IDeepCloneableCustomTarget, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CustomTarget()
public CustomTarget()
CustomTarget(CustomTarget)
public CustomTarget(CustomTarget other)
Parameter | |
---|---|
Name | Description |
other | CustomTarget |
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 | |
---|---|
Type | Description |
string |
CustomTargetTypeAsCustomTargetTypeName
public CustomTargetTypeName CustomTargetTypeAsCustomTargetTypeName { get; set; }
CustomTargetTypeName-typed view over the CustomTargetType resource name property.
Property Value | |
---|---|
Type | Description |
CustomTargetTypeName |