Google Cloud Secure Source Manager V1 Client - Class FetchTreeResponse (1.5.0)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class FetchTreeResponse.

Response message containing a list of TreeEntry objects.

Generated from protobuf message google.cloud.securesourcemanager.v1.FetchTreeResponse

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tree_entries array<TreeEntry>

The list of TreeEntry objects.

↳ next_page_token string

A token identifying a page of results the server should return.

getTreeEntries

The list of TreeEntry objects.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTreeEntries

The list of TreeEntry objects.

Parameter
Name Description
var array<TreeEntry>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this