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.Assertion
getAssertion()
The assertion executed by this action.CompilationResultAction.AssertionOrBuilder
getAssertionOrBuilder()
The assertion executed by this action.Target
getCanonicalTarget()
The action's identifier if the project had been compiled without any overrides configured.TargetOrBuilder
getCanonicalTargetOrBuilder()
The action's identifier if the project had been compiled without any overrides configured.CompilationResultAction.CompiledObjectCase
getCompiledObjectCase()
CompilationResultAction.Declaration
getDeclaration()
The declaration declared by this action.CompilationResultAction.DeclarationOrBuilder
getDeclarationOrBuilder()
The declaration declared by this action.String
getFilePath()
The full path including filename in which this action is located, relative to the workspace root.com.google.protobuf.ByteString
getFilePathBytes()
The full path including filename in which this action is located, relative to the workspace root.CompilationResultAction.Operations
getOperations()
The database operations executed by this action.CompilationResultAction.OperationsOrBuilder
getOperationsOrBuilder()
The database operations executed by this action.CompilationResultAction.Relation
getRelation()
The database relation created/updated by this action.CompilationResultAction.RelationOrBuilder
getRelationOrBuilder()
The database relation created/updated by this action.Target
getTarget()
This action's identifier.TargetOrBuilder
getTargetOrBuilder()
This action's identifier.boolean
hasAssertion()
The assertion executed by this action.boolean
hasCanonicalTarget()
The action's identifier if the project had been compiled without any overrides configured.boolean
hasDeclaration()
The declaration declared by this action.boolean
hasOperations()
The database operations executed by this action.boolean
hasRelation()
The database relation created/updated by this action.boolean
hasTarget()
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()
-
-