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

net.spals.appbuilder.app.examples.grpc.rest.DeleteUserRequestV2OrBuilder 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 DeleteUserRequestV2OrBuilder extends
    // @@protoc_insertion_point(interface_extends:DeleteUserRequestV2)
    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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy