Class ListMigrationWorkflowsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
- com.google.cloud.bigquery.migration.v2.ListMigrationWorkflowsResponse.Builder
-
- All Implemented Interfaces:
ListMigrationWorkflowsResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListMigrationWorkflowsResponse
public static final class ListMigrationWorkflowsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder> implements ListMigrationWorkflowsResponseOrBuilder
Response object for a `ListMigrationWorkflows` call.
Protobuf typegoogle.cloud.bigquery.migration.v2.ListMigrationWorkflowsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMigrationWorkflowsResponse.BuilderaddAllMigrationWorkflows(Iterable<? extends MigrationWorkflow> values)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuilderaddMigrationWorkflows(int index, MigrationWorkflow value)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuilderaddMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuilderaddMigrationWorkflows(MigrationWorkflow value)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuilderaddMigrationWorkflows(MigrationWorkflow.Builder builderForValue)The migration workflows for the specified project / location.MigrationWorkflow.BuilderaddMigrationWorkflowsBuilder()The migration workflows for the specified project / location.MigrationWorkflow.BuilderaddMigrationWorkflowsBuilder(int index)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListMigrationWorkflowsResponsebuild()ListMigrationWorkflowsResponsebuildPartial()ListMigrationWorkflowsResponse.Builderclear()ListMigrationWorkflowsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListMigrationWorkflowsResponse.BuilderclearMigrationWorkflows()The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuilderclearNextPageToken()A token, which can be sent as `page_token` to retrieve the next page.ListMigrationWorkflowsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListMigrationWorkflowsResponse.Builderclone()ListMigrationWorkflowsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()MigrationWorkflowgetMigrationWorkflows(int index)The migration workflows for the specified project / location.MigrationWorkflow.BuildergetMigrationWorkflowsBuilder(int index)The migration workflows for the specified project / location.List<MigrationWorkflow.Builder>getMigrationWorkflowsBuilderList()The migration workflows for the specified project / location.intgetMigrationWorkflowsCount()The migration workflows for the specified project / location.List<MigrationWorkflow>getMigrationWorkflowsList()The migration workflows for the specified project / location.MigrationWorkflowOrBuildergetMigrationWorkflowsOrBuilder(int index)The migration workflows for the specified project / location.List<? extends MigrationWorkflowOrBuilder>getMigrationWorkflowsOrBuilderList()The migration workflows for the specified project / location.StringgetNextPageToken()A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token, which can be sent as `page_token` to retrieve the next page.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListMigrationWorkflowsResponse.BuildermergeFrom(ListMigrationWorkflowsResponse other)ListMigrationWorkflowsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListMigrationWorkflowsResponse.BuildermergeFrom(com.google.protobuf.Message other)ListMigrationWorkflowsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListMigrationWorkflowsResponse.BuilderremoveMigrationWorkflows(int index)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListMigrationWorkflowsResponse.BuildersetMigrationWorkflows(int index, MigrationWorkflow value)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuildersetMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.BuildersetNextPageToken(String value)A token, which can be sent as `page_token` to retrieve the next page.ListMigrationWorkflowsResponse.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)A token, which can be sent as `page_token` to retrieve the next page.ListMigrationWorkflowsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListMigrationWorkflowsResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
clear
public ListMigrationWorkflowsResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
getDefaultInstanceForType
public ListMigrationWorkflowsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListMigrationWorkflowsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListMigrationWorkflowsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListMigrationWorkflowsResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
setField
public ListMigrationWorkflowsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
clearField
public ListMigrationWorkflowsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
clearOneof
public ListMigrationWorkflowsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
setRepeatedField
public ListMigrationWorkflowsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
addRepeatedField
public ListMigrationWorkflowsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
mergeFrom
public ListMigrationWorkflowsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListMigrationWorkflowsResponse.Builder>
-
mergeFrom
public ListMigrationWorkflowsResponse.Builder mergeFrom(ListMigrationWorkflowsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
mergeFrom
public ListMigrationWorkflowsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListMigrationWorkflowsResponse.Builder>- Throws:
IOException
-
getMigrationWorkflowsList
public List<MigrationWorkflow> getMigrationWorkflowsList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;- Specified by:
getMigrationWorkflowsListin interfaceListMigrationWorkflowsResponseOrBuilder
-
getMigrationWorkflowsCount
public int getMigrationWorkflowsCount()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;- Specified by:
getMigrationWorkflowsCountin interfaceListMigrationWorkflowsResponseOrBuilder
-
getMigrationWorkflows
public MigrationWorkflow getMigrationWorkflows(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;- Specified by:
getMigrationWorkflowsin interfaceListMigrationWorkflowsResponseOrBuilder
-
setMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder setMigrationWorkflows(int index, MigrationWorkflow value)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
setMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder setMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
addMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(MigrationWorkflow value)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
addMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(int index, MigrationWorkflow value)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
addMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(MigrationWorkflow.Builder builderForValue)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
addMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
addAllMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder addAllMigrationWorkflows(Iterable<? extends MigrationWorkflow> values)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
clearMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder clearMigrationWorkflows()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
removeMigrationWorkflows
public ListMigrationWorkflowsResponse.Builder removeMigrationWorkflows(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
getMigrationWorkflowsBuilder
public MigrationWorkflow.Builder getMigrationWorkflowsBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
getMigrationWorkflowsOrBuilder
public MigrationWorkflowOrBuilder getMigrationWorkflowsOrBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;- Specified by:
getMigrationWorkflowsOrBuilderin interfaceListMigrationWorkflowsResponseOrBuilder
-
getMigrationWorkflowsOrBuilderList
public List<? extends MigrationWorkflowOrBuilder> getMigrationWorkflowsOrBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;- Specified by:
getMigrationWorkflowsOrBuilderListin interfaceListMigrationWorkflowsResponseOrBuilder
-
addMigrationWorkflowsBuilder
public MigrationWorkflow.Builder addMigrationWorkflowsBuilder()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
addMigrationWorkflowsBuilder
public MigrationWorkflow.Builder addMigrationWorkflowsBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
getMigrationWorkflowsBuilderList
public List<MigrationWorkflow.Builder> getMigrationWorkflowsBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
-
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;- Specified by:
getNextPageTokenin interfaceListMigrationWorkflowsResponseOrBuilder- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public 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;- Specified by:
getNextPageTokenBytesin interfaceListMigrationWorkflowsResponseOrBuilder- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListMigrationWorkflowsResponse.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;- Parameters:
value- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListMigrationWorkflowsResponse.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:
- This builder for chaining.
-
setNextPageTokenBytes
public ListMigrationWorkflowsResponse.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;- Parameters:
value- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListMigrationWorkflowsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
mergeUnknownFields
public final ListMigrationWorkflowsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder>
-
-