Google Cloud Chronicle V1 Client - Class ImportNativeDashboardsResponse (0.4.0)

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

Response message for importing dashboards.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ results array<ImportExportStatus>

Output only. Represents the status of an import operation for multiple dashboards. Each dashboard's import status is tracked. A status of OK indicates the dashboard was ready for import. Otherwise, an appropriate error code and message are provided. Importantly, the import process is all-or-nothing: if even one dashboard fails to import, the entire import operation is aborted, and none of the dashboards are imported. The order of the statuses will be the same as in the import request.

getResults

Output only. Represents the status of an import operation for multiple dashboards. Each dashboard's import status is tracked. A status of OK indicates the dashboard was ready for import. Otherwise, an appropriate error code and message are provided. Importantly, the import process is all-or-nothing: if even one dashboard fails to import, the entire import operation is aborted, and none of the dashboards are imported. The order of the statuses will be the same as in the import request.

Returns
Type Description
Google\Protobuf\RepeatedField<ImportExportStatus>

setResults

Output only. Represents the status of an import operation for multiple dashboards. Each dashboard's import status is tracked. A status of OK indicates the dashboard was ready for import. Otherwise, an appropriate error code and message are provided. Importantly, the import process is all-or-nothing: if even one dashboard fails to import, the entire import operation is aborted, and none of the dashboards are imported. The order of the statuses will be the same as in the import request.

Parameter
Name Description
var array<ImportExportStatus>
Returns
Type Description
$this