Class WorkflowInvocation.InvocationConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
      • getDefaultInstanceForType

        public WorkflowInvocation.InvocationConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public WorkflowInvocation.InvocationConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public WorkflowInvocation.InvocationConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder>
      • 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];
      • 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 interface WorkflowInvocation.InvocationConfigOrBuilder
        Returns:
        A list containing the 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 interface WorkflowInvocation.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 interface WorkflowInvocation.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 interface WorkflowInvocation.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 interface WorkflowInvocation.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 interface WorkflowInvocation.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.