- 0.54.0 (latest)
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class ListMigrationSubtasksRequest.Builder extends GeneratedMessageV3.Builder<ListMigrationSubtasksRequest.Builder> implements ListMigrationSubtasksRequestOrBuilder
A request to list previously created migration subtasks.
Protobuf type google.cloud.bigquery.migration.v2alpha.ListMigrationSubtasksRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListMigrationSubtasksRequest.BuilderImplements
ListMigrationSubtasksRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListMigrationSubtasksRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListMigrationSubtasksRequest.Builder |
build()
public ListMigrationSubtasksRequest build()
Type | Description |
ListMigrationSubtasksRequest |
buildPartial()
public ListMigrationSubtasksRequest buildPartial()
Type | Description |
ListMigrationSubtasksRequest |
clear()
public ListMigrationSubtasksRequest.Builder clear()
Type | Description |
ListMigrationSubtasksRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListMigrationSubtasksRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListMigrationSubtasksRequest.Builder |
clearFilter()
public ListMigrationSubtasksRequest.Builder clearFilter()
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];
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListMigrationSubtasksRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListMigrationSubtasksRequest.Builder |
clearPageSize()
public ListMigrationSubtasksRequest.Builder clearPageSize()
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];
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
clearPageToken()
public ListMigrationSubtasksRequest.Builder clearPageToken()
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];
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
clearParent()
public ListMigrationSubtasksRequest.Builder clearParent()
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) = { ... }
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
clearReadMask()
public ListMigrationSubtasksRequest.Builder clearReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ListMigrationSubtasksRequest.Builder |
clone()
public ListMigrationSubtasksRequest.Builder clone()
Type | Description |
ListMigrationSubtasksRequest.Builder |
getDefaultInstanceForType()
public ListMigrationSubtasksRequest getDefaultInstanceForType()
Type | Description |
ListMigrationSubtasksRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFilter()
public String 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];
Type | Description |
String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()
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];
Type | Description |
ByteString | The bytes for filter. |
getPageSize()
public int 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];
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
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];
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
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];
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public String 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) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
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) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getReadMask()
public FieldMask getReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
FieldMask | The readMask. |
getReadMaskBuilder()
public FieldMask.Builder getReadMaskBuilder()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Builder |
getReadMaskOrBuilder()
public FieldMaskOrBuilder getReadMaskOrBuilder()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
FieldMaskOrBuilder |
hasReadMask()
public boolean hasReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the readMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListMigrationSubtasksRequest other)
public ListMigrationSubtasksRequest.Builder mergeFrom(ListMigrationSubtasksRequest other)
Name | Description |
other | ListMigrationSubtasksRequest |
Type | Description |
ListMigrationSubtasksRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMigrationSubtasksRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMigrationSubtasksRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListMigrationSubtasksRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListMigrationSubtasksRequest.Builder |
mergeReadMask(FieldMask value)
public ListMigrationSubtasksRequest.Builder mergeReadMask(FieldMask value)
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | FieldMask |
Type | Description |
ListMigrationSubtasksRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListMigrationSubtasksRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListMigrationSubtasksRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListMigrationSubtasksRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListMigrationSubtasksRequest.Builder |
setFilter(String value)
public ListMigrationSubtasksRequest.Builder setFilter(String value)
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];
Name | Description |
value | String The filter to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListMigrationSubtasksRequest.Builder setFilterBytes(ByteString value)
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];
Name | Description |
value | ByteString The bytes for filter to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListMigrationSubtasksRequest.Builder setPageSize(int value)
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];
Name | Description |
value | int The pageSize to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListMigrationSubtasksRequest.Builder setPageToken(String value)
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];
Name | Description |
value | String The pageToken to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListMigrationSubtasksRequest.Builder setPageTokenBytes(ByteString value)
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];
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setParent(String value)
public ListMigrationSubtasksRequest.Builder setParent(String value)
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) = { ... }
Name | Description |
value | String The parent to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListMigrationSubtasksRequest.Builder setParentBytes(ByteString value)
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) = { ... }
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
ListMigrationSubtasksRequest.Builder | This builder for chaining. |
setReadMask(FieldMask value)
public ListMigrationSubtasksRequest.Builder setReadMask(FieldMask value)
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | FieldMask |
Type | Description |
ListMigrationSubtasksRequest.Builder |
setReadMask(FieldMask.Builder builderForValue)
public ListMigrationSubtasksRequest.Builder setReadMask(FieldMask.Builder builderForValue)
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | Builder |
Type | Description |
ListMigrationSubtasksRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListMigrationSubtasksRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListMigrationSubtasksRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListMigrationSubtasksRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListMigrationSubtasksRequest.Builder |