Interface CompilationResultActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompilationResultAction,CompilationResultAction.Builder
public interface CompilationResultActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilationResultAction.AssertiongetAssertion()The assertion executed by this action.CompilationResultAction.AssertionOrBuildergetAssertionOrBuilder()The assertion executed by this action.TargetgetCanonicalTarget()The action's identifier if the project had been compiled without any overrides configured.TargetOrBuildergetCanonicalTargetOrBuilder()The action's identifier if the project had been compiled without any overrides configured.CompilationResultAction.CompiledObjectCasegetCompiledObjectCase()CompilationResultAction.DeclarationgetDeclaration()The declaration declared by this action.CompilationResultAction.DeclarationOrBuildergetDeclarationOrBuilder()The declaration declared by this action.StringgetFilePath()The full path including filename in which this action is located, relative to the workspace root.com.google.protobuf.ByteStringgetFilePathBytes()The full path including filename in which this action is located, relative to the workspace root.CompilationResultAction.OperationsgetOperations()The database operations executed by this action.CompilationResultAction.OperationsOrBuildergetOperationsOrBuilder()The database operations executed by this action.CompilationResultAction.RelationgetRelation()The database relation created/updated by this action.CompilationResultAction.RelationOrBuildergetRelationOrBuilder()The database relation created/updated by this action.TargetgetTarget()This action's identifier.TargetOrBuildergetTargetOrBuilder()This action's identifier.booleanhasAssertion()The assertion executed by this action.booleanhasCanonicalTarget()The action's identifier if the project had been compiled without any overrides configured.booleanhasDeclaration()The declaration declared by this action.booleanhasOperations()The database operations executed by this action.booleanhasRelation()The database relation created/updated by this action.booleanhasTarget()This action's identifier.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTarget
boolean hasTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;- Returns:
- Whether the target field is set.
-
getTarget
Target getTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;- Returns:
- The target.
-
getTargetOrBuilder
TargetOrBuilder getTargetOrBuilder()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
-
hasCanonicalTarget
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:
- Whether the canonicalTarget field is set.
-
getCanonicalTarget
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:
- The canonicalTarget.
-
getCanonicalTargetOrBuilder
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;
-
getFilePath
String getFilePath()
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;- Returns:
- The filePath.
-
getFilePathBytes
com.google.protobuf.ByteString getFilePathBytes()
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;- Returns:
- The bytes for filePath.
-
hasRelation
boolean hasRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;- Returns:
- Whether the relation field is set.
-
getRelation
CompilationResultAction.Relation getRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;- Returns:
- The relation.
-
getRelationOrBuilder
CompilationResultAction.RelationOrBuilder getRelationOrBuilder()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
-
hasOperations
boolean hasOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;- Returns:
- Whether the operations field is set.
-
getOperations
CompilationResultAction.Operations getOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;- Returns:
- The operations.
-
getOperationsOrBuilder
CompilationResultAction.OperationsOrBuilder getOperationsOrBuilder()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
-
hasAssertion
boolean hasAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;- Returns:
- Whether the assertion field is set.
-
getAssertion
CompilationResultAction.Assertion getAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;- Returns:
- The assertion.
-
getAssertionOrBuilder
CompilationResultAction.AssertionOrBuilder getAssertionOrBuilder()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
-
hasDeclaration
boolean hasDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;- Returns:
- Whether the declaration field is set.
-
getDeclaration
CompilationResultAction.Declaration getDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;- Returns:
- The declaration.
-
getDeclarationOrBuilder
CompilationResultAction.DeclarationOrBuilder getDeclarationOrBuilder()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
-
getCompiledObjectCase
CompilationResultAction.CompiledObjectCase getCompiledObjectCase()
-
-