main.java.com.streamlayer.users.RequestPasswordResponseOrBuilder 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/users/users.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.users;
public interface RequestPasswordResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.RequestPasswordResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* bool requested = 1 [json_name = "requested"];
* @return The requested.
*/
boolean getRequested();
/**
* string uid = 2 [json_name = "uid"];
* @return The uid.
*/
java.lang.String getUid();
/**
* string uid = 2 [json_name = "uid"];
* @return The bytes for uid.
*/
com.google.protobuf.ByteString
getUidBytes();
}