public static final class QueryWorkflowInvocationActionsResponse.Builder extends GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder> implements QueryWorkflowInvocationActionsResponseOrBuilder
QueryWorkflowInvocationActions
response message.
Protobuf type google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
public QueryWorkflowInvocationActionsResponse.Builder addAllWorkflowInvocationActions(Iterable<? extends WorkflowInvocationAction> values)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Name |
Description |
values |
Iterable<? extends com.google.cloud.dataform.v1alpha2.WorkflowInvocationAction>
|
Returns
public QueryWorkflowInvocationActionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Returns
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Returns
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameters
Returns
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameters
Returns
public WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Returns
public WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Name |
Description |
index |
int
|
Returns
public QueryWorkflowInvocationActionsResponse build()
Returns
public QueryWorkflowInvocationActionsResponse buildPartial()
Returns
public QueryWorkflowInvocationActionsResponse.Builder clear()
Returns
Overrides
public QueryWorkflowInvocationActionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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;
Returns
public QueryWorkflowInvocationActionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public QueryWorkflowInvocationActionsResponse.Builder clearWorkflowInvocationActions()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Returns
public QueryWorkflowInvocationActionsResponse.Builder clone()
Returns
Overrides
public QueryWorkflowInvocationActionsResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
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.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Name |
Description |
index |
int
|
Returns
public WorkflowInvocationAction.Builder getWorkflowInvocationActionsBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Name |
Description |
index |
int
|
Returns
public List<WorkflowInvocationAction.Builder> getWorkflowInvocationActionsBuilderList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Returns
public int getWorkflowInvocationActionsCount()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Returns
public List<WorkflowInvocationAction> getWorkflowInvocationActionsList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Returns
public WorkflowInvocationActionOrBuilder getWorkflowInvocationActionsOrBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Name |
Description |
index |
int
|
Returns
public List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Returns
Type |
Description |
List<? extends com.google.cloud.dataform.v1alpha2.WorkflowInvocationActionOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(QueryWorkflowInvocationActionsResponse other)
Parameter
Returns
public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final QueryWorkflowInvocationActionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public QueryWorkflowInvocationActionsResponse.Builder removeWorkflowInvocationActions(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameter
Name |
Description |
index |
int
|
Returns
public QueryWorkflowInvocationActionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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.
|
Returns
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.
|
Returns
public QueryWorkflowInvocationActionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final QueryWorkflowInvocationActionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameters
Returns
public QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
Parameters
Returns