public sealed class DeployFlowMetadata : IMessage<DeployFlowMetadata>, IEquatable<DeployFlowMetadata>, IDeepCloneable<DeployFlowMetadata>, IBufferMessage, IMessage
Metadata returned for the [Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow] long running operation.
Implements
IMessage<DeployFlowMetadata>, IEquatable<DeployFlowMetadata>, IDeepCloneable<DeployFlowMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DeployFlowMetadata()
public DeployFlowMetadata()
DeployFlowMetadata(DeployFlowMetadata)
public DeployFlowMetadata(DeployFlowMetadata other)
Parameter | |
---|---|
Name | Description |
other | DeployFlowMetadata |
Properties
TestErrors
public RepeatedField<TestError> TestErrors { get; }
Errors of running deployment tests.
Property Value | |
---|---|
Type | Description |
RepeatedField<TestError> |