BatchInput.User.Builder |
BatchInput.User.Builder.clear() |
BatchInput.User.Builder |
BatchInput.User.Builder.clearLogin()
optional string login = 1;
|
BatchInput.User.Builder |
BatchInput.User.Builder.clearName()
optional string name = 2;
|
BatchInput.User.Builder |
BatchInput.User.Builder.mergeFrom(BatchInput.User other) |
BatchInput.User.Builder |
BatchInput.User.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchInput.User.Builder |
BatchInput.User.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchInput.User.Builder |
BatchInput.User.newBuilder() |
static BatchInput.User.Builder |
BatchInput.User.newBuilder(BatchInput.User prototype) |
BatchInput.User.Builder |
BatchInput.User.newBuilderForType() |
protected BatchInput.User.Builder |
BatchInput.User.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchInput.User.Builder |
BatchInput.User.Builder.setLogin(String value)
optional string login = 1;
|
BatchInput.User.Builder |
BatchInput.User.Builder.setLoginBytes(com.google.protobuf.ByteString value)
optional string login = 1;
|
BatchInput.User.Builder |
BatchInput.User.Builder.setName(String value)
optional string name = 2;
|
BatchInput.User.Builder |
BatchInput.User.Builder.setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;
|
BatchInput.User.Builder |
BatchInput.User.toBuilder() |