Google Cloud Config V1 Client - Class ListTerraformVersionsResponse (0.5.1)

Reference documentation and code samples for the Google Cloud Config V1 Client class ListTerraformVersionsResponse.

The response message for the ListTerraformVersions method.

Generated from protobuf message google.cloud.config.v1.ListTerraformVersionsResponse

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ terraform_versions array<Google\Cloud\Config\V1\TerraformVersion>

List of TerraformVersions.

↳ next_page_token string

Token to be supplied to the next ListTerraformVersions request via page_token to obtain the next set of results.

↳ unreachable array

Unreachable resources, if any.

getTerraformVersions

List of TerraformVersions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTerraformVersions

List of TerraformVersions.

Parameter
Name Description
var array<Google\Cloud\Config\V1\TerraformVersion>
Returns
Type Description
$this

getNextPageToken

Token to be supplied to the next ListTerraformVersions request via page_token to obtain the next set of results.

Returns
Type Description
string

setNextPageToken

Token to be supplied to the next ListTerraformVersions request via page_token to obtain the next set of results.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unreachable resources, if any.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable resources, if any.

Parameter
Name Description
var string[]
Returns
Type Description
$this