public static final class CompilationResultAction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder> implements CompilationResultActionOrBuilder
Represents a single Dataform action in a compilation result.Protobuf type
google.cloud.dataform.v1alpha2.CompilationResultAction| Modifier and Type | Method and Description |
|---|---|
CompilationResultAction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CompilationResultAction |
build() |
CompilationResultAction |
buildPartial() |
CompilationResultAction.Builder |
clear() |
CompilationResultAction.Builder |
clearAssertion()
The assertion executed by this action.
|
CompilationResultAction.Builder |
clearCanonicalTarget()
The action's identifier if the project had been compiled without any
overrides configured.
|
CompilationResultAction.Builder |
clearCompiledObject() |
CompilationResultAction.Builder |
clearDeclaration()
The declaration declared by this action.
|
CompilationResultAction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CompilationResultAction.Builder |
clearFilePath()
The full path including filename in which this action is located, relative
to the workspace root.
|
CompilationResultAction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CompilationResultAction.Builder |
clearOperations()
The database operations executed by this action.
|
CompilationResultAction.Builder |
clearRelation()
The database relation created/updated by this action.
|
CompilationResultAction.Builder |
clearTarget()
This action's identifier.
|
CompilationResultAction.Builder |
clone() |
CompilationResultAction.Assertion |
getAssertion()
The assertion executed by this action.
|
CompilationResultAction.Assertion.Builder |
getAssertionBuilder()
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.
|
Target.Builder |
getCanonicalTargetBuilder()
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.Declaration.Builder |
getDeclarationBuilder()
The declaration declared by this action.
|
CompilationResultAction.DeclarationOrBuilder |
getDeclarationOrBuilder()
The declaration declared by this action.
|
CompilationResultAction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Operations.Builder |
getOperationsBuilder()
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.Relation.Builder |
getRelationBuilder()
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.
|
Target.Builder |
getTargetBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CompilationResultAction.Builder |
mergeAssertion(CompilationResultAction.Assertion value)
The assertion executed by this action.
|
CompilationResultAction.Builder |
mergeCanonicalTarget(Target value)
The action's identifier if the project had been compiled without any
overrides configured.
|
CompilationResultAction.Builder |
mergeDeclaration(CompilationResultAction.Declaration value)
The declaration declared by this action.
|
CompilationResultAction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CompilationResultAction.Builder |
mergeFrom(CompilationResultAction other) |
CompilationResultAction.Builder |
mergeFrom(com.google.protobuf.Message other) |
CompilationResultAction.Builder |
mergeOperations(CompilationResultAction.Operations value)
The database operations executed by this action.
|
CompilationResultAction.Builder |
mergeRelation(CompilationResultAction.Relation value)
The database relation created/updated by this action.
|
CompilationResultAction.Builder |
mergeTarget(Target value)
This action's identifier.
|
CompilationResultAction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CompilationResultAction.Builder |
setAssertion(CompilationResultAction.Assertion.Builder builderForValue)
The assertion executed by this action.
|
CompilationResultAction.Builder |
setAssertion(CompilationResultAction.Assertion value)
The assertion executed by this action.
|
CompilationResultAction.Builder |
setCanonicalTarget(Target.Builder builderForValue)
The action's identifier if the project had been compiled without any
overrides configured.
|
CompilationResultAction.Builder |
setCanonicalTarget(Target value)
The action's identifier if the project had been compiled without any
overrides configured.
|
CompilationResultAction.Builder |
setDeclaration(CompilationResultAction.Declaration.Builder builderForValue)
The declaration declared by this action.
|
CompilationResultAction.Builder |
setDeclaration(CompilationResultAction.Declaration value)
The declaration declared by this action.
|
CompilationResultAction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CompilationResultAction.Builder |
setFilePath(String value)
The full path including filename in which this action is located, relative
to the workspace root.
|
CompilationResultAction.Builder |
setFilePathBytes(com.google.protobuf.ByteString value)
The full path including filename in which this action is located, relative
to the workspace root.
|
CompilationResultAction.Builder |
setOperations(CompilationResultAction.Operations.Builder builderForValue)
The database operations executed by this action.
|
CompilationResultAction.Builder |
setOperations(CompilationResultAction.Operations value)
The database operations executed by this action.
|
CompilationResultAction.Builder |
setRelation(CompilationResultAction.Relation.Builder builderForValue)
The database relation created/updated by this action.
|
CompilationResultAction.Builder |
setRelation(CompilationResultAction.Relation value)
The database relation created/updated by this action.
|
CompilationResultAction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CompilationResultAction.Builder |
setTarget(Target.Builder builderForValue)
This action's identifier.
|
CompilationResultAction.Builder |
setTarget(Target value)
This action's identifier.
|
CompilationResultAction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CompilationResultAction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CompilationResultAction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CompilationResultAction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder mergeFrom(CompilationResultAction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public CompilationResultAction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CompilationResultAction.Builder>IOExceptionpublic CompilationResultAction.CompiledObjectCase getCompiledObjectCase()
getCompiledObjectCase in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder clearCompiledObject()
public boolean hasTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;hasTarget in interface CompilationResultActionOrBuilderpublic Target getTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;getTarget in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setTarget(Target value)
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;public CompilationResultAction.Builder setTarget(Target.Builder builderForValue)
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;public CompilationResultAction.Builder mergeTarget(Target value)
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;public CompilationResultAction.Builder clearTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;public Target.Builder getTargetBuilder()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;public TargetOrBuilder getTargetOrBuilder()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;getTargetOrBuilder in interface CompilationResultActionOrBuilderpublic 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;hasCanonicalTarget in interface CompilationResultActionOrBuilderpublic 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;getCanonicalTarget in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setCanonicalTarget(Target value)
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.Builder setCanonicalTarget(Target.Builder builderForValue)
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.Builder mergeCanonicalTarget(Target value)
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.Builder clearCanonicalTarget()
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 Target.Builder getCanonicalTargetBuilder()
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 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;getCanonicalTargetOrBuilder in interface CompilationResultActionOrBuilderpublic String getFilePath()
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;getFilePath in interface CompilationResultActionOrBuilderpublic 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;getFilePathBytes in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setFilePath(String value)
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;value - The filePath to set.public CompilationResultAction.Builder clearFilePath()
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;public CompilationResultAction.Builder setFilePathBytes(com.google.protobuf.ByteString value)
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;value - The bytes for filePath to set.public boolean hasRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;hasRelation in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Relation getRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;getRelation in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setRelation(CompilationResultAction.Relation value)
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;public CompilationResultAction.Builder setRelation(CompilationResultAction.Relation.Builder builderForValue)
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;public CompilationResultAction.Builder mergeRelation(CompilationResultAction.Relation value)
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;public CompilationResultAction.Builder clearRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;public CompilationResultAction.Relation.Builder getRelationBuilder()
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;getRelationOrBuilder in interface CompilationResultActionOrBuilderpublic boolean hasOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
hasOperations in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Operations getOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
getOperations in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setOperations(CompilationResultAction.Operations value)
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
public CompilationResultAction.Builder setOperations(CompilationResultAction.Operations.Builder builderForValue)
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
public CompilationResultAction.Builder mergeOperations(CompilationResultAction.Operations value)
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
public CompilationResultAction.Builder clearOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
public CompilationResultAction.Operations.Builder getOperationsBuilder()
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;
getOperationsOrBuilder in interface CompilationResultActionOrBuilderpublic boolean hasAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;hasAssertion in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Assertion getAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;getAssertion in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setAssertion(CompilationResultAction.Assertion value)
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;public CompilationResultAction.Builder setAssertion(CompilationResultAction.Assertion.Builder builderForValue)
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;public CompilationResultAction.Builder mergeAssertion(CompilationResultAction.Assertion value)
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;public CompilationResultAction.Builder clearAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;public CompilationResultAction.Assertion.Builder getAssertionBuilder()
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;getAssertionOrBuilder in interface CompilationResultActionOrBuilderpublic boolean hasDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
hasDeclaration in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Declaration getDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
getDeclaration in interface CompilationResultActionOrBuilderpublic CompilationResultAction.Builder setDeclaration(CompilationResultAction.Declaration value)
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
public CompilationResultAction.Builder setDeclaration(CompilationResultAction.Declaration.Builder builderForValue)
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
public CompilationResultAction.Builder mergeDeclaration(CompilationResultAction.Declaration value)
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
public CompilationResultAction.Builder clearDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
public CompilationResultAction.Declaration.Builder getDeclarationBuilder()
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;
getDeclarationOrBuilder in interface CompilationResultActionOrBuilderpublic final CompilationResultAction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>public final CompilationResultAction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Builder>Copyright © 2024 Google LLC. All rights reserved.