Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class ListAvailableVersionsRequest.
Request message for the list available versions request.
Generated from protobuf messagegoogle.cloud.datafusion.v1.ListAvailableVersionsRequest
Namespace
Google \ Cloud \ DataFusion \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.
↳ page_size
int
The maximum number of items to return.
↳ page_token
string
The next_page_token value to use if there are additional results to retrieve for this list request.
↳ latest_patch_only
bool
Whether or not to return the latest patch of every available minor version. If true, only the latest patch will be returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0]
getParent
Required. The project and location for which to retrieve instance information
in the format projects/{project}/locations/{location}.
Returns
Type
Description
string
setParent
Required. The project and location for which to retrieve instance information
in the format projects/{project}/locations/{location}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of items to return.
Returns
Type
Description
int
setPageSize
The maximum number of items to return.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The next_page_token value to use if there are additional
results to retrieve for this list request.
Returns
Type
Description
string
setPageToken
The next_page_token value to use if there are additional
results to retrieve for this list request.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getLatestPatchOnly
Whether or not to return the latest patch of every available minor version.
If true, only the latest patch will be returned. Ex. if allowed versions is
[6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0]
Returns
Type
Description
bool
setLatestPatchOnly
Whether or not to return the latest patch of every available minor version.
If true, only the latest patch will be returned. Ex. if allowed versions is
[6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0]
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project and location for which to retrieve instance information
in the format projects/{project}/locations/{location}. Please seeDataFusionClient::locationName()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 Data Fusion V1 Client - Class ListAvailableVersionsRequest (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-data-fusion/latest/V1.ListAvailableVersionsRequest)\n- [1.0.4](/php/docs/reference/cloud-data-fusion/1.0.4/V1.ListAvailableVersionsRequest)\n- [0.6.5](/php/docs/reference/cloud-data-fusion/0.6.5/V1.ListAvailableVersionsRequest)\n- [0.5.2](/php/docs/reference/cloud-data-fusion/0.5.2/V1.ListAvailableVersionsRequest)\n- [0.4.1](/php/docs/reference/cloud-data-fusion/0.4.1/V1.ListAvailableVersionsRequest)\n- [0.3.0](/php/docs/reference/cloud-data-fusion/0.3.0/V1.ListAvailableVersionsRequest)\n- [0.2.11](/php/docs/reference/cloud-data-fusion/0.2.11/V1.ListAvailableVersionsRequest) \nReference documentation and code samples for the Google Cloud Data Fusion V1 Client class ListAvailableVersionsRequest.\n\nRequest message for the list available versions request.\n\nGenerated from protobuf message `google.cloud.datafusion.v1.ListAvailableVersionsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataFusion \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and location for which to retrieve instance information\nin the format projects/{project}/locations/{location}.\n\n### setParent\n\nRequired. The project and location for which to retrieve instance information\nin the format projects/{project}/locations/{location}.\n\n### getPageSize\n\nThe maximum number of items to return.\n\n### setPageSize\n\nThe maximum number of items to return.\n\n### getPageToken\n\nThe next_page_token value to use if there are additional\nresults to retrieve for this list request.\n\n### setPageToken\n\nThe next_page_token value to use if there are additional\nresults to retrieve for this list request.\n\n### getLatestPatchOnly\n\nWhether or not to return the latest patch of every available minor version.\n\nIf true, only the latest patch will be returned. Ex. if allowed versions is\n\\[6.1.1, 6.1.2, 6.2.0\\] then response will be \\[6.1.2, 6.2.0\\]\n\n### setLatestPatchOnly\n\nWhether or not to return the latest patch of every available minor version.\n\nIf true, only the latest patch will be returned. Ex. if allowed versions is\n\\[6.1.1, 6.1.2, 6.2.0\\] then response will be \\[6.1.2, 6.2.0\\]\n\n### static::build"]]