Class WorkflowInvocation.InvocationConfig (0.12.0)

public static final class WorkflowInvocation.InvocationConfig extends GeneratedMessageV3 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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkflowInvocation.InvocationConfig

Static Fields

FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER

public static final int FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER
Field Value
TypeDescription
int

INCLUDED_TAGS_FIELD_NUMBER

public static final int INCLUDED_TAGS_FIELD_NUMBER
Field Value
TypeDescription
int

INCLUDED_TARGETS_FIELD_NUMBER

public static final int INCLUDED_TARGETS_FIELD_NUMBER
Field Value
TypeDescription
int

TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER

public static final int TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER
Field Value
TypeDescription
int

TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER

public static final int TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static WorkflowInvocation.InvocationConfig getDefaultInstance()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig

getDescriptor()

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

newBuilder()

public static WorkflowInvocation.InvocationConfig.Builder newBuilder()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

newBuilder(WorkflowInvocation.InvocationConfig prototype)

public static WorkflowInvocation.InvocationConfig.Builder newBuilder(WorkflowInvocation.InvocationConfig prototype)
Parameter
NameDescription
prototypeWorkflowInvocation.InvocationConfig
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

parseDelimitedFrom(InputStream input)

public static WorkflowInvocation.InvocationConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocation.InvocationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static WorkflowInvocation.InvocationConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocation.InvocationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WorkflowInvocation.InvocationConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocation.InvocationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WorkflowInvocation.InvocationConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocation.InvocationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static WorkflowInvocation.InvocationConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocation.InvocationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static WorkflowInvocation.InvocationConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocation.InvocationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocation.InvocationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<WorkflowInvocation.InvocationConfig> parser()
Returns
TypeDescription
Parser<InvocationConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

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

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

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>

getParserForType()

public Parser<WorkflowInvocation.InvocationConfig> getParserForType()
Returns
TypeDescription
Parser<InvocationConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public WorkflowInvocation.InvocationConfig.Builder newBuilderForType()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WorkflowInvocation.InvocationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public WorkflowInvocation.InvocationConfig.Builder toBuilder()
Returns
TypeDescription
WorkflowInvocation.InvocationConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException