Google Cloud Chronicle V1 Client - Class ListNativeDashboardsResponse (0.4.0)

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

Response message for listing dashboards.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ native_dashboards array<NativeDashboard>

The dashboards from the specified chronicle instance.

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

getNativeDashboards

The dashboards from the specified chronicle instance.

Returns
Type Description
Google\Protobuf\RepeatedField<NativeDashboard>

setNativeDashboards

The dashboards from the specified chronicle instance.

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