main.java.com.streamlayer.studio.users.RequestResetPasswordResponseOrBuilder 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 RequestResetPasswordResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.studio.users.RequestResetPasswordResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* bool success = 1 [json_name = "success"];
* @return The success.
*/
boolean getSuccess();
}