public static final class QueryWorkflowInvocationActionsResponse.Builder extends GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder> implements QueryWorkflowInvocationActionsResponseOrBuilder
   
   QueryWorkflowInvocationActions response message.
 Protobuf type google.cloud.dataform.v1.QueryWorkflowInvocationActionsResponse
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder addAllWorkflowInvocationActions(Iterable<? extends WorkflowInvocationAction> values)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.dataform.v1.WorkflowInvocationAction>
  | 
      
    
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction value)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction.Builder builderForValue)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction value)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
  
    public WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder()
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
    public WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder(int index)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse build()
   
  
  
  
  
    public QueryWorkflowInvocationActionsResponse buildPartial()
   
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public QueryWorkflowInvocationActionsResponse.Builder clearNextPageToken()
   
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
 
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder clearWorkflowInvocationActions()
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The nextPageToken. 
 | 
      
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for nextPageToken. 
 | 
      
    
  
  
  
  
    public WorkflowInvocationAction getWorkflowInvocationActions(int index)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public WorkflowInvocationAction.Builder getWorkflowInvocationActionsBuilder(int index)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public List<WorkflowInvocationAction.Builder> getWorkflowInvocationActionsBuilderList()
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
    public int getWorkflowInvocationActionsCount()
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  
  
    public List<WorkflowInvocationAction> getWorkflowInvocationActionsList()
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
    public WorkflowInvocationActionOrBuilder getWorkflowInvocationActionsOrBuilder(int index)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.dataform.v1.WorkflowInvocationActionOrBuilder> | 
         | 
      
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(QueryWorkflowInvocationActionsResponse other)
   
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  
  
    public final QueryWorkflowInvocationActionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder removeWorkflowInvocationActions(int index)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public QueryWorkflowInvocationActionsResponse.Builder setNextPageToken(String value)
   
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The nextPageToken to set. 
 | 
      
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public QueryWorkflowInvocationActionsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for nextPageToken to set. 
 | 
      
    
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final QueryWorkflowInvocationActionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction value)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;
 
 
  
  
  
  
  
    public QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
   
   List of workflow invocation actions.
 
 repeated .google.cloud.dataform.v1.WorkflowInvocationAction workflow_invocation_actions = 1;