public static final class QueryWorkflowInvocationActionsResponse.Builder extends GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder> implements QueryWorkflowInvocationActionsResponseOrBuilder
QueryWorkflowInvocationActions
response message.
Protobuf type google.cloud.dataform.v1beta1.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()
ReturnsMethods
public QueryWorkflowInvocationActionsResponse.Builder addAllWorkflowInvocationActions(Iterable<? extends WorkflowInvocationAction> values)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterName | Description |
values | Iterable<? extends com.google.cloud.dataform.v1beta1.WorkflowInvocationAction>
|
Returnspublic QueryWorkflowInvocationActionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridespublic QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParametersReturnspublic QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParametersReturnspublic WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
Returnspublic WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic QueryWorkflowInvocationActionsResponse build()
Returnspublic QueryWorkflowInvocationActionsResponse buildPartial()
Returnspublic QueryWorkflowInvocationActionsResponse.Builder clear()
ReturnsOverridespublic QueryWorkflowInvocationActionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
ParameterReturnsOverridesclearNextPageToken()
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;
Returnspublic QueryWorkflowInvocationActionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
ParameterReturnsOverridespublic QueryWorkflowInvocationActionsResponse.Builder clearWorkflowInvocationActions()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
Returnspublic QueryWorkflowInvocationActionsResponse.Builder clone()
ReturnsOverridespublic QueryWorkflowInvocationActionsResponse getDefaultInstanceForType()
Returnspublic Descriptors.Descriptor getDescriptorForType()
ReturnsOverridesgetNextPageToken()
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;
ReturnsType | 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;
ReturnsType | Description |
ByteString | The bytes for nextPageToken. |
public WorkflowInvocationAction getWorkflowInvocationActions(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic WorkflowInvocationAction.Builder getWorkflowInvocationActionsBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic List<WorkflowInvocationAction.Builder> getWorkflowInvocationActionsBuilderList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
Returnspublic int getWorkflowInvocationActionsCount()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
Returnspublic List<WorkflowInvocationAction> getWorkflowInvocationActionsList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
Returnspublic WorkflowInvocationActionOrBuilder getWorkflowInvocationActionsOrBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ReturnsType | Description |
List<? extends com.google.cloud.dataform.v1beta1.WorkflowInvocationActionOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
ReturnsOverridespublic final boolean isInitialized()
ReturnsOverridespublic QueryWorkflowInvocationActionsResponse.Builder mergeFrom(QueryWorkflowInvocationActionsResponse other)
ParameterReturnspublic QueryWorkflowInvocationActionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsOverridesExceptionspublic QueryWorkflowInvocationActionsResponse.Builder mergeFrom(Message other)
ParameterReturnsOverridespublic final QueryWorkflowInvocationActionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverridespublic QueryWorkflowInvocationActionsResponse.Builder removeWorkflowInvocationActions(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParameterReturnspublic QueryWorkflowInvocationActionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridessetNextPageToken(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;
ParameterName | Description |
value | String
The nextPageToken to set. |
ReturnssetNextPageTokenBytes(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;
ParameterName | Description |
value | ByteString
The bytes for nextPageToken to set. |
Returnspublic QueryWorkflowInvocationActionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
ParametersReturnsOverridespublic final QueryWorkflowInvocationActionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverridespublic QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParametersReturnspublic QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1beta1.WorkflowInvocationAction workflow_invocation_actions = 1;
ParametersReturns