Interface CustomTargetDeployMetadataOrBuilder (1.42.0)

public interface CustomTargetDeployMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSkipMessage()

public abstract String getSkipMessage()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The skipMessage.

getSkipMessageBytes()

public abstract ByteString getSkipMessageBytes()

Output only. Skip message provided in the results of a custom deploy operation.

string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for skipMessage.