Send feedback Class CompilationResultAction.Assertion (0.30.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.30.0keyboard_arrow_down
public static final class CompilationResultAction . Assertion extends GeneratedMessageV3 implements CompilationResultAction . AssertionOrBuilder
Represents an assertion upon a SQL query which is required return zero rows.
Protobuf type google.cloud.dataform.v1beta1.CompilationResultAction.Assertion
Inherited Members com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DEPENDENCY_TARGETS_FIELD_NUMBER
Field Value Type Description int
public static final int DISABLED_FIELD_NUMBER
Field Value Type Description int
public static final int PARENT_ACTION_FIELD_NUMBER
Field Value Type Description int
public static final int RELATION_DESCRIPTOR_FIELD_NUMBER
Field Value Type Description int
public static final int SELECT_QUERY_FIELD_NUMBER
Field Value Type Description int
public static final int TAGS_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static CompilationResultAction . Assertion getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static CompilationResultAction . Assertion . Builder newBuilder ()
public static CompilationResultAction . Assertion . Builder newBuilder ( CompilationResultAction . Assertion )
public static CompilationResultAction . Assertion parseDelimitedFrom ( InputStream input )
public static CompilationResultAction . Assertion parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . Assertion parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static CompilationResultAction . Assertion parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . Assertion parseFrom ( ByteString data )
public static CompilationResultAction . Assertion parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . Assertion parseFrom ( CodedInputStream input )
public static CompilationResultAction . Assertion parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . Assertion parseFrom ( InputStream input )
public static CompilationResultAction . Assertion parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . Assertion parseFrom ( ByteBuffer data )
public static CompilationResultAction . Assertion parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<CompilationResultAction . Assertion > parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public CompilationResultAction . Assertion getDefaultInstanceForType ()
public Target getDependencyTargets ( int index )
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1beta1.Target dependency_targets = 1;
Parameter Name Description index
int
public int getDependencyTargetsCount ()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1beta1.Target dependency_targets = 1;
Returns Type Description int
public List<Target> getDependencyTargetsList ()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1beta1.Target dependency_targets = 1;
public TargetOrBuilder getDependencyTargetsOrBuilder ( int index )
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1beta1.Target dependency_targets = 1;
Parameter Name Description index
int
public List <? extends TargetOrBuilder > getDependencyTargetsOrBuilderList ()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1beta1.Target dependency_targets = 1;
Returns Type Description List <? extends com.google.cloud.dataform.v1beta1.TargetOrBuilder >
public boolean getDisabled ()
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;
Returns Type Description boolean
The disabled.
public Target getParentAction ()
The parent action of this assertion. Only set if this assertion was automatically generated.
.google.cloud.dataform.v1beta1.Target parent_action = 5;
Returns Type Description Target
The parentAction.
public TargetOrBuilder getParentActionOrBuilder ()
The parent action of this assertion. Only set if this assertion was automatically generated.
.google.cloud.dataform.v1beta1.Target parent_action = 5;
public Parser<CompilationResultAction . Assertion > getParserForType ()
Overrides
public RelationDescriptor getRelationDescriptor ()
Descriptor for the assertion's automatically-generated view and its columns.
.google.cloud.dataform.v1beta1.RelationDescriptor relation_descriptor = 6;
public RelationDescriptorOrBuilder getRelationDescriptorOrBuilder ()
Descriptor for the assertion's automatically-generated view and its columns.
.google.cloud.dataform.v1beta1.RelationDescriptor relation_descriptor = 6;
public String getSelectQuery ()
The SELECT query which must return zero rows in order for this assertion to succeed.
string select_query = 4;
Returns Type Description String
The selectQuery.
public ByteString getSelectQueryBytes ()
The SELECT query which must return zero rows in order for this assertion to succeed.
string select_query = 4;
Returns Type Description ByteString
The bytes for selectQuery.
public int getSerializedSize ()
Returns Type Description int
Overrides
public String getTags ( int index )
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The tags at the given index.
public ByteString getTagsBytes ( int index )
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the tags at the given index.
public int getTagsCount ()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Returns Type Description int
The count of tags.
public ProtocolStringList getTagsList ()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
public boolean hasParentAction ()
The parent action of this assertion. Only set if this assertion was automatically generated.
.google.cloud.dataform.v1beta1.Target parent_action = 5;
Returns Type Description boolean
Whether the parentAction field is set.
public boolean hasRelationDescriptor ()
Descriptor for the assertion's automatically-generated view and its columns.
.google.cloud.dataform.v1beta1.RelationDescriptor relation_descriptor = 6;
Returns Type Description boolean
Whether the relationDescriptor field is set.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public CompilationResultAction . Assertion . Builder newBuilderForType ()
protected CompilationResultAction . Assertion . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public CompilationResultAction . Assertion . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]