main.java.com.streamlayer.studio.users.ResetPasswordRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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 ResetPasswordRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.studio.users.ResetPasswordRequest)
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();
/**
* string new_password = 2 [json_name = "newPassword"];
* @return The newPassword.
*/
java.lang.String getNewPassword();
/**
* string new_password = 2 [json_name = "newPassword"];
* @return The bytes for newPassword.
*/
com.google.protobuf.ByteString
getNewPasswordBytes();
/**
* string reset_token = 3 [json_name = "resetToken"];
* @return The resetToken.
*/
java.lang.String getResetToken();
/**
* string reset_token = 3 [json_name = "resetToken"];
* @return The bytes for resetToken.
*/
com.google.protobuf.ByteString
getResetTokenBytes();
}