Google Cloud BigQuery Migration V2 Client - Class GetMigrationSubtaskRequest (0.1.4)

Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class GetMigrationSubtaskRequest.

A request to get a previously created migration subtasks.

Generated from protobuf message google.cloud.bigquery.migration.v2.GetMigrationSubtaskRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The unique identifier for the migration subtask. Example: projects/123/locations/us/workflows/1234/subtasks/543

↳ read_mask Google\Protobuf\FieldMask

Optional. The list of fields to be retrieved.

getName

Required. The unique identifier for the migration subtask.

Example: projects/123/locations/us/workflows/1234/subtasks/543

Returns
TypeDescription
string

setName

Required. The unique identifier for the migration subtask.

Example: projects/123/locations/us/workflows/1234/subtasks/543

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReadMask

Optional. The list of fields to be retrieved.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasReadMask

clearReadMask

setReadMask

Optional. The list of fields to be retrieved.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this