- 0.51.0 (latest)
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class CompilationResultAction.Operations.Builder extends GeneratedMessageV3.Builder<CompilationResultAction.Operations.Builder> implements CompilationResultAction.OperationsOrBuilder
Represents a list of arbitrary database operations.
Protobuf type google.cloud.dataform.v1alpha2.CompilationResultAction.Operations
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CompilationResultAction.Operations.BuilderImplements
CompilationResultAction.OperationsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllDependencyTargets(Iterable<? extends Target> values)
public CompilationResultAction.Operations.Builder addAllDependencyTargets(Iterable<? extends Target> values)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.dataform.v1alpha2.Target> |
Type | Description |
CompilationResultAction.Operations.Builder |
addAllQueries(Iterable<String> values)
public CompilationResultAction.Operations.Builder addAllQueries(Iterable<String> values)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Name | Description |
values | Iterable<String> The queries to add. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
addAllTags(Iterable<String> values)
public CompilationResultAction.Operations.Builder addAllTags(Iterable<String> values)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Name | Description |
values | Iterable<String> The tags to add. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
addDependencyTargets(Target value)
public CompilationResultAction.Operations.Builder addDependencyTargets(Target value)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
value | Target |
Type | Description |
CompilationResultAction.Operations.Builder |
addDependencyTargets(Target.Builder builderForValue)
public CompilationResultAction.Operations.Builder addDependencyTargets(Target.Builder builderForValue)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
builderForValue | Target.Builder |
Type | Description |
CompilationResultAction.Operations.Builder |
addDependencyTargets(int index, Target value)
public CompilationResultAction.Operations.Builder addDependencyTargets(int index, Target value)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
value | Target |
Type | Description |
CompilationResultAction.Operations.Builder |
addDependencyTargets(int index, Target.Builder builderForValue)
public CompilationResultAction.Operations.Builder addDependencyTargets(int index, Target.Builder builderForValue)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
builderForValue | Target.Builder |
Type | Description |
CompilationResultAction.Operations.Builder |
addDependencyTargetsBuilder()
public Target.Builder addDependencyTargetsBuilder()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Type | Description |
Target.Builder |
addDependencyTargetsBuilder(int index)
public Target.Builder addDependencyTargetsBuilder(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
Type | Description |
Target.Builder |
addQueries(String value)
public CompilationResultAction.Operations.Builder addQueries(String value)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Name | Description |
value | String The queries to add. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
addQueriesBytes(ByteString value)
public CompilationResultAction.Operations.Builder addQueriesBytes(ByteString value)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Name | Description |
value | ByteString The bytes of the queries to add. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CompilationResultAction.Operations.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CompilationResultAction.Operations.Builder |
addTags(String value)
public CompilationResultAction.Operations.Builder addTags(String value)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Name | Description |
value | String The tags to add. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
addTagsBytes(ByteString value)
public CompilationResultAction.Operations.Builder addTagsBytes(ByteString value)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Name | Description |
value | ByteString The bytes of the tags to add. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
build()
public CompilationResultAction.Operations build()
Type | Description |
CompilationResultAction.Operations |
buildPartial()
public CompilationResultAction.Operations buildPartial()
Type | Description |
CompilationResultAction.Operations |
clear()
public CompilationResultAction.Operations.Builder clear()
Type | Description |
CompilationResultAction.Operations.Builder |
clearDependencyTargets()
public CompilationResultAction.Operations.Builder clearDependencyTargets()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Type | Description |
CompilationResultAction.Operations.Builder |
clearDisabled()
public CompilationResultAction.Operations.Builder clearDisabled()
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CompilationResultAction.Operations.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CompilationResultAction.Operations.Builder |
clearHasOutput()
public CompilationResultAction.Operations.Builder clearHasOutput()
Whether these operations produce an output relation.
bool has_output = 5;
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CompilationResultAction.Operations.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CompilationResultAction.Operations.Builder |
clearQueries()
public CompilationResultAction.Operations.Builder clearQueries()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
clearRelationDescriptor()
public CompilationResultAction.Operations.Builder clearRelationDescriptor()
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Type | Description |
CompilationResultAction.Operations.Builder |
clearTags()
public CompilationResultAction.Operations.Builder clearTags()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
clone()
public CompilationResultAction.Operations.Builder clone()
Type | Description |
CompilationResultAction.Operations.Builder |
getDefaultInstanceForType()
public CompilationResultAction.Operations getDefaultInstanceForType()
Type | Description |
CompilationResultAction.Operations |
getDependencyTargets(int index)
public Target getDependencyTargets(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
Type | Description |
Target |
getDependencyTargetsBuilder(int index)
public Target.Builder getDependencyTargetsBuilder(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
Type | Description |
Target.Builder |
getDependencyTargetsBuilderList()
public List<Target.Builder> getDependencyTargetsBuilderList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Type | Description |
List<Builder> |
getDependencyTargetsCount()
public int getDependencyTargetsCount()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Type | Description |
int |
getDependencyTargetsList()
public List<Target> getDependencyTargetsList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Type | Description |
List<Target> |
getDependencyTargetsOrBuilder(int index)
public TargetOrBuilder getDependencyTargetsOrBuilder(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
Type | Description |
TargetOrBuilder |
getDependencyTargetsOrBuilderList()
public List<? extends TargetOrBuilder> getDependencyTargetsOrBuilderList()
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Type | Description |
List<? extends com.google.cloud.dataform.v1alpha2.TargetOrBuilder> |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisabled()
public boolean getDisabled()
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;
Type | Description |
boolean | The disabled. |
getHasOutput()
public boolean getHasOutput()
Whether these operations produce an output relation.
bool has_output = 5;
Type | Description |
boolean | The hasOutput. |
getQueries(int index)
public String getQueries(int index)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The queries at the given index. |
getQueriesBytes(int index)
public ByteString getQueriesBytes(int index)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the queries at the given index. |
getQueriesCount()
public int getQueriesCount()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Type | Description |
int | The count of queries. |
getQueriesList()
public ProtocolStringList getQueriesList()
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Type | Description |
ProtocolStringList | A list containing the queries. |
getRelationDescriptor()
public 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;
Type | Description |
RelationDescriptor | The relationDescriptor. |
getRelationDescriptorBuilder()
public RelationDescriptor.Builder getRelationDescriptorBuilder()
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Type | Description |
RelationDescriptor.Builder |
getRelationDescriptorOrBuilder()
public 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;
Type | Description |
RelationDescriptorOrBuilder |
getTags(int index)
public String getTags(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The tags at the given index. |
getTagsBytes(int index)
public ByteString getTagsBytes(int index)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the tags at the given index. |
getTagsCount()
public int getTagsCount()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Type | Description |
int | The count of tags. |
getTagsList()
public ProtocolStringList getTagsList()
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Type | Description |
ProtocolStringList | A list containing the tags. |
hasRelationDescriptor()
public 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;
Type | Description |
boolean | Whether the relationDescriptor field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CompilationResultAction.Operations other)
public CompilationResultAction.Operations.Builder mergeFrom(CompilationResultAction.Operations other)
Name | Description |
other | CompilationResultAction.Operations |
Type | Description |
CompilationResultAction.Operations.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CompilationResultAction.Operations.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompilationResultAction.Operations.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CompilationResultAction.Operations.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CompilationResultAction.Operations.Builder |
mergeRelationDescriptor(RelationDescriptor value)
public CompilationResultAction.Operations.Builder mergeRelationDescriptor(RelationDescriptor value)
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Name | Description |
value | RelationDescriptor |
Type | Description |
CompilationResultAction.Operations.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CompilationResultAction.Operations.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CompilationResultAction.Operations.Builder |
removeDependencyTargets(int index)
public CompilationResultAction.Operations.Builder removeDependencyTargets(int index)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
Type | Description |
CompilationResultAction.Operations.Builder |
setDependencyTargets(int index, Target value)
public CompilationResultAction.Operations.Builder setDependencyTargets(int index, Target value)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
value | Target |
Type | Description |
CompilationResultAction.Operations.Builder |
setDependencyTargets(int index, Target.Builder builderForValue)
public CompilationResultAction.Operations.Builder setDependencyTargets(int index, Target.Builder builderForValue)
A list of actions that this action depends on.
repeated .google.cloud.dataform.v1alpha2.Target dependency_targets = 1;
Name | Description |
index | int |
builderForValue | Target.Builder |
Type | Description |
CompilationResultAction.Operations.Builder |
setDisabled(boolean value)
public CompilationResultAction.Operations.Builder setDisabled(boolean value)
Whether this action is disabled (i.e. should not be run).
bool disabled = 2;
Name | Description |
value | boolean The disabled to set. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CompilationResultAction.Operations.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CompilationResultAction.Operations.Builder |
setHasOutput(boolean value)
public CompilationResultAction.Operations.Builder setHasOutput(boolean value)
Whether these operations produce an output relation.
bool has_output = 5;
Name | Description |
value | boolean The hasOutput to set. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
setQueries(int index, String value)
public CompilationResultAction.Operations.Builder setQueries(int index, String value)
A list of arbitrary SQL statements that will be executed without alteration.
repeated string queries = 4;
Name | Description |
index | int The index to set the value at. |
value | String The queries to set. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
setRelationDescriptor(RelationDescriptor value)
public CompilationResultAction.Operations.Builder setRelationDescriptor(RelationDescriptor value)
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Name | Description |
value | RelationDescriptor |
Type | Description |
CompilationResultAction.Operations.Builder |
setRelationDescriptor(RelationDescriptor.Builder builderForValue)
public CompilationResultAction.Operations.Builder setRelationDescriptor(RelationDescriptor.Builder builderForValue)
Descriptor for any output relation and its columns. Only set if
has_output
is true.
.google.cloud.dataform.v1alpha2.RelationDescriptor relation_descriptor = 6;
Name | Description |
builderForValue | RelationDescriptor.Builder |
Type | Description |
CompilationResultAction.Operations.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CompilationResultAction.Operations.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CompilationResultAction.Operations.Builder |
setTags(int index, String value)
public CompilationResultAction.Operations.Builder setTags(int index, String value)
Arbitrary, user-defined tags on this action.
repeated string tags = 3;
Name | Description |
index | int The index to set the value at. |
value | String The tags to set. |
Type | Description |
CompilationResultAction.Operations.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CompilationResultAction.Operations.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CompilationResultAction.Operations.Builder |