net.spals.appbuilder.app.examples.grpc.rest.PostUserResponseV2OrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rest_routes_v2.proto
package net.spals.appbuilder.app.examples.grpc.rest;
public interface PostUserResponseV2OrBuilder extends
// @@protoc_insertion_point(interface_extends:PostUserResponseV2)
com.google.protobuf.MessageOrBuilder {
/**
* optional string id = 1;
*/
boolean hasId();
/**
* optional string id = 1;
*/
java.lang.String getId();
/**
* optional string id = 1;
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* optional string name = 2;
*/
boolean hasName();
/**
* optional string name = 2;
*/
java.lang.String getName();
/**
* optional string name = 2;
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy