Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ImportNativeDashboardsResponse.
Response message for importing dashboards.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#results
def results() -> ::Array<::Google::Cloud::Chronicle::V1::ImportExportStatus>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::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.