RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.clear() |
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.clearPassword()
required bytes password = 2;
|
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.clearUser()
required bytes user = 1;
|
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.clone() |
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.mergeFrom(com.google.protobuf.Message other) |
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.mergeFrom(RiakPB.RpbAuthReq other) |
static RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.newBuilder() |
static RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.newBuilder(RiakPB.RpbAuthReq prototype) |
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.newBuilderForType() |
protected RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.setPassword(com.google.protobuf.ByteString value)
required bytes password = 2;
|
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.Builder.setUser(com.google.protobuf.ByteString value)
required bytes user = 1;
|
RiakPB.RpbAuthReq.Builder |
RiakPB.RpbAuthReq.toBuilder() |