public sealed class ImportNativeDashboardsResponse : IMessage<ImportNativeDashboardsResponse>, IEquatable<ImportNativeDashboardsResponse>, IDeepCloneable<ImportNativeDashboardsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ImportNativeDashboardsResponse.
Response message for importing dashboards.
Implements
IMessageImportNativeDashboardsResponse, IEquatableImportNativeDashboardsResponse, IDeepCloneableImportNativeDashboardsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ImportNativeDashboardsResponse()
public ImportNativeDashboardsResponse()ImportNativeDashboardsResponse(ImportNativeDashboardsResponse)
public ImportNativeDashboardsResponse(ImportNativeDashboardsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportNativeDashboardsResponse |
Properties
Results
public RepeatedField<ImportExportStatus> Results { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldImportExportStatus |
|