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
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 prototype)
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.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter
Name |
Description |
index |
int
|
Returns
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
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
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
Name |
Description |
index |
int
|
Returns
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
Type |
Description |
List<? extends com.google.cloud.dataform.v1alpha2.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