
grpc.leaderboard._ScoreRangeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: leaderboard.proto
package grpc.leaderboard;
public interface _ScoreRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:leaderboard._ScoreRange)
com.google.protobuf.MessageOrBuilder {
/**
* .leaderboard._Unbounded unbounded_min = 1;
* @return Whether the unboundedMin field is set.
*/
boolean hasUnboundedMin();
/**
* .leaderboard._Unbounded unbounded_min = 1;
* @return The unboundedMin.
*/
grpc.leaderboard._Unbounded getUnboundedMin();
/**
* .leaderboard._Unbounded unbounded_min = 1;
*/
grpc.leaderboard._UnboundedOrBuilder getUnboundedMinOrBuilder();
/**
*
* IEEE 754 single precision 32 bit floating point number.
* Momento does not support NaN or Inf in leaderboards.
*
*
* float min_inclusive = 2;
* @return Whether the minInclusive field is set.
*/
boolean hasMinInclusive();
/**
*
* IEEE 754 single precision 32 bit floating point number.
* Momento does not support NaN or Inf in leaderboards.
*
*
* float min_inclusive = 2;
* @return The minInclusive.
*/
float getMinInclusive();
/**
* .leaderboard._Unbounded unbounded_max = 3;
* @return Whether the unboundedMax field is set.
*/
boolean hasUnboundedMax();
/**
* .leaderboard._Unbounded unbounded_max = 3;
* @return The unboundedMax.
*/
grpc.leaderboard._Unbounded getUnboundedMax();
/**
* .leaderboard._Unbounded unbounded_max = 3;
*/
grpc.leaderboard._UnboundedOrBuilder getUnboundedMaxOrBuilder();
/**
*
* IEEE 754 single precision 32 bit floating point number.
* Momento does not support NaN or Inf in leaderboards.
*
*
* float max_exclusive = 4;
* @return Whether the maxExclusive field is set.
*/
boolean hasMaxExclusive();
/**
*
* IEEE 754 single precision 32 bit floating point number.
* Momento does not support NaN or Inf in leaderboards.
*
*
* float max_exclusive = 4;
* @return The maxExclusive.
*/
float getMaxExclusive();
grpc.leaderboard._ScoreRange.MinCase getMinCase();
grpc.leaderboard._ScoreRange.MaxCase getMaxCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy