Class Neighbor.Builder (3.84.0)

public static final class Neighbor.Builder extends GeneratedMessage.Builder<Neighbor.Builder> implements NeighborOrBuilder

Neighbors for example-based explanations.

Protobuf type google.cloud.aiplatform.v1.Neighbor

Implements

NeighborOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Neighbor build()
Returns
Type Description
Neighbor

buildPartial()

public Neighbor buildPartial()
Returns
Type Description
Neighbor

clear()

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

clearNeighborDistance()

public Neighbor.Builder clearNeighborDistance()

Output only. The neighbor distance.

double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Neighbor.Builder

This builder for chaining.

clearNeighborId()

public Neighbor.Builder clearNeighborId()

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Neighbor.Builder

This builder for chaining.

getDefaultInstanceForType()

public Neighbor getDefaultInstanceForType()
Returns
Type Description
Neighbor

getDescriptorForType()

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

getNeighborDistance()

public double getNeighborDistance()

Output only. The neighbor distance.

double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The neighborDistance.

getNeighborId()

public String getNeighborId()

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The neighborId.

getNeighborIdBytes()

public ByteString getNeighborIdBytes()

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for neighborId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Neighbor other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setNeighborDistance(double value)

public Neighbor.Builder setNeighborDistance(double value)

Output only. The neighbor distance.

double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value double

The neighborDistance to set.

Returns
Type Description
Neighbor.Builder

This builder for chaining.

setNeighborId(String value)

public Neighbor.Builder setNeighborId(String value)

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The neighborId to set.

Returns
Type Description
Neighbor.Builder

This builder for chaining.

setNeighborIdBytes(ByteString value)

public Neighbor.Builder setNeighborIdBytes(ByteString value)

Output only. The neighbor id.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for neighborId to set.

Returns
Type Description
Neighbor.Builder

This builder for chaining.