Reference documentation and code samples for the Google Cloud Dms V1 Client class CommitConversionWorkspaceRequest.
Request message for 'CommitConversionWorkspace' request.
Generated from protobuf message google.cloud.clouddms.v1.CommitConversionWorkspaceRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the conversion workspace resource to commit. |
↳ commit_name |
string
Optional. Optional name of the commit. |
getName
Required. Name of the conversion workspace resource to commit.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the conversion workspace resource to commit.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCommitName
Optional. Optional name of the commit.
Returns | |
---|---|
Type | Description |
string |
setCommitName
Optional. Optional name of the commit.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |