public static interface RiakDtPB.MapFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getName()
required bytes name = 1; |
RiakDtPB.MapField.MapFieldType |
getType()
required .MapField.MapFieldType type = 2; |
boolean |
hasName()
required bytes name = 1; |
boolean |
hasType()
required .MapField.MapFieldType type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required bytes name = 1;
com.google.protobuf.ByteString getName()
required bytes name = 1;
boolean hasType()
required .MapField.MapFieldType type = 2;
RiakDtPB.MapField.MapFieldType getType()
required .MapField.MapFieldType type = 2;
Copyright © 2016. All rights reserved.