public sealed class LatencyReport.Types.CallbackLatency : IMessage<LatencyReport.Types.CallbackLatency>, IEquatable<LatencyReport.Types.CallbackLatency>, IDeepCloneable<LatencyReport.Types.CallbackLatency>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class LatencyReport.Types.CallbackLatency.
Latency metrics for a single callback.
Implements
IMessageLatencyReportTypesCallbackLatency, IEquatableLatencyReportTypesCallbackLatency, IDeepCloneableLatencyReportTypesCallbackLatency, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
CallbackLatency()
public CallbackLatency()CallbackLatency(CallbackLatency)
public CallbackLatency(LatencyReport.Types.CallbackLatency other)| Parameter | |
|---|---|
| Name | Description |
other |
LatencyReportTypesCallbackLatency |
Properties
LatencyMetrics
public LatencyReport.Types.LatencyMetrics LatencyMetrics { get; set; }Output only. The latency metrics for the callback.
| Property Value | |
|---|---|
| Type | Description |
LatencyReportTypesLatencyMetrics |
|
Stage
public string Stage { get; set; }Output only. The stage of the callback.
| Property Value | |
|---|---|
| Type | Description |
string |
|