Interface CompilationResult.CompilationErrorOrBuilder (0.15.0)

public static interface CompilationResult.CompilationErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionTarget()

public abstract Target getActionTarget()

Output only. The identifier of the action where this error occurred, if available.

.google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Target

The actionTarget.

getActionTargetOrBuilder()

public abstract TargetOrBuilder getActionTargetOrBuilder()

Output only. The identifier of the action where this error occurred, if available.

.google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TargetOrBuilder

getMessage()

public abstract String getMessage()

Output only. The error's top level message.

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

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Output only. The error's top level message.

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

Returns
TypeDescription
ByteString

The bytes for message.

getPath()

public abstract String getPath()

Output only. The path of the file where this error occurred, if available, relative to the project root.

string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Output only. The path of the file where this error occurred, if available, relative to the project root.

string path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for path.

getStack()

public abstract String getStack()

Output only. The error's full stack trace.

string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The stack.

getStackBytes()

public abstract ByteString getStackBytes()

Output only. The error's full stack trace.

string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for stack.

hasActionTarget()

public abstract boolean hasActionTarget()

Output only. The identifier of the action where this error occurred, if available.

.google.cloud.dataform.v1alpha2.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the actionTarget field is set.