Google Cloud Vmware Engine V1 Client - Class ListNodesResponse (0.5.5)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class ListNodesResponse.

Response message for VmwareEngine.ListNodes

Generated from protobuf message google.cloud.vmwareengine.v1.ListNodesResponse

Namespace

Google \ Cloud \ VmwareEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ nodes array<Google\Cloud\VmwareEngine\V1\Node>

The nodes.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getNodes

The nodes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNodes

The nodes.

Parameter
Name Description
var array<Google\Cloud\VmwareEngine\V1\Node>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this