main.java.com.streamlayer.studio.users.UpdatePasswordRequestOrBuilder 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 UpdatePasswordRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.studio.users.UpdatePasswordRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string current_password = 1 [json_name = "currentPassword"];
* @return The currentPassword.
*/
java.lang.String getCurrentPassword();
/**
* string current_password = 1 [json_name = "currentPassword"];
* @return The bytes for currentPassword.
*/
com.google.protobuf.ByteString
getCurrentPasswordBytes();
/**
* 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();
}