Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ImportNativeDashboardsRequest.
Request message to import dashboards.
Generated from protobuf message google.cloud.chronicle.v1.ImportNativeDashboardsRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance} |
↳ source |
ImportNativeDashboardsInlineSource
Required. The data will imported from this proto. |
getParent
Required. The parent resource where this dashboard will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource where this dashboard will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
Required. The data will imported from this proto.
| Returns | |
|---|---|
| Type | Description |
ImportNativeDashboardsInlineSource|null |
|
hasSource
clearSource
setSource
Required. The data will imported from this proto.
| Parameter | |
|---|---|
| Name | Description |
var |
ImportNativeDashboardsInlineSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance} Please see NativeDashboardServiceClient::instanceName() for help formatting this field. |
source |
ImportNativeDashboardsInlineSource
Required. The data will imported from this proto. |
| Returns | |
|---|---|
| Type | Description |
ImportNativeDashboardsRequest |
|