public interface QueryWorkflowInvocationActionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getWorkflowInvocationActions(int index)
public abstract WorkflowInvocationAction getWorkflowInvocationActions(int index)List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
| Name | Description |
index |
int |
| Type | Description |
WorkflowInvocationAction |
getWorkflowInvocationActionsCount()
public abstract int getWorkflowInvocationActionsCount()List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
| Type | Description |
int |
getWorkflowInvocationActionsList()
public abstract List<WorkflowInvocationAction> getWorkflowInvocationActionsList()List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
| Type | Description |
List<WorkflowInvocationAction> |
getWorkflowInvocationActionsOrBuilder(int index)
public abstract WorkflowInvocationActionOrBuilder getWorkflowInvocationActionsOrBuilder(int index)List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
| Name | Description |
index |
int |
| Type | Description |
WorkflowInvocationActionOrBuilder |
getWorkflowInvocationActionsOrBuilderList()
public abstract List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
| Type | Description |
List<? extends com.google.cloud.dataform.v1beta1.WorkflowInvocationActionOrBuilder> |