Class FailedLocation.Builder (0.87.0)

public static final class FailedLocation.Builder extends GeneratedMessage.Builder<FailedLocation.Builder> implements FailedLocationOrBuilder

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

Protobuf type google.dataflow.v1beta3.FailedLocation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public FailedLocation build()
Returns
Type Description
FailedLocation

buildPartial()

public FailedLocation buildPartial()
Returns
Type Description
FailedLocation

clear()

public FailedLocation.Builder clear()
Returns
Type Description
FailedLocation.Builder
Overrides

clearName()

public FailedLocation.Builder clearName()

The name of the regional endpoint that failed to respond.

string name = 1;

Returns
Type Description
FailedLocation.Builder

This builder for chaining.

getDefaultInstanceForType()

public FailedLocation getDefaultInstanceForType()
Returns
Type Description
FailedLocation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

The name of the regional endpoint that failed to respond.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the regional endpoint that failed to respond.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FailedLocation other)

public FailedLocation.Builder mergeFrom(FailedLocation other)
Parameter
Name Description
other FailedLocation
Returns
Type Description
FailedLocation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FailedLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FailedLocation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FailedLocation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FailedLocation.Builder
Overrides

setName(String value)

public FailedLocation.Builder setName(String value)

The name of the regional endpoint that failed to respond.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
FailedLocation.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FailedLocation.Builder setNameBytes(ByteString value)

The name of the regional endpoint that failed to respond.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
FailedLocation.Builder

This builder for chaining.