public interface SparseValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIndices(int index)
repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED]; |
int |
getIndicesCount()
repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED]; |
java.util.List<java.lang.Integer> |
getIndicesList()
repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED]; |
float |
getValues(int index)
repeated float values = 2 [(.google.api.field_behavior) = REQUIRED]; |
int |
getValuesCount()
repeated float values = 2 [(.google.api.field_behavior) = REQUIRED]; |
java.util.List<java.lang.Float> |
getValuesList()
repeated float values = 2 [(.google.api.field_behavior) = REQUIRED]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Integer> getIndicesList()
repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED];int getIndicesCount()
repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED];int getIndices(int index)
repeated uint32 indices = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.java.util.List<java.lang.Float> getValuesList()
repeated float values = 2 [(.google.api.field_behavior) = REQUIRED];int getValuesCount()
repeated float values = 2 [(.google.api.field_behavior) = REQUIRED];float getValues(int index)
repeated float values = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.