public static final class CompilationResult.CompilationError extends GeneratedMessageV3 implements CompilationResult.CompilationErrorOrBuilder
An error encountered when attempting to compile a Dataform project.
Protobuf type google.cloud.dataform.v1beta1.CompilationResult.CompilationError
Static Fields
public static final int ACTION_TARGET_FIELD_NUMBER
Field Value
public static final int MESSAGE_FIELD_NUMBER
Field Value
public static final int PATH_FIELD_NUMBER
Field Value
public static final int STACK_FIELD_NUMBER
Field Value
Static Methods
public static CompilationResult.CompilationError getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static CompilationResult.CompilationError.Builder newBuilder()
Returns
public static CompilationResult.CompilationError.Builder newBuilder(CompilationResult.CompilationError prototype)
Parameter
Returns
public static CompilationResult.CompilationError parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CompilationResult.CompilationError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static CompilationResult.CompilationError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<CompilationResult.CompilationError> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public Target getActionTarget()
Output only. The identifier of the action where this error occurred, if available.
.google.cloud.dataform.v1beta1.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type |
Description |
Target |
The actionTarget.
|
public TargetOrBuilder getActionTargetOrBuilder()
Output only. The identifier of the action where this error occurred, if available.
.google.cloud.dataform.v1beta1.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public CompilationResult.CompilationError getDefaultInstanceForType()
Returns
public String getMessage()
Output only. The error's top level message.
string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type |
Description |
String |
The message.
|
public ByteString getMessageBytes()
Output only. The error's top level message.
string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type |
Description |
ByteString |
The bytes for message.
|
public Parser<CompilationResult.CompilationError> getParserForType()
Returns
Overrides
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
Type |
Description |
String |
The path.
|
public 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
public int getSerializedSize()
Returns
Overrides
Output only. The error's full stack trace.
string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type |
Description |
String |
The stack.
|
public ByteString getStackBytes()
Output only. The error's full stack trace.
string stack = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasActionTarget()
Output only. The identifier of the action where this error occurred, if available.
.google.cloud.dataform.v1beta1.Target action_target = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type |
Description |
boolean |
Whether the actionTarget field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public CompilationResult.CompilationError.Builder newBuilderForType()
Returns
protected CompilationResult.CompilationError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public CompilationResult.CompilationError.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions