Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ImportExportStatus.
ImportExportStatus is a wrapper for dashboard name and status.
Generated from protobuf message google.cloud.chronicle.v1.ImportExportStatus
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dashboard |
string
The resource name of the dashboard if it was supplied in the request. |
↳ status |
Google\Rpc\Status
Output only. Status of the import/export operation. |
getDashboard
The resource name of the dashboard if it was supplied in the request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDashboard
The resource name of the dashboard if it was supplied in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
Output only. Status of the import/export operation.
| Returns | |
|---|---|
| Type | Description |
Google\Rpc\Status|null |
|
hasStatus
clearStatus
setStatus
Output only. Status of the import/export operation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Rpc\Status
|
| Returns | |
|---|---|
| Type | Description |
$this |
|