io.github.xezzon.geom.user.AddUserRespOrBuilder Maven / Gradle / Ivy
// 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 AddUserRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.github.xezzon.geom.user.AddUserResp)
com.google.protobuf.MessageOrBuilder {
/**
*
* 用户ID
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* 用户ID
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy