Reference documentation and code samples for the Google Cloud Dms V1 Client class CreateConversionWorkspaceRequest.
Request message to create a new Conversion Workspace in the specified project and region.
Generated from protobuf message google.cloud.clouddms.v1.CreateConversionWorkspaceRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent which owns this collection of conversion workspaces.
↳ conversion_workspace_id
string
Required. The ID of the conversion workspace to create.
↳ conversion_workspace
↳ request_id
string
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
getParent
Required. The parent which owns this collection of conversion workspaces.
string
setParent
Required. The parent which owns this collection of conversion workspaces.
var
string
$this
getConversionWorkspaceId
Required. The ID of the conversion workspace to create.
string
setConversionWorkspaceId
Required. The ID of the conversion workspace to create.
var
string
$this
getConversionWorkspace
Required. Represents a conversion workspace object.
hasConversionWorkspace
clearConversionWorkspace
setConversionWorkspace
Required. Represents a conversion workspace object.
$this
getRequestId
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string
setRequestId
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
var
string
$this
static::build
parent
string
Required. The parent which owns this collection of conversion workspaces. Please see Google\Cloud\CloudDms\V1\DataMigrationServiceClient::locationName() for help formatting this field.
conversionWorkspace
conversionWorkspaceId
string
Required. The ID of the conversion workspace to create.