Chronicle v1 API - Class ImportNativeDashboardsResponse (1.0.0-beta05)

public sealed class ImportNativeDashboardsResponse : IMessage<ImportNativeDashboardsResponse>, IEquatable<ImportNativeDashboardsResponse>, IDeepCloneable<ImportNativeDashboardsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class ImportNativeDashboardsResponse.

Response message for importing dashboards.

Inheritance

object > ImportNativeDashboardsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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