Send feedback
Class CompilationResultAction (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.12.0 keyboard_arrow_down
public final class CompilationResultAction extends GeneratedMessageV3 implements CompilationResultActionOrBuilder
Represents a single Dataform action in a compilation result.
Protobuf type google.cloud.dataform.v1alpha2.CompilationResultAction
Static Fields
public static final int ASSERTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int CANONICAL_TARGET_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DECLARATION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int FILE_PATH_FIELD_NUMBER
Field Value
Type
Description
int
public static final int OPERATIONS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RELATION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TARGET_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static CompilationResultAction getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static CompilationResultAction . Builder newBuilder ()
public static CompilationResultAction . Builder newBuilder ( CompilationResultAction prototype )
public static CompilationResultAction parseDelimitedFrom ( InputStream input )
public static CompilationResultAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static CompilationResultAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction parseFrom ( ByteString data )
public static CompilationResultAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction parseFrom ( CodedInputStream input )
public static CompilationResultAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction parseFrom ( InputStream input )
public static CompilationResultAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction parseFrom ( ByteBuffer data )
public static CompilationResultAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<CompilationResultAction> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public CompilationResultAction . Assertion getAssertion ()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
public CompilationResultAction . AssertionOrBuilder getAssertionOrBuilder ()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
public Target getCanonicalTarget ()
The action's identifier if the project had been compiled without any
overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2;
Returns
Type
Description
Target
The canonicalTarget.
public TargetOrBuilder getCanonicalTargetOrBuilder ()
The action's identifier if the project had been compiled without any
overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2;
public CompilationResultAction . CompiledObjectCase getCompiledObjectCase ()
public CompilationResultAction . Declaration getDeclaration ()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
public CompilationResultAction . DeclarationOrBuilder getDeclarationOrBuilder ()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
public CompilationResultAction getDefaultInstanceForType ()
public String getFilePath ()
The full path including filename in which this action is located, relative
to the workspace root.
string file_path = 3;
Returns
Type
Description
String
The filePath.
public ByteString getFilePathBytes ()
The full path including filename in which this action is located, relative
to the workspace root.
string file_path = 3;
Returns
Type
Description
ByteString
The bytes for filePath.
public CompilationResultAction . Operations getOperations ()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
public CompilationResultAction . OperationsOrBuilder getOperationsOrBuilder ()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
public Parser<CompilationResultAction> getParserForType ()
Overrides
public CompilationResultAction . Relation getRelation ()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
public CompilationResultAction . RelationOrBuilder getRelationOrBuilder ()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public Target getTarget ()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
Returns
Type
Description
Target
The target.
public TargetOrBuilder getTargetOrBuilder ()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
public final UnknownFieldSet getUnknownFields ()
Overrides
public boolean hasAssertion ()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
Returns
Type
Description
boolean
Whether the assertion field is set.
public boolean hasCanonicalTarget ()
The action's identifier if the project had been compiled without any
overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2;
Returns
Type
Description
boolean
Whether the canonicalTarget field is set.
public boolean hasDeclaration ()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
Returns
Type
Description
boolean
Whether the declaration field is set.
public boolean hasOperations ()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
Returns
Type
Description
boolean
Whether the operations field is set.
public boolean hasRelation ()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
Returns
Type
Description
boolean
Whether the relation field is set.
public boolean hasTarget ()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
Returns
Type
Description
boolean
Whether the target field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public CompilationResultAction . Builder newBuilderForType ()
protected CompilationResultAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public CompilationResultAction . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]