class ProjectsLocationsVersions extends Resource (View source)

The "versions" collection of methods.

Typical usage is:

 $datafusionService = new Google\Service\DataFusion(...);
 $versions = $datafusionService->projects_locations_versions;

Methods

listProjectsLocationsVersions(string $parent, array $optParams = [])

Lists possible versions for Data Fusion instances in the specified project and location. (versions.listProjectsLocationsVersions)

Details

ListAvailableVersionsResponse listProjectsLocationsVersions(string $parent, array $optParams = [])

Lists possible versions for Data Fusion instances in the specified project and location. (versions.listProjectsLocationsVersions)

Parameters

string $parent

Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.

array $optParams

Optional parameters.

Return Value

ListAvailableVersionsResponse

Exceptions

Exception