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

io.github.xezzon.geom.user.AddUserRespOrBuilder 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 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