Generated from protobuf messagegoogle.cloud.dialogflow.cx.v3.ListVersionsRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. TheFlowto list all versions for. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
↳ page_size
int
The maximum number of items to return in a single page. By default 20 and at most 100.
↳ page_token
string
The next_page_token value returned from a previous list request.
getParent
Required. TheFlowto list all
versions for. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
Returns
Type
Description
string
setParent
Required. TheFlowto list all
versions for. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of items to return in a single page. By default 20 and
at most 100.
Returns
Type
Description
int
setPageSize
The maximum number of items to return in a single page. By default 20 and
at most 100.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The next_page_token value returned from a previous list request.
Returns
Type
Description
string
setPageToken
The next_page_token value returned from a previous list request.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. TheFlowto list all
versions for. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>. Please seeVersionsClient::flowName()for help formatting this field.
[[["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 Dialogflow Cx V3 Client - Class ListVersionsRequest (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.ListVersionsRequest)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.ListVersionsRequest)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.ListVersionsRequest)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.ListVersionsRequest)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.ListVersionsRequest)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.ListVersionsRequest)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.ListVersionsRequest)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.ListVersionsRequest)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.ListVersionsRequest) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ListVersionsRequest.\n\nThe request message for\n[Versions.ListVersions](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Client.VersionsClient#_Google_Cloud_Dialogflow_Cx_V3_Client_VersionsClient__listVersions__).\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.ListVersionsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The [Flow](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Flow) to list all\nversions for. Format:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`.\n\n### setParent\n\nRequired. The [Flow](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Flow) to list all\nversions for. Format:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`.\n\n### getPageSize\n\nThe maximum number of items to return in a single page. By default 20 and\nat most 100.\n\n### setPageSize\n\nThe maximum number of items to return in a single page. By default 20 and\nat most 100.\n\n### getPageToken\n\nThe next_page_token value returned from a previous list request.\n\n### setPageToken\n\nThe next_page_token value returned from a previous list request.\n\n### static::build"]]