All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.xezzon.geom.user.AddUserReqOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: user.proto

// Protobuf Java Version: 3.25.1
package io.github.xezzon.geom.user;

public interface AddUserReqOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.github.xezzon.geom.user.AddUserReq)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 用户名
   * 
* * string username = 1; * @return The username. */ java.lang.String getUsername(); /** *
   * 用户名
   * 
* * string username = 1; * @return The bytes for username. */ com.google.protobuf.ByteString getUsernameBytes(); /** *
   * 昵称
   * 
* * optional string nickname = 2; * @return Whether the nickname field is set. */ boolean hasNickname(); /** *
   * 昵称
   * 
* * optional string nickname = 2; * @return The nickname. */ java.lang.String getNickname(); /** *
   * 昵称
   * 
* * optional string nickname = 2; * @return The bytes for nickname. */ com.google.protobuf.ByteString getNicknameBytes(); /** *
   * 密码
   * 
* * string password = 3; * @return The password. */ java.lang.String getPassword(); /** *
   * 密码
   * 
* * string password = 3; * @return The bytes for password. */ com.google.protobuf.ByteString getPasswordBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy