Class FailedLocation (1.0.0-beta03)

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

Indicates which regional endpoint failed to respond to a request for data.

Inheritance

Object > FailedLocation

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

FailedLocation()

public FailedLocation()

FailedLocation(FailedLocation)

public FailedLocation(FailedLocation other)
Parameter
NameDescription
otherFailedLocation

Properties

Name

public string Name { get; set; }

The name of the regional endpoint that failed to respond.

Property Value
TypeDescription
String