public static final class WorkflowInvocation.InvocationConfig.Builder extends com.google.protobuf.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.InvocationConfiggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WorkflowInvocation.InvocationConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WorkflowInvocation.InvocationConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WorkflowInvocation.InvocationConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder mergeFrom(WorkflowInvocation.InvocationConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public WorkflowInvocation.InvocationConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WorkflowInvocation.InvocationConfig.Builder>IOExceptionpublic 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];
getIncludedTargetsList in interface WorkflowInvocation.InvocationConfigOrBuilderpublic int getIncludedTargetsCount()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
getIncludedTargetsCount in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
getIncludedTargets in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
getIncludedTargetsOrBuilder in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
getIncludedTargetsOrBuilderList in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
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];
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];
public com.google.protobuf.ProtocolStringList getIncludedTagsList()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];getIncludedTagsList in interface WorkflowInvocation.InvocationConfigOrBuilderpublic int getIncludedTagsCount()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];getIncludedTagsCount in interface WorkflowInvocation.InvocationConfigOrBuilderpublic String getIncludedTags(int index)
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];getIncludedTags in interface WorkflowInvocation.InvocationConfigOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getIncludedTagsBytes(int index)
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];getIncludedTagsBytes in interface WorkflowInvocation.InvocationConfigOrBuilderindex - The index of the value to return.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];index - The index to set the value at.value - The includedTags to set.public WorkflowInvocation.InvocationConfig.Builder addIncludedTags(String value)
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];value - The includedTags to add.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];values - The includedTags to add.public WorkflowInvocation.InvocationConfig.Builder clearIncludedTags()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];public WorkflowInvocation.InvocationConfig.Builder addIncludedTagsBytes(com.google.protobuf.ByteString value)
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];value - The bytes of the includedTags to add.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];
getTransitiveDependenciesIncluded in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
value - The transitiveDependenciesIncluded to set.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];
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];
getTransitiveDependentsIncluded in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
value - The transitiveDependentsIncluded to set.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];
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];
getFullyRefreshIncrementalTablesEnabled in interface WorkflowInvocation.InvocationConfigOrBuilderpublic 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];
value - The fullyRefreshIncrementalTablesEnabled to set.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];
public final WorkflowInvocation.InvocationConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>public final WorkflowInvocation.InvocationConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>Copyright © 2024 Google LLC. All rights reserved.