Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListNativeDashboardsRequest.
Request message to list dashboards.
Generated from protobuf message google.cloud.chronicle.v1.ListNativeDashboardsRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent owning this dashboard collection. Format: projects/{project}/locations/{location}/instances/{instance}
↳ page_size
int
Optional. The maximum number of dashboards to return. The service may return fewer than this value.
↳ page_token
string
Optional. A page token, received from a previous ListDashboards
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDashboards
must match the call that provided the page token.
↳ view
int
Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
getParent
Required. The parent owning this dashboard collection.
Format: projects/{project}/locations/{location}/instances/{instance}
string
setParent
Required. The parent owning this dashboard collection.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getPageSize
Optional. The maximum number of dashboards to return. The service may return fewer than this value.
int
setPageSize
Optional. The maximum number of dashboards to return. The service may return fewer than this value.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListDashboards
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDashboards
must
match the call that provided the page token.
string
setPageToken
Optional. A page token, received from a previous ListDashboards
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDashboards
must
match the call that provided the page token.
var
string
$this
getView
Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
setView
Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
$this
static::build
parent
string
Required. The parent owning this dashboard collection. Format: projects/{project}/locations/{location}/instances/{instance} Please see NativeDashboardServiceClient::instanceName() for help formatting this field.

