public static final class QueryWorkflowInvocationActionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder> implements QueryWorkflowInvocationActionsResponseOrBuilder
`QueryWorkflowInvocationActions` response message.Protobuf type
google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic QueryWorkflowInvocationActionsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic QueryWorkflowInvocationActionsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic QueryWorkflowInvocationActionsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(QueryWorkflowInvocationActionsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public QueryWorkflowInvocationActionsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QueryWorkflowInvocationActionsResponse.Builder>IOExceptionpublic List<WorkflowInvocationAction> getWorkflowInvocationActionsList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
getWorkflowInvocationActionsList in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic int getWorkflowInvocationActionsCount()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
getWorkflowInvocationActionsCount in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic WorkflowInvocationAction getWorkflowInvocationActions(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
getWorkflowInvocationActions in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder setWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction value)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder addWorkflowInvocationActions(int index, WorkflowInvocationAction.Builder builderForValue)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder addAllWorkflowInvocationActions(Iterable<? extends WorkflowInvocationAction> values)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder clearWorkflowInvocationActions()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public QueryWorkflowInvocationActionsResponse.Builder removeWorkflowInvocationActions(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public WorkflowInvocationAction.Builder getWorkflowInvocationActionsBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public WorkflowInvocationActionOrBuilder getWorkflowInvocationActionsOrBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
getWorkflowInvocationActionsOrBuilder in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic List<? extends WorkflowInvocationActionOrBuilder> getWorkflowInvocationActionsOrBuilderList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
getWorkflowInvocationActionsOrBuilderList in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public WorkflowInvocationAction.Builder addWorkflowInvocationActionsBuilder(int index)
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
public List<WorkflowInvocationAction.Builder> getWorkflowInvocationActionsBuilderList()
List of workflow invocation actions.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocationAction workflow_invocation_actions = 1;
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;getNextPageToken in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic com.google.protobuf.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;getNextPageTokenBytes in interface QueryWorkflowInvocationActionsResponseOrBuilderpublic 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;value - The nextPageToken to set.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 setNextPageTokenBytes(com.google.protobuf.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;value - The bytes for nextPageToken to set.public final QueryWorkflowInvocationActionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>public final QueryWorkflowInvocationActionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.