Reference documentation and code samples for the Google Cloud Dms V1 Client class DescribeConversionWorkspaceRevisionsRequest.
Request message for 'DescribeConversionWorkspaceRevisions' request.
Generated from protobuf message google.cloud.clouddms.v1.DescribeConversionWorkspaceRevisionsRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conversion_workspace |
string
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}. |
↳ commit_id |
string
Optional. Optional filter to request a specific commit ID. |
getConversionWorkspace
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setConversionWorkspace
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCommitId
Optional. Optional filter to request a specific commit ID.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCommitId
Optional. Optional filter to request a specific commit ID.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|