Class WorkflowInvocation.InvocationConfig.Builder (0.12.0)

public static final class WorkflowInvocation.InvocationConfig.Builder extends GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder> implements WorkflowInvocation.InvocationConfigOrBuilder

Includes various configuration options for this workflow invocation. If both included_targets and included_tags are unset, all actions will be included.

Protobuf type google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllIncludedTags(Iterable<String> values)

public WorkflowInvocation.InvocationConfig.Builder addAllIncludedTags(Iterable<String> values)

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valuesIterable<String>

The includedTags to add.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

addAllIncludedTargets(Iterable<? extends Target> values)

public WorkflowInvocation.InvocationConfig.Builder addAllIncludedTargets(Iterable<? extends Target> values)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.dataform.v1alpha2.Target>
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

addIncludedTags(String value)

public WorkflowInvocation.InvocationConfig.Builder addIncludedTags(String value)

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The includedTags to add.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

addIncludedTagsBytes(ByteString value)

public WorkflowInvocation.InvocationConfig.Builder addIncludedTagsBytes(ByteString value)

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes of the includedTags to add.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

addIncludedTargets(Target value)

public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(Target value)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueTarget
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

addIncludedTargets(Target.Builder builderForValue)

public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(Target.Builder builderForValue)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
builderForValueTarget.Builder
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

addIncludedTargets(int index, Target value)

public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(int index, Target value)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameters
NameDescription
indexint
valueTarget
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

addIncludedTargets(int index, Target.Builder builderForValue)

public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(int index, Target.Builder builderForValue)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameters
NameDescription
indexint
builderForValueTarget.Builder
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

addIncludedTargetsBuilder()

public Target.Builder addIncludedTargetsBuilder()

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Target.Builder

addIncludedTargetsBuilder(int index)

public Target.Builder addIncludedTargetsBuilder(int index)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint
Returns
TypeDescription
Target.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public WorkflowInvocation.InvocationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

build()

public WorkflowInvocation.InvocationConfig build()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig

buildPartial()

public WorkflowInvocation.InvocationConfig buildPartial()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig

clear()

public WorkflowInvocation.InvocationConfig.Builder clear()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public WorkflowInvocation.InvocationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

clearFullyRefreshIncrementalTablesEnabled()

public WorkflowInvocation.InvocationConfig.Builder clearFullyRefreshIncrementalTablesEnabled()

Immutable. When set to true, any incremental tables will be fully refreshed.

bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

clearIncludedTags()

public WorkflowInvocation.InvocationConfig.Builder clearIncludedTags()

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

clearIncludedTargets()

public WorkflowInvocation.InvocationConfig.Builder clearIncludedTargets()

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public WorkflowInvocation.InvocationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

clearTransitiveDependenciesIncluded()

public WorkflowInvocation.InvocationConfig.Builder clearTransitiveDependenciesIncluded()

Immutable. When set to true, transitive dependencies of included actions will be executed.

bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

clearTransitiveDependentsIncluded()

public WorkflowInvocation.InvocationConfig.Builder clearTransitiveDependentsIncluded()

Immutable. When set to true, transitive dependents of included actions will be executed.

bool transitive_dependents_included = 4 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

clone()

public WorkflowInvocation.InvocationConfig.Builder clone()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

getDefaultInstanceForType()

public WorkflowInvocation.InvocationConfig getDefaultInstanceForType()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFullyRefreshIncrementalTablesEnabled()

public boolean getFullyRefreshIncrementalTablesEnabled()

Immutable. When set to true, any incremental tables will be fully refreshed.

bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
boolean

The fullyRefreshIncrementalTablesEnabled.

getIncludedTags(int index)

public String getIncludedTags(int index)

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The includedTags at the given index.

getIncludedTagsBytes(int index)

public ByteString getIncludedTagsBytes(int index)

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the includedTags at the given index.

getIncludedTagsCount()

public int getIncludedTagsCount()

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
int

The count of includedTags.

getIncludedTagsList()

public ProtocolStringList getIncludedTagsList()

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ProtocolStringList

A list containing the includedTags.

getIncludedTargets(int index)

public Target getIncludedTargets(int index)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint
Returns
TypeDescription
Target

getIncludedTargetsBuilder(int index)

public Target.Builder getIncludedTargetsBuilder(int index)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint
Returns
TypeDescription
Target.Builder

getIncludedTargetsBuilderList()

public List<Target.Builder> getIncludedTargetsBuilderList()

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
List<Builder>

getIncludedTargetsCount()

public int getIncludedTargetsCount()

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
int

getIncludedTargetsList()

public List<Target> getIncludedTargetsList()

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
List<Target>

getIncludedTargetsOrBuilder(int index)

public TargetOrBuilder getIncludedTargetsOrBuilder(int index)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetOrBuilder

getIncludedTargetsOrBuilderList()

public List<? extends TargetOrBuilder> getIncludedTargetsOrBuilderList()

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
List<? extends com.google.cloud.dataform.v1alpha2.TargetOrBuilder>

getTransitiveDependenciesIncluded()

public boolean getTransitiveDependenciesIncluded()

Immutable. When set to true, transitive dependencies of included actions will be executed.

bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
boolean

The transitiveDependenciesIncluded.

getTransitiveDependentsIncluded()

public boolean getTransitiveDependentsIncluded()

Immutable. When set to true, transitive dependents of included actions will be executed.

bool transitive_dependents_included = 4 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
boolean

The transitiveDependentsIncluded.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(WorkflowInvocation.InvocationConfig other)

public WorkflowInvocation.InvocationConfig.Builder mergeFrom(WorkflowInvocation.InvocationConfig other)
Parameter
NameDescription
otherWorkflowInvocation.InvocationConfig
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public WorkflowInvocation.InvocationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public WorkflowInvocation.InvocationConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final WorkflowInvocation.InvocationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

removeIncludedTargets(int index)

public WorkflowInvocation.InvocationConfig.Builder removeIncludedTargets(int index)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public WorkflowInvocation.InvocationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

setFullyRefreshIncrementalTablesEnabled(boolean value)

public WorkflowInvocation.InvocationConfig.Builder setFullyRefreshIncrementalTablesEnabled(boolean value)

Immutable. When set to true, any incremental tables will be fully refreshed.

bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueboolean

The fullyRefreshIncrementalTablesEnabled to set.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

setIncludedTags(int index, String value)

public WorkflowInvocation.InvocationConfig.Builder setIncludedTags(int index, String value)

Immutable. The set of tags to include.

repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The includedTags to set.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

setIncludedTargets(int index, Target value)

public WorkflowInvocation.InvocationConfig.Builder setIncludedTargets(int index, Target value)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameters
NameDescription
indexint
valueTarget
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

setIncludedTargets(int index, Target.Builder builderForValue)

public WorkflowInvocation.InvocationConfig.Builder setIncludedTargets(int index, Target.Builder builderForValue)

Immutable. The set of action identifiers to include.

repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameters
NameDescription
indexint
builderForValueTarget.Builder
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public WorkflowInvocation.InvocationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

setTransitiveDependenciesIncluded(boolean value)

public WorkflowInvocation.InvocationConfig.Builder setTransitiveDependenciesIncluded(boolean value)

Immutable. When set to true, transitive dependencies of included actions will be executed.

bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueboolean

The transitiveDependenciesIncluded to set.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

setTransitiveDependentsIncluded(boolean value)

public WorkflowInvocation.InvocationConfig.Builder setTransitiveDependentsIncluded(boolean value)

Immutable. When set to true, transitive dependents of included actions will be executed.

bool transitive_dependents_included = 4 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueboolean

The transitiveDependentsIncluded to set.

Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final WorkflowInvocation.InvocationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides