Class InvocationConfig.Builder (0.29.0)

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

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

Protobuf type google.cloud.dataform.v1beta1.InvocationConfig

Static Methods

getDescriptor()

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

Methods

addAllIncludedTags(Iterable<String> values)

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

Optional. The set of tags to include.

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

Parameter
NameDescription
valuesIterable<String>

The includedTags to add.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

addAllIncludedTargets(Iterable<? extends Target> values)

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

Optional. The set of action identifiers to include.

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

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

addIncludedTags(String value)

public InvocationConfig.Builder addIncludedTags(String value)

Optional. The set of tags to include.

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

Parameter
NameDescription
valueString

The includedTags to add.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

addIncludedTagsBytes(ByteString value)

public InvocationConfig.Builder addIncludedTagsBytes(ByteString value)

Optional. The set of tags to include.

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

Parameter
NameDescription
valueByteString

The bytes of the includedTags to add.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

addIncludedTargets(Target value)

public InvocationConfig.Builder addIncludedTargets(Target value)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
valueTarget
Returns
TypeDescription
InvocationConfig.Builder

addIncludedTargets(Target.Builder builderForValue)

public InvocationConfig.Builder addIncludedTargets(Target.Builder builderForValue)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
builderForValueTarget.Builder
Returns
TypeDescription
InvocationConfig.Builder

addIncludedTargets(int index, Target value)

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

Optional. The set of action identifiers to include.

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

Parameters
NameDescription
indexint
valueTarget
Returns
TypeDescription
InvocationConfig.Builder

addIncludedTargets(int index, Target.Builder builderForValue)

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

Optional. The set of action identifiers to include.

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

Parameters
NameDescription
indexint
builderForValueTarget.Builder
Returns
TypeDescription
InvocationConfig.Builder

addIncludedTargetsBuilder()

public Target.Builder addIncludedTargetsBuilder()

Optional. The set of action identifiers to include.

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

Returns
TypeDescription
Target.Builder

addIncludedTargetsBuilder(int index)

public Target.Builder addIncludedTargetsBuilder(int index)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Target.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public InvocationConfig build()
Returns
TypeDescription
InvocationConfig

buildPartial()

public InvocationConfig buildPartial()
Returns
TypeDescription
InvocationConfig

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearFullyRefreshIncrementalTablesEnabled()

public InvocationConfig.Builder clearFullyRefreshIncrementalTablesEnabled()

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

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

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

clearIncludedTags()

public InvocationConfig.Builder clearIncludedTags()

Optional. The set of tags to include.

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

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

clearIncludedTargets()

public InvocationConfig.Builder clearIncludedTargets()

Optional. The set of action identifiers to include.

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

Returns
TypeDescription
InvocationConfig.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearServiceAccount()

public InvocationConfig.Builder clearServiceAccount()

Optional. The service account to run workflow invocations under.

string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

clearTransitiveDependenciesIncluded()

public InvocationConfig.Builder clearTransitiveDependenciesIncluded()

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

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

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

clearTransitiveDependentsIncluded()

public InvocationConfig.Builder clearTransitiveDependentsIncluded()

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

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

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public InvocationConfig getDefaultInstanceForType()
Returns
TypeDescription
InvocationConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFullyRefreshIncrementalTablesEnabled()

public boolean getFullyRefreshIncrementalTablesEnabled()

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

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

Returns
TypeDescription
boolean

The fullyRefreshIncrementalTablesEnabled.

getIncludedTags(int index)

public String getIncludedTags(int index)

Optional. The set of tags to include.

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

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)

Optional. The set of tags to include.

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

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()

Optional. The set of tags to include.

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

Returns
TypeDescription
int

The count of includedTags.

getIncludedTagsList()

public ProtocolStringList getIncludedTagsList()

Optional. The set of tags to include.

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

Returns
TypeDescription
ProtocolStringList

A list containing the includedTags.

getIncludedTargets(int index)

public Target getIncludedTargets(int index)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Target

getIncludedTargetsBuilder(int index)

public Target.Builder getIncludedTargetsBuilder(int index)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Target.Builder

getIncludedTargetsBuilderList()

public List<Target.Builder> getIncludedTargetsBuilderList()

Optional. The set of action identifiers to include.

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

Returns
TypeDescription
List<Builder>

getIncludedTargetsCount()

public int getIncludedTargetsCount()

Optional. The set of action identifiers to include.

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

Returns
TypeDescription
int

getIncludedTargetsList()

public List<Target> getIncludedTargetsList()

Optional. The set of action identifiers to include.

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

Returns
TypeDescription
List<Target>

getIncludedTargetsOrBuilder(int index)

public TargetOrBuilder getIncludedTargetsOrBuilder(int index)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetOrBuilder

getIncludedTargetsOrBuilderList()

public List<? extends TargetOrBuilder> getIncludedTargetsOrBuilderList()

Optional. The set of action identifiers to include.

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

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

getServiceAccount()

public String getServiceAccount()

Optional. The service account to run workflow invocations under.

string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

Optional. The service account to run workflow invocations under.

string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getTransitiveDependenciesIncluded()

public boolean getTransitiveDependenciesIncluded()

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

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

Returns
TypeDescription
boolean

The transitiveDependenciesIncluded.

getTransitiveDependentsIncluded()

public boolean getTransitiveDependentsIncluded()

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

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

Returns
TypeDescription
boolean

The transitiveDependentsIncluded.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(InvocationConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeIncludedTargets(int index)

public InvocationConfig.Builder removeIncludedTargets(int index)

Optional. The set of action identifiers to include.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
InvocationConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setFullyRefreshIncrementalTablesEnabled(boolean value)

public InvocationConfig.Builder setFullyRefreshIncrementalTablesEnabled(boolean value)

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

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

Parameter
NameDescription
valueboolean

The fullyRefreshIncrementalTablesEnabled to set.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

setIncludedTags(int index, String value)

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

Optional. The set of tags to include.

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

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The includedTags to set.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

setIncludedTargets(int index, Target value)

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

Optional. The set of action identifiers to include.

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

Parameters
NameDescription
indexint
valueTarget
Returns
TypeDescription
InvocationConfig.Builder

setIncludedTargets(int index, Target.Builder builderForValue)

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

Optional. The set of action identifiers to include.

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

Parameters
NameDescription
indexint
builderForValueTarget.Builder
Returns
TypeDescription
InvocationConfig.Builder

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

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

setServiceAccount(String value)

public InvocationConfig.Builder setServiceAccount(String value)

Optional. The service account to run workflow invocations under.

string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The serviceAccount to set.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

public InvocationConfig.Builder setServiceAccountBytes(ByteString value)

Optional. The service account to run workflow invocations under.

string service_account = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for serviceAccount to set.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

setTransitiveDependenciesIncluded(boolean value)

public InvocationConfig.Builder setTransitiveDependenciesIncluded(boolean value)

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

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

Parameter
NameDescription
valueboolean

The transitiveDependenciesIncluded to set.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

setTransitiveDependentsIncluded(boolean value)

public InvocationConfig.Builder setTransitiveDependentsIncluded(boolean value)

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

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

Parameter
NameDescription
valueboolean

The transitiveDependentsIncluded to set.

Returns
TypeDescription
InvocationConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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