Google Cloud Data Fusion V1 Client - Class ListAvailableVersionsResponse (0.2.11)

Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class ListAvailableVersionsResponse.

Response message for the list available versions request.

Generated from protobuf message google.cloud.datafusion.v1.ListAvailableVersionsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ available_versions array<Google\Cloud\DataFusion\V1\Version>

Represents a list of versions that are supported.

↳ next_page_token string

Token to retrieve the next page of results or empty if there are no more results in the list.

getAvailableVersions

Represents a list of versions that are supported.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAvailableVersions

Represents a list of versions that are supported.

Parameter
NameDescription
var array<Google\Cloud\DataFusion\V1\Version>
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results or empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results or empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this