Google Cloud Chronicle V1 Client - Class ListFeaturedContentNativeDashboardsResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListFeaturedContentNativeDashboardsResponse.

Response message for listing FeaturedContentNativeDashboards.

Generated from protobuf message google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsResponse

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ featured_content_native_dashboards array<FeaturedContentNativeDashboard>

The list of FeaturedContentNativeDashboards. Ordered by name by default.

↳ 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.

getFeaturedContentNativeDashboards

The list of FeaturedContentNativeDashboards.

Ordered by name by default.

Returns
Type Description
Google\Protobuf\RepeatedField<FeaturedContentNativeDashboard>

setFeaturedContentNativeDashboards

The list of FeaturedContentNativeDashboards.

Ordered by name by default.

Parameter
Name Description
var array<FeaturedContentNativeDashboard>
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