public sealed class FailedLocation : IMessage<FailedLocation>, IEquatable<FailedLocation>, IDeepCloneable<FailedLocation>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class FailedLocation.
Indicates which regional endpoint failed to respond to a request for data.
Implements
IMessageFailedLocation, IEquatableFailedLocation, IDeepCloneableFailedLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
FailedLocation()
public FailedLocation()FailedLocation(FailedLocation)
public FailedLocation(FailedLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
FailedLocation |
Properties
Name
public string Name { get; set; }The name of the regional endpoint that failed to respond.
| Property Value | |
|---|---|
| Type | Description |
string |
|