Reference documentation and code samples for the Google Cloud Chronicle V1 Client class InstallFeaturedContentNativeDashboardResponse.
Response message for installing a FeaturedContentNativeDashboard.
Generated from protobuf message google.cloud.chronicle.v1.InstallFeaturedContentNativeDashboardResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ native_dashboard |
string
Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id} |
getNativeDashboard
Optional. The resource name of the NativeDashboard created.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setNativeDashboard
Optional. The resource name of the NativeDashboard created.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|