Class WorkflowInvocation.InvocationConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
- com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig.Builder
-
- All Implemented Interfaces:
WorkflowInvocation.InvocationConfigOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- WorkflowInvocation.InvocationConfig
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 typegoogle.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
clear
public WorkflowInvocation.InvocationConfig.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
getDefaultInstanceForType
public WorkflowInvocation.InvocationConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public WorkflowInvocation.InvocationConfig build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public WorkflowInvocation.InvocationConfig buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public WorkflowInvocation.InvocationConfig.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
setField
public WorkflowInvocation.InvocationConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
clearField
public WorkflowInvocation.InvocationConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
clearOneof
public WorkflowInvocation.InvocationConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
setRepeatedField
public WorkflowInvocation.InvocationConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
addRepeatedField
public WorkflowInvocation.InvocationConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
mergeFrom
public WorkflowInvocation.InvocationConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
mergeFrom
public WorkflowInvocation.InvocationConfig.Builder mergeFrom(WorkflowInvocation.InvocationConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
mergeFrom
public WorkflowInvocation.InvocationConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<WorkflowInvocation.InvocationConfig.Builder>
- Throws:
IOException
-
getIncludedTargetsList
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];
- Specified by:
getIncludedTargetsList
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
-
getIncludedTargetsCount
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];
- Specified by:
getIncludedTargetsCount
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
-
getIncludedTargets
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];
- Specified by:
getIncludedTargets
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
-
setIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder setIncludedTargets(int index, Target value)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
setIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder setIncludedTargets(int index, Target.Builder builderForValue)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
addIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(Target value)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
addIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(int index, Target value)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
addIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(Target.Builder builderForValue)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
addIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(int index, Target.Builder builderForValue)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
addAllIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder addAllIncludedTargets(Iterable<? extends Target> values)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
clearIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder clearIncludedTargets()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
removeIncludedTargets
public WorkflowInvocation.InvocationConfig.Builder removeIncludedTargets(int index)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
getIncludedTargetsBuilder
public Target.Builder getIncludedTargetsBuilder(int index)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
getIncludedTargetsOrBuilder
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];
- Specified by:
getIncludedTargetsOrBuilder
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
-
getIncludedTargetsOrBuilderList
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];
- Specified by:
getIncludedTargetsOrBuilderList
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
-
addIncludedTargetsBuilder
public Target.Builder addIncludedTargetsBuilder()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
addIncludedTargetsBuilder
public Target.Builder addIncludedTargetsBuilder(int index)
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
getIncludedTargetsBuilderList
public List<Target.Builder> getIncludedTargetsBuilderList()
Immutable. The set of action identifiers to include.
repeated .google.cloud.dataform.v1beta1.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
-
getIncludedTagsList
public com.google.protobuf.ProtocolStringList getIncludedTagsList()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getIncludedTagsList
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Returns:
- A list containing the includedTags.
-
getIncludedTagsCount
public int getIncludedTagsCount()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getIncludedTagsCount
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Returns:
- The count of includedTags.
-
getIncludedTags
public String getIncludedTags(int index)
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Specified by:
getIncludedTags
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The includedTags at the given index.
-
getIncludedTagsBytes
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];
- Specified by:
getIncludedTagsBytes
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the includedTags at the given index.
-
setIncludedTags
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];
- Parameters:
index
- The index to set the value at.value
- The includedTags to set.- Returns:
- This builder for chaining.
-
addIncludedTags
public WorkflowInvocation.InvocationConfig.Builder addIncludedTags(String value)
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Parameters:
value
- The includedTags to add.- Returns:
- This builder for chaining.
-
addAllIncludedTags
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];
- Parameters:
values
- The includedTags to add.- Returns:
- This builder for chaining.
-
clearIncludedTags
public WorkflowInvocation.InvocationConfig.Builder clearIncludedTags()
Immutable. The set of tags to include.
repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
- Returns:
- This builder for chaining.
-
addIncludedTagsBytes
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];
- Parameters:
value
- The bytes of the includedTags to add.- Returns:
- This builder for chaining.
-
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];
- Specified by:
getTransitiveDependenciesIncluded
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Returns:
- The transitiveDependenciesIncluded.
-
setTransitiveDependenciesIncluded
public 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];
- Parameters:
value
- The transitiveDependenciesIncluded to set.- Returns:
- This builder for chaining.
-
clearTransitiveDependenciesIncluded
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];
- Returns:
- This builder for chaining.
-
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];
- Specified by:
getTransitiveDependentsIncluded
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Returns:
- The transitiveDependentsIncluded.
-
setTransitiveDependentsIncluded
public 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];
- Parameters:
value
- The transitiveDependentsIncluded to set.- Returns:
- This builder for chaining.
-
clearTransitiveDependentsIncluded
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];
- Returns:
- This builder for chaining.
-
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];
- Specified by:
getFullyRefreshIncrementalTablesEnabled
in interfaceWorkflowInvocation.InvocationConfigOrBuilder
- Returns:
- The fullyRefreshIncrementalTablesEnabled.
-
setFullyRefreshIncrementalTablesEnabled
public 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];
- Parameters:
value
- The fullyRefreshIncrementalTablesEnabled to set.- Returns:
- This builder for chaining.
-
clearFullyRefreshIncrementalTablesEnabled
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];
- Returns:
- This builder for chaining.
-
setUnknownFields
public final WorkflowInvocation.InvocationConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
mergeUnknownFields
public final WorkflowInvocation.InvocationConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
-
-