public static interface RiakYokozunaPB.RpbYokozunaIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getName()
required bytes name = 1; |
int |
getNVal()
optional uint32 n_val = 3; |
com.google.protobuf.ByteString |
getSchema()
optional bytes schema = 2; |
boolean |
hasName()
required bytes name = 1; |
boolean |
hasNVal()
optional uint32 n_val = 3; |
boolean |
hasSchema()
optional bytes schema = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required bytes name = 1;
Index name
com.google.protobuf.ByteString getName()
required bytes name = 1;
Index name
boolean hasSchema()
optional bytes schema = 2;
Schema name
com.google.protobuf.ByteString getSchema()
optional bytes schema = 2;
Schema name
boolean hasNVal()
optional uint32 n_val = 3;
N value
int getNVal()
optional uint32 n_val = 3;
N value
Copyright © 2016. All rights reserved.