public static interface CompilationResultAction.AssertionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Target |
getDependencyTargets(int index)
A list of actions that this action depends on.
|
int |
getDependencyTargetsCount()
A list of actions that this action depends on.
|
List<Target> |
getDependencyTargetsList()
A list of actions that this action depends on.
|
TargetOrBuilder |
getDependencyTargetsOrBuilder(int index)
A list of actions that this action depends on.
|
List<? extends TargetOrBuilder> |
getDependencyTargetsOrBuilderList()
A list of actions that this action depends on.
|
boolean |
getDisabled()
Whether this action is disabled (i.e.
|
Target |
getParentAction()
The parent action of this assertion.
|
TargetOrBuilder |
getParentActionOrBuilder()
The parent action of this assertion.
|
RelationDescriptor |
getRelationDescriptor()
Descriptor for the assertion's automatically-generated view and its
columns.
|
RelationDescriptorOrBuilder |
getRelationDescriptorOrBuilder()
Descriptor for the assertion's automatically-generated view and its
columns.
|
String |
getSelectQuery()
The SELECT query which must return zero rows in order for this assertion
to succeed.
|
com.google.protobuf.ByteString |
getSelectQueryBytes()
The SELECT query which must return zero rows in order for this assertion
to succeed.
|
String |
getTags(int index)
Arbitrary, user-defined tags on this action.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
Arbitrary, user-defined tags on this action.
|
int |
getTagsCount()
Arbitrary, user-defined tags on this action.
|
List<String> |
getTagsList()
Arbitrary, user-defined tags on this action.
|
boolean |
hasParentAction()
The parent action of this assertion.
|
boolean |
hasRelationDescriptor()
Descriptor for the assertion's automatically-generated view and its
columns.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Target> getDependencyTargetsList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;Target getDependencyTargets(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;int getDependencyTargetsCount()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;List<? extends TargetOrBuilder> getDependencyTargetsOrBuilderList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;TargetOrBuilder getDependencyTargetsOrBuilder(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;boolean hasParentAction()
The parent action of this assertion. Only set if this assertion was automatically generated.
.google.cloud.dataform.v1alpha2.Target parent_action = 5;Target getParentAction()
The parent action of this assertion. Only set if this assertion was automatically generated.
.google.cloud.dataform.v1alpha2.Target parent_action = 5;TargetOrBuilder getParentActionOrBuilder()
The parent action of this assertion. Only set if this assertion was automatically generated.
.google.cloud.dataform.v1alpha2.Target parent_action = 5;boolean getDisabled()
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;List<String> getTagsList()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;int getTagsCount()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;String getTags(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;index - The index of the element to return.com.google.protobuf.ByteString getTagsBytes(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;index - The index of the value to return.String getSelectQuery()
The SELECT query which must return zero rows in order for this assertion to succeed.
string select_query = 4;com.google.protobuf.ByteString getSelectQueryBytes()
The SELECT query which must return zero rows in order for this assertion to succeed.
string select_query = 4;boolean hasRelationDescriptor()
Descriptor for the assertion's automatically-generated view and its columns.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;RelationDescriptor getRelationDescriptor()
Descriptor for the assertion's automatically-generated view and its columns.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;RelationDescriptorOrBuilder getRelationDescriptorOrBuilder()
Descriptor for the assertion's automatically-generated view and its columns.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;Copyright © 2024 Google LLC. All rights reserved.