Send feedback
  
   
 
  
    
      Class WorkflowInvocation.InvocationConfig (0.46.0)
    
    
      
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
  
   
  
    
  
  
    
    
    
    
  Version 0.46.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
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
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   FULLY_REFRESH_INCREMENTAL_TABLES_ENABLED_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   INCLUDED_TAGS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   INCLUDED_TARGETS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   TRANSITIVE_DEPENDENCIES_INCLUDED_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   TRANSITIVE_DEPENDENTS_INCLUDED_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   WorkflowInvocation . InvocationConfig   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   WorkflowInvocation . InvocationConfig . Builder   newBuilder ()  
  
  
    
public   static   WorkflowInvocation . InvocationConfig . Builder   newBuilder ( WorkflowInvocation . InvocationConfig   prototype )  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   WorkflowInvocation . InvocationConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<WorkflowInvocation . InvocationConfig >  parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   WorkflowInvocation . InvocationConfig   getDefaultInstanceForType ()  
  
  
    
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  
      
        indexint 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  
      
        indexint 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];
    
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  
      
        indexint  
     
  
  
    
      
        Returns  
      
        Type Description  
      
        Target  
     
  
  
    
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  
      
        Type Description  
      
        int  
     
  
  
    
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];
 
    
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  
      
        indexint  
     
  
  
  
    
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 ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  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.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   WorkflowInvocation . InvocationConfig . Builder   newBuilderForType ()  
  
  
    
protected   WorkflowInvocation . InvocationConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   WorkflowInvocation . InvocationConfig . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]