main.java.com.streamlayer.users.GetFriendsRequestOrBuilder 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 GetFriendsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.GetFriendsRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* optional string last_created_at = 1 [json_name = "lastCreatedAt"];
* @return Whether the lastCreatedAt field is set.
*/
boolean hasLastCreatedAt();
/**
* optional string last_created_at = 1 [json_name = "lastCreatedAt"];
* @return The lastCreatedAt.
*/
java.lang.String getLastCreatedAt();
/**
* optional string last_created_at = 1 [json_name = "lastCreatedAt"];
* @return The bytes for lastCreatedAt.
*/
com.google.protobuf.ByteString
getLastCreatedAtBytes();
/**
* optional int32 limit = 2 [json_name = "limit"];
* @return Whether the limit field is set.
*/
boolean hasLimit();
/**
* optional int32 limit = 2 [json_name = "limit"];
* @return The limit.
*/
int getLimit();
}