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

main.java.com.streamlayer.studio.users.RequestResetPasswordRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/studio/users/studio_users.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.studio.users;

public interface RequestResetPasswordRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.studio.users.RequestResetPasswordRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string username = 1 [json_name = "username"];
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 1 [json_name = "username"];
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy