public sealed class ExportInsightsDataMetadata : IMessage<ExportInsightsDataMetadata>, IEquatable<ExportInsightsDataMetadata>, IDeepCloneable<ExportInsightsDataMetadata>, IBufferMessage, IMessage
Metadata for an export insights operation.
Implements
IMessage<ExportInsightsDataMetadata>, IEquatable<ExportInsightsDataMetadata>, IDeepCloneable<ExportInsightsDataMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ExportInsightsDataMetadata()
public ExportInsightsDataMetadata()
ExportInsightsDataMetadata(ExportInsightsDataMetadata)
public ExportInsightsDataMetadata(ExportInsightsDataMetadata other)
Parameter | |
---|---|
Name | Description |
other | ExportInsightsDataMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
PartialErrors
public RepeatedField<Status> PartialErrors { get; }
Partial errors during export operation that might cause the operation output to be incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
Request
public ExportInsightsDataRequest Request { get; set; }
The original request for export.
Property Value | |
---|---|
Type | Description |
ExportInsightsDataRequest |