Send feedback
Class CompilationResultAction (0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.1 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.v1beta1.CompilationResultAction
Static Fields
public static final int ASSERTION_FIELD_NUMBER
Field Value
public static final int CANONICAL_TARGET_FIELD_NUMBER
Field Value
public static final int DECLARATION_FIELD_NUMBER
Field Value
public static final int FILE_PATH_FIELD_NUMBER
Field Value
public static final int OPERATIONS_FIELD_NUMBER
Field Value
public static final int RELATION_FIELD_NUMBER
Field Value
public static final int TARGET_FIELD_NUMBER
Field Value
Static Methods
public static CompilationResultAction getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static CompilationResultAction . Builder newBuilder ()
Returns
public static CompilationResultAction . Builder newBuilder ( CompilationResultAction prototype )
Parameter
Returns
public static CompilationResultAction parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CompilationResultAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompilationResultAction parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
public static CompilationResultAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompilationResultAction parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static CompilationResultAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompilationResultAction parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static CompilationResultAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompilationResultAction parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CompilationResultAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompilationResultAction parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static CompilationResultAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<CompilationResultAction> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public CompilationResultAction . Assertion getAssertion ()
The assertion executed by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Assertion assertion = 6;
Returns
public CompilationResultAction . AssertionOrBuilder getAssertionOrBuilder ()
The assertion executed by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Assertion assertion = 6;
Returns
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.v1beta1.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.v1beta1.Target canonical_target = 2;
Returns
public CompilationResultAction . CompiledObjectCase getCompiledObjectCase ()
Returns
public CompilationResultAction . Declaration getDeclaration ()
The declaration declared by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Declaration declaration = 7;
Returns
public CompilationResultAction . DeclarationOrBuilder getDeclarationOrBuilder ()
The declaration declared by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Declaration declaration = 7;
Returns
public CompilationResultAction getDefaultInstanceForType ()
Returns
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
public CompilationResultAction . Operations getOperations ()
The database operations executed by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Operations operations = 5;
Returns
public CompilationResultAction . OperationsOrBuilder getOperationsOrBuilder ()
The database operations executed by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Operations operations = 5;
Returns
public Parser<CompilationResultAction> getParserForType ()
Returns
Overrides
public CompilationResultAction . Relation getRelation ()
The database relation created/updated by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Relation relation = 4;
Returns
public CompilationResultAction . RelationOrBuilder getRelationOrBuilder ()
The database relation created/updated by this action.
.google.cloud.dataform.v1beta1.CompilationResultAction.Relation relation = 4;
Returns
public int getSerializedSize ()
Returns
Overrides
public Target getTarget ()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1beta1.Target target = 1;
Returns
Type Description Target The target.
public TargetOrBuilder getTargetOrBuilder ()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1beta1.Target target = 1;
Returns
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
public boolean hasAssertion ()
The assertion executed by this action.
.google.cloud.dataform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.Target target = 1;
Returns
Type Description boolean Whether the target field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public CompilationResultAction . Builder newBuilderForType ()
Returns
protected CompilationResultAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public CompilationResultAction . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]