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

net.spals.appbuilder.app.examples.grpc.rest.PostUserRequestV2OrBuilder 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 PostUserRequestV2OrBuilder extends
    // @@protoc_insertion_point(interface_extends:PostUserRequestV2)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   */
  boolean hasName();
  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy