Reference documentation and code samples for the Google Cloud Dms V1 Client class ConversionWorkspaceInfo.
A conversion workspace's version.
Generated from protobuf message google.cloud.clouddms.v1.ConversionWorkspaceInfo
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The resource name (URI) of the conversion workspace. |
↳ commit_id |
string
The commit ID of the conversion workspace. |
getName
The resource name (URI) of the conversion workspace.
Returns | |
---|---|
Type | Description |
string |
setName
The resource name (URI) of the conversion workspace.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCommitId
The commit ID of the conversion workspace.
Returns | |
---|---|
Type | Description |
string |
setCommitId
The commit ID of the conversion workspace.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |