public interface CompilationResultActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;Target getTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;TargetOrBuilder getTargetOrBuilder()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;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;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;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;String getFilePath()
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;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;boolean hasRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;CompilationResultAction.Relation getRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;CompilationResultAction.RelationOrBuilder getRelationOrBuilder()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;boolean hasOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;CompilationResultAction.Operations getOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;CompilationResultAction.OperationsOrBuilder getOperationsOrBuilder()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;boolean hasAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;CompilationResultAction.Assertion getAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;CompilationResultAction.AssertionOrBuilder getAssertionOrBuilder()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;boolean hasDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
CompilationResultAction.Declaration getDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
CompilationResultAction.DeclarationOrBuilder getDeclarationOrBuilder()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
CompilationResultAction.CompiledObjectCase getCompiledObjectCase()
Copyright © 2024 Google LLC. All rights reserved.