Interface CustomTargetDeployMetadataOrBuilder (1.39.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
TypeDescription
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
TypeDescription
ByteString

The bytes for skipMessage.