Interface QueryWorkflowInvocationActionsResponseOrBuilder (0.12.0)

public interface QueryWorkflowInvocationActionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkflowInvocationAction

getWorkflowInvocationActionsCount()

public abstract int getWorkflowInvocationActionsCount()

List of workflow invocation actions.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;

Returns
TypeDescription
int

getWorkflowInvocationActionsList()

public abstract List<WorkflowInvocationAction> getWorkflowInvocationActionsList()

List of workflow invocation actions.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkflowInvocationActionOrBuilder

getWorkflowInvocationActionsOrBuilderList()

public abstract List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()

List of workflow invocation actions.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataform.v1beta1.WorkflowInvocationActionOrBuilder>