Class CompilationResultAction
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataform.v1alpha2.CompilationResultAction
-
- All Implemented Interfaces:
CompilationResultActionOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class CompilationResultAction extends com.google.protobuf.GeneratedMessageV3 implements CompilationResultActionOrBuilder
Represents a single Dataform action in a compilation result.
Protobuf typegoogle.cloud.dataform.v1alpha2.CompilationResultAction
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompilationResultAction.Assertion
Represents an assertion upon a SQL query which is required return zero rows.static interface
CompilationResultAction.AssertionOrBuilder
static class
CompilationResultAction.Builder
Represents a single Dataform action in a compilation result.static class
CompilationResultAction.CompiledObjectCase
static class
CompilationResultAction.Declaration
Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.static interface
CompilationResultAction.DeclarationOrBuilder
static class
CompilationResultAction.Operations
Represents a list of arbitrary database operations.static interface
CompilationResultAction.OperationsOrBuilder
static class
CompilationResultAction.Relation
Represents a database relation.static interface
CompilationResultAction.RelationOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASSERTION_FIELD_NUMBER
static int
CANONICAL_TARGET_FIELD_NUMBER
static int
DECLARATION_FIELD_NUMBER
static int
FILE_PATH_FIELD_NUMBER
static int
OPERATIONS_FIELD_NUMBER
static int
RELATION_FIELD_NUMBER
static int
TARGET_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
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.static CompilationResultAction
getDefaultInstance()
CompilationResultAction
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.com.google.protobuf.Parser<CompilationResultAction>
getParserForType()
CompilationResultAction.Relation
getRelation()
The database relation created/updated by this action.CompilationResultAction.RelationOrBuilder
getRelationOrBuilder()
The database relation created/updated by this action.int
getSerializedSize()
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.int
hashCode()
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()
static CompilationResultAction.Builder
newBuilder()
static CompilationResultAction.Builder
newBuilder(CompilationResultAction prototype)
CompilationResultAction.Builder
newBuilderForType()
protected CompilationResultAction.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static CompilationResultAction
parseDelimitedFrom(InputStream input)
static CompilationResultAction
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompilationResultAction
parseFrom(byte[] data)
static CompilationResultAction
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompilationResultAction
parseFrom(com.google.protobuf.ByteString data)
static CompilationResultAction
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompilationResultAction
parseFrom(com.google.protobuf.CodedInputStream input)
static CompilationResultAction
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompilationResultAction
parseFrom(InputStream input)
static CompilationResultAction
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CompilationResultAction
parseFrom(ByteBuffer data)
static CompilationResultAction
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CompilationResultAction>
parser()
CompilationResultAction.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CANONICAL_TARGET_FIELD_NUMBER
public static final int CANONICAL_TARGET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILE_PATH_FIELD_NUMBER
public static final int FILE_PATH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RELATION_FIELD_NUMBER
public static final int RELATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATIONS_FIELD_NUMBER
public static final int OPERATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ASSERTION_FIELD_NUMBER
public static final int ASSERTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DECLARATION_FIELD_NUMBER
public static final int DECLARATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getCompiledObjectCase
public CompilationResultAction.CompiledObjectCase getCompiledObjectCase()
- Specified by:
getCompiledObjectCase
in interfaceCompilationResultActionOrBuilder
-
hasTarget
public boolean hasTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
- Specified by:
hasTarget
in interfaceCompilationResultActionOrBuilder
- Returns:
- Whether the target field is set.
-
getTarget
public Target getTarget()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
- Specified by:
getTarget
in interfaceCompilationResultActionOrBuilder
- Returns:
- The target.
-
getTargetOrBuilder
public TargetOrBuilder getTargetOrBuilder()
This action's identifier. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target target = 1;
- Specified by:
getTargetOrBuilder
in interfaceCompilationResultActionOrBuilder
-
hasCanonicalTarget
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.v1alpha2.Target canonical_target = 2;
- Specified by:
hasCanonicalTarget
in interfaceCompilationResultActionOrBuilder
- Returns:
- Whether the canonicalTarget field is set.
-
getCanonicalTarget
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.v1alpha2.Target canonical_target = 2;
- Specified by:
getCanonicalTarget
in interfaceCompilationResultActionOrBuilder
- Returns:
- The canonicalTarget.
-
getCanonicalTargetOrBuilder
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;
- Specified by:
getCanonicalTargetOrBuilder
in interfaceCompilationResultActionOrBuilder
-
getFilePath
public String getFilePath()
The full path including filename in which this action is located, relative to the workspace root.
string file_path = 3;
- Specified by:
getFilePath
in interfaceCompilationResultActionOrBuilder
- Returns:
- The filePath.
-
getFilePathBytes
public 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;
- Specified by:
getFilePathBytes
in interfaceCompilationResultActionOrBuilder
- Returns:
- The bytes for filePath.
-
hasRelation
public boolean hasRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
- Specified by:
hasRelation
in interfaceCompilationResultActionOrBuilder
- Returns:
- Whether the relation field is set.
-
getRelation
public CompilationResultAction.Relation getRelation()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
- Specified by:
getRelation
in interfaceCompilationResultActionOrBuilder
- Returns:
- The relation.
-
getRelationOrBuilder
public CompilationResultAction.RelationOrBuilder getRelationOrBuilder()
The database relation created/updated by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Relation relation = 4;
- Specified by:
getRelationOrBuilder
in interfaceCompilationResultActionOrBuilder
-
hasOperations
public boolean hasOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
- Specified by:
hasOperations
in interfaceCompilationResultActionOrBuilder
- Returns:
- Whether the operations field is set.
-
getOperations
public CompilationResultAction.Operations getOperations()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
- Specified by:
getOperations
in interfaceCompilationResultActionOrBuilder
- Returns:
- The operations.
-
getOperationsOrBuilder
public CompilationResultAction.OperationsOrBuilder getOperationsOrBuilder()
The database operations executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Operations operations = 5;
- Specified by:
getOperationsOrBuilder
in interfaceCompilationResultActionOrBuilder
-
hasAssertion
public boolean hasAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
- Specified by:
hasAssertion
in interfaceCompilationResultActionOrBuilder
- Returns:
- Whether the assertion field is set.
-
getAssertion
public CompilationResultAction.Assertion getAssertion()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
- Specified by:
getAssertion
in interfaceCompilationResultActionOrBuilder
- Returns:
- The assertion.
-
getAssertionOrBuilder
public CompilationResultAction.AssertionOrBuilder getAssertionOrBuilder()
The assertion executed by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Assertion assertion = 6;
- Specified by:
getAssertionOrBuilder
in interfaceCompilationResultActionOrBuilder
-
hasDeclaration
public boolean hasDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
- Specified by:
hasDeclaration
in interfaceCompilationResultActionOrBuilder
- Returns:
- Whether the declaration field is set.
-
getDeclaration
public CompilationResultAction.Declaration getDeclaration()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
- Specified by:
getDeclaration
in interfaceCompilationResultActionOrBuilder
- Returns:
- The declaration.
-
getDeclarationOrBuilder
public CompilationResultAction.DeclarationOrBuilder getDeclarationOrBuilder()
The declaration declared by this action.
.google.cloud.dataform.v1alpha2.CompilationResultAction.Declaration declaration = 7;
- Specified by:
getDeclarationOrBuilder
in interfaceCompilationResultActionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CompilationResultAction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CompilationResultAction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CompilationResultAction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CompilationResultAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CompilationResultAction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CompilationResultAction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CompilationResultAction parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CompilationResultAction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CompilationResultAction parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CompilationResultAction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CompilationResultAction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CompilationResultAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CompilationResultAction.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CompilationResultAction.Builder newBuilder()
-
newBuilder
public static CompilationResultAction.Builder newBuilder(CompilationResultAction prototype)
-
toBuilder
public CompilationResultAction.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CompilationResultAction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CompilationResultAction getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CompilationResultAction> parser()
-
getParserForType
public com.google.protobuf.Parser<CompilationResultAction> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CompilationResultAction getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-