public interface UpdateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Vector's unique id.
|
com.google.protobuf.ByteString |
getIdBytes()
Vector's unique id.
|
java.lang.String |
getNamespace()
Namespace name where to update the vector.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace name where to update the vector.
|
com.google.protobuf.Struct |
getSetMetadata()
Metadata to *set* for the vector.
|
com.google.protobuf.StructOrBuilder |
getSetMetadataOrBuilder()
Metadata to *set* for the vector.
|
SparseValues |
getSparseValues()
.SparseValues sparse_values = 5; |
SparseValuesOrBuilder |
getSparseValuesOrBuilder()
.SparseValues sparse_values = 5; |
float |
getValues(int index)
Vector data.
|
int |
getValuesCount()
Vector data.
|
java.util.List<java.lang.Float> |
getValuesList()
Vector data.
|
boolean |
hasSetMetadata()
Metadata to *set* for the vector.
|
boolean |
hasSparseValues()
.SparseValues sparse_values = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getId()
Vector's unique id.
string id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getIdBytes()
Vector's unique id.
string id = 1 [(.google.api.field_behavior) = REQUIRED];java.util.List<java.lang.Float> getValuesList()
Vector data.
repeated float values = 2;int getValuesCount()
Vector data.
repeated float values = 2;float getValues(int index)
Vector data.
repeated float values = 2;index - The index of the element to return.boolean hasSparseValues()
.SparseValues sparse_values = 5;SparseValues getSparseValues()
.SparseValues sparse_values = 5;SparseValuesOrBuilder getSparseValuesOrBuilder()
.SparseValues sparse_values = 5;boolean hasSetMetadata()
Metadata to *set* for the vector.
.google.protobuf.Struct set_metadata = 3;com.google.protobuf.Struct getSetMetadata()
Metadata to *set* for the vector.
.google.protobuf.Struct set_metadata = 3;com.google.protobuf.StructOrBuilder getSetMetadataOrBuilder()
Metadata to *set* for the vector.
.google.protobuf.Struct set_metadata = 3;java.lang.String getNamespace()
Namespace name where to update the vector.
string namespace = 4;com.google.protobuf.ByteString getNamespaceBytes()
Namespace name where to update the vector.
string namespace = 4;