All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.users.GetFriendsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy