Reference documentation and code samples for the Google Cloud Workflows V1 Client class ListWorkflowRevisionsRequest.
Request for the ListWorkflowRevisions method.
Generated from protobuf message google.cloud.workflows.v1.ListWorkflowRevisionsRequest
Namespace
Google \ Cloud \ Workflows \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
↳ page_size
int
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100. Values greater than 100 are coerced down to 100.
↳ page_token
string
The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.
getName
Required. Workflow for which the revisions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string
setName
Required. Workflow for which the revisions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
var
string
$this
getPageSize
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is
- Values greater than 100 are coerced down to 100.
int
setPageSize
The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is
- Values greater than 100 are coerced down to 100.
var
int
$this
getPageToken
The page token, received from a previous ListWorkflowRevisions call.
Provide this to retrieve the subsequent page.
string
setPageToken
The page token, received from a previous ListWorkflowRevisions call.
Provide this to retrieve the subsequent page.
var
string
$this