Dataflow v1beta3 API - Class FailedLocation (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class FailedLocation.

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