Class Neighbor (1.3.0)

public final class Neighbor extends GeneratedMessageV3 implements NeighborOrBuilder

Neighbors for example-based explanations.

Protobuf type google.cloud.vertexai.v1.Neighbor

Implements

NeighborOrBuilder

Static Fields

NEIGHBOR_DISTANCE_FIELD_NUMBER

public static final int NEIGHBOR_DISTANCE_FIELD_NUMBER
Field Value
Type Description
int

NEIGHBOR_ID_FIELD_NUMBER

public static final int NEIGHBOR_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Neighbor getDefaultInstance()
Returns
Type Description
Neighbor

getDescriptor()

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

newBuilder()

public static Neighbor.Builder newBuilder()
Returns
Type Description
Neighbor.Builder

newBuilder(Neighbor prototype)

public static Neighbor.Builder newBuilder(Neighbor prototype)
Parameter
Name Description
prototype Neighbor
Returns
Type Description
Neighbor.Builder

parseDelimitedFrom(InputStream input)

public static Neighbor parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Neighbor
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Neighbor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Neighbor
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Neighbor parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Neighbor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Neighbor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Neighbor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Neighbor parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Neighbor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Neighbor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Neighbor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Neighbor parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Neighbor
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Neighbor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Neighbor
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Neighbor parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Neighbor
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Neighbor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Neighbor
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Neighbor parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Neighbor
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Neighbor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Neighbor
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Neighbor> parser()
Returns
Type Description
Parser<Neighbor>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Neighbor getDefaultInstanceForType()
Returns
Type Description
Neighbor

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.

getParserForType()

public Parser<Neighbor> getParserForType()
Returns
Type Description
Parser<Neighbor>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Neighbor.Builder newBuilderForType()
Returns
Type Description
Neighbor.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Neighbor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Neighbor.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Neighbor.Builder toBuilder()
Returns
Type Description
Neighbor.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException