Generated from protobuf messagegoogle.cloud.workflows.v1.ListWorkflowRevisionsRequest
Namespace
Google \ Cloud \ Workflows \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Workflows V1 Client - Class ListWorkflowRevisionsRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-workflows/latest/V1.ListWorkflowRevisionsRequest)\n- [1.1.0](/php/docs/reference/cloud-workflows/1.1.0/V1.ListWorkflowRevisionsRequest)\n- [1.0.3](/php/docs/reference/cloud-workflows/1.0.3/V1.ListWorkflowRevisionsRequest)\n- [0.5.5](/php/docs/reference/cloud-workflows/0.5.5/V1.ListWorkflowRevisionsRequest)\n- [0.4.2](/php/docs/reference/cloud-workflows/0.4.2/V1.ListWorkflowRevisionsRequest)\n- [0.3.0](/php/docs/reference/cloud-workflows/0.3.0/V1.ListWorkflowRevisionsRequest)\n- [0.2.17](/php/docs/reference/cloud-workflows/0.2.17/V1.ListWorkflowRevisionsRequest) \nReference documentation and code samples for the Google Cloud Workflows V1 Client class ListWorkflowRevisionsRequest.\n\nRequest for the\n[ListWorkflowRevisions](/php/docs/reference/cloud-workflows/latest/V1.Client.WorkflowsClient#_Google_Cloud_Workflows_V1_Client_WorkflowsClient__listWorkflowRevisions__)\nmethod.\n\nGenerated from protobuf message `google.cloud.workflows.v1.ListWorkflowRevisionsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Workflows \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. Workflow for which the revisions should be listed.\n\nFormat: projects/{project}/locations/{location}/workflows/{workflow}\n\n### setName\n\nRequired. Workflow for which the revisions should be listed.\n\nFormat: projects/{project}/locations/{location}/workflows/{workflow}\n\n### getPageSize\n\nThe maximum number of revisions to return per page. If a value is not\nspecified, a default value of 20 is used. The maximum permitted value is\n\n1. Values greater than 100 are coerced down to 100.\n\n### setPageSize\n\nThe maximum number of revisions to return per page. If a value is not\nspecified, a default value of 20 is used. The maximum permitted value is\n\n1. Values greater than 100 are coerced down to 100.\n\n### getPageToken\n\nThe page token, received from a previous ListWorkflowRevisions call.\n\nProvide this to retrieve the subsequent page.\n\n### setPageToken\n\nThe page token, received from a previous ListWorkflowRevisions call.\n\nProvide this to retrieve the subsequent page."]]