public static interface CompilationResultAction.OperationsOrBuilder
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.
|
boolean |
getHasOutput()
Whether these operations produce an output relation.
|
String |
getQueries(int index)
A list of arbitrary SQL statements that will be executed without
alteration.
|
com.google.protobuf.ByteString |
getQueriesBytes(int index)
A list of arbitrary SQL statements that will be executed without
alteration.
|
int |
getQueriesCount()
A list of arbitrary SQL statements that will be executed without
alteration.
|
List<String> |
getQueriesList()
A list of arbitrary SQL statements that will be executed without
alteration.
|
RelationDescriptor |
getRelationDescriptor()
Descriptor for any output relation and its columns.
|
RelationDescriptorOrBuilder |
getRelationDescriptorOrBuilder()
Descriptor for any output relation and its columns.
|
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 |
hasRelationDescriptor()
Descriptor for any output relation 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 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.boolean hasRelationDescriptor()
Descriptor for any output relation and its columns. Only set if `has_output` is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;RelationDescriptor getRelationDescriptor()
Descriptor for any output relation and its columns. Only set if `has_output` is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;RelationDescriptorOrBuilder getRelationDescriptorOrBuilder()
Descriptor for any output relation and its columns. Only set if `has_output` is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;List<String> getQueriesList()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;int getQueriesCount()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;String getQueries(int index)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;index - The index of the element to return.com.google.protobuf.ByteString getQueriesBytes(int index)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;index - The index of the value to return.boolean getHasOutput()
Whether these operations produce an output relation.
bool has_output = 5;Copyright © 2024 Google LLC. All rights reserved.