Class WorkflowInvocation.InvocationConfig

  • All Implemented Interfaces:
    WorkflowInvocation.InvocationConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    WorkflowInvocation

    public static final class WorkflowInvocation.InvocationConfig
    extends com.google.protobuf.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
    See Also:
    Serialized Form
    • Field Detail

      • INCLUDED_TARGETS_FIELD_NUMBER

        public static final int INCLUDED_TARGETS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INCLUDED_TAGS_FIELD_NUMBER

        public static final int INCLUDED_TAGS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER

        public static final int TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER

        public static final int TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER

        public static final int FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static WorkflowInvocation.InvocationConfig parseFrom​(ByteBuffer data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WorkflowInvocation.InvocationConfig parseFrom​(com.google.protobuf.ByteString data)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WorkflowInvocation.InvocationConfig parseFrom​(com.google.protobuf.ByteString data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WorkflowInvocation.InvocationConfig parseFrom​(byte[] data)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WorkflowInvocation.InvocationConfig parseFrom​(byte[] data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

        protected WorkflowInvocation.InvocationConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<WorkflowInvocation.InvocationConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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