Google Cloud Dataplex V1 Client - Class ListAssetsResponse (0.11.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListAssetsResponse.

List assets response.

Generated from protobuf message google.cloud.dataplex.v1.ListAssetsResponse

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ assets array<Google\Cloud\Dataplex\V1\Asset>

Asset under the given parent zone.

↳ next_page_token string

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

getAssets

Asset under the given parent zone.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAssets

Asset under the given parent zone.

Parameter
NameDescription
var array<Google\Cloud\Dataplex\V1\Asset>
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