publicfinalclass ListMigrationSubtasksRequestextendsGeneratedMessageV3implementsListMigrationSubtasksRequestOrBuilder
A request to list previously created migration subtasks.
Protobuf type google.cloud.bigquery.migration.v2alpha.ListMigrationSubtasksRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FILTER_FIELD_NUMBER
publicstaticfinalintFILTER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PAGE_SIZE_FIELD_NUMBER
publicstaticfinalintPAGE_SIZE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PAGE_TOKEN_FIELD_NUMBER
publicstaticfinalintPAGE_TOKEN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PARENT_FIELD_NUMBER
publicstaticfinalintPARENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
READ_MASK_FIELD_NUMBER
publicstaticfinalintREAD_MASK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticListMigrationSubtasksRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticListMigrationSubtasksRequest.BuildernewBuilder()
newBuilder(ListMigrationSubtasksRequest prototype)
publicstaticListMigrationSubtasksRequest.BuildernewBuilder(ListMigrationSubtasksRequestprototype)
publicstaticListMigrationSubtasksRequestparseDelimitedFrom(InputStreaminput)
publicstaticListMigrationSubtasksRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticListMigrationSubtasksRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticListMigrationSubtasksRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticListMigrationSubtasksRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticListMigrationSubtasksRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticListMigrationSubtasksRequestparseFrom(CodedInputStreaminput)
publicstaticListMigrationSubtasksRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticListMigrationSubtasksRequestparseFrom(InputStreaminput)
publicstaticListMigrationSubtasksRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticListMigrationSubtasksRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticListMigrationSubtasksRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ListMigrationSubtasksRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicListMigrationSubtasksRequestgetDefaultInstanceForType()
getFilter()
Optional. The filter to apply. This can be used to get the subtasks of a specific
tasks in a workflow, e.g. migration_task = "ab012" where "ab012" is the
task ID (not the name in the named map).
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The filter.
|
getFilterBytes()
publicByteStringgetFilterBytes()
Optional. The filter to apply. This can be used to get the subtasks of a specific
tasks in a workflow, e.g. migration_task = "ab012" where "ab012" is the
task ID (not the name in the named map).
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for filter.
|
getPageSize()
Optional. The maximum number of migration tasks to return. The service may return
fewer than this number.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The pageSize.
|
getPageToken()
publicStringgetPageToken()
Optional. A page token, received from previous ListMigrationSubtasks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMigrationSubtasks
must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The pageToken.
|
getPageTokenBytes()
publicByteStringgetPageTokenBytes()
Optional. A page token, received from previous ListMigrationSubtasks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMigrationSubtasks
must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for pageToken.
|
getParent()
Required. The migration task of the subtasks to list.
Example: projects/123/locations/us/workflows/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
Required. The migration task of the subtasks to list.
Example: projects/123/locations/us/workflows/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
publicParser<ListMigrationSubtasksRequest>getParserForType()
Overrides
getReadMask()
publicFieldMaskgetReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
FieldMask |
The readMask.
|
getReadMaskOrBuilder()
publicFieldMaskOrBuildergetReadMaskOrBuilder()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasReadMask()
publicbooleanhasReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the readMask field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicListMigrationSubtasksRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedListMigrationSubtasksRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicListMigrationSubtasksRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides