public static final class Neighbor.Builder extends GeneratedMessage.Builder<Neighbor.Builder> implements NeighborOrBuilderNeighbors for example-based explanations.
Protobuf type google.cloud.vertexai.v1.Neighbor
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Neighbor.BuilderImplements
NeighborOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Neighbor.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Neighbor.Builder |
|
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 |
doubleThe 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 |
StringThe 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 |
ByteStringThe bytes for neighborId to set. |
| Returns | |
|---|---|
| Type | Description |
Neighbor.Builder |
This builder for chaining. |