Send feedback Class WorkflowInvocation.InvocationConfig (0.7.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.7.0keyboard_arrow_down
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.v1beta1.WorkflowInvocation.InvocationConfig
Static Fields
public static final int FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER
Field Value
public static final int INCLUDED_TAGS_FIELD_NUMBER
Field Value
public static final int INCLUDED_TARGETS_FIELD_NUMBER
Field Value
public static final int TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER
Field Value
public static final int TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER
Field Value Static Methods
public static WorkflowInvocation . InvocationConfig getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static WorkflowInvocation . InvocationConfig . Builder newBuilder ()
Returns
public static WorkflowInvocation . InvocationConfig . Builder newBuilder ( WorkflowInvocation . InvocationConfig )
Parameter Returns
public static WorkflowInvocation . InvocationConfig parseDelimitedFrom ( InputStream input )
Parameter Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( byte [] data )
Parameter Name Description data byte []
Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( ByteString data )
Parameter Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( CodedInputStream input )
Parameter Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( InputStream input )
Parameter Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( ByteBuffer data )
Parameter Returns Exceptions
public static WorkflowInvocation . InvocationConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static Parser<WorkflowInvocation . InvocationConfig > parser ()
Returns Methods
public boolean equals ( Object obj )
Parameter Returns Overrides
public WorkflowInvocation . InvocationConfig getDefaultInstanceForType ()
Returns
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 Type Description boolean The fullyRefreshIncrementalTablesEnabled.
public String getIncludedTags ( int index )
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
Parameter Name Description index int
The index of the element to return.
Returns Type Description String The includedTags at the given index.
public ByteString getIncludedTagsBytes ( int index )
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
Parameter Name Description index int
The index of the value to return.
Returns Type Description ByteString The bytes of the includedTags at the given index.
public int getIncludedTagsCount ()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns Type Description int The count of includedTags.
public ProtocolStringList getIncludedTagsList ()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns
public Target getIncludedTargets ( int index )
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter Returns
public int getIncludedTargetsCount ()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns
public List<Target> getIncludedTargetsList ()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns
public TargetOrBuilder getIncludedTargetsOrBuilder ( int index )
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter Returns
public List <? extends TargetOrBuilder > getIncludedTargetsOrBuilderList ()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns Type Description List <? extends com.google.cloud.dataform.v1beta1.TargetOrBuilder >
public Parser<WorkflowInvocation . InvocationConfig > getParserForType ()
Returns Overrides
public int getSerializedSize ()
Returns Overrides
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 Type Description boolean The transitiveDependenciesIncluded.
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 Type Description boolean The transitiveDependentsIncluded.
public final UnknownFieldSet getUnknownFields ()
Returns Overrides Returns Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides
public final boolean isInitialized ()
Returns Overrides
public WorkflowInvocation . InvocationConfig . Builder newBuilderForType ()
Returns
protected WorkflowInvocation . InvocationConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter Returns Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter Returns Overrides
public WorkflowInvocation . InvocationConfig . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter Overrides Exceptions Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]