Interface TimedPromoteReleaseCondition.TargetsOrBuilder (1.52.0)

public static interface TimedPromoteReleaseCondition.TargetsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationTargetId()

public abstract String getDestinationTargetId()

Optional. The destination target ID.

string destination_target_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The destinationTargetId.

getDestinationTargetIdBytes()

public abstract ByteString getDestinationTargetIdBytes()

Optional. The destination target ID.

string destination_target_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for destinationTargetId.

getSourceTargetId()

public abstract String getSourceTargetId()

Optional. The source target ID.

string source_target_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The sourceTargetId.

getSourceTargetIdBytes()

public abstract ByteString getSourceTargetIdBytes()

Optional. The source target ID.

string source_target_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for sourceTargetId.