public static interface SparseFeature.ValueFeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the value-feature.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the value-feature.
|
boolean |
hasName()
Name of the value-feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of the value-feature. This should be a reference to an existing feature in the schema.
optional string name = 1;String getName()
Name of the value-feature. This should be a reference to an existing feature in the schema.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the value-feature. This should be a reference to an existing feature in the schema.
optional string name = 1;Copyright © 2020 Gojek. All rights reserved.