Google Cloud Dms V1 Client - Class DescribeConversionWorkspaceRevisionsRequest (1.3.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getCommitId

Optional. Optional filter to request a specific commit ID.

Returns
TypeDescription
string

setCommitId

Optional. Optional filter to request a specific commit ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this