com.yelp.nrtsearch.server.grpc.TotalHits Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientlib Show documentation
Show all versions of clientlib Show documentation
GRPC Clientlib for nrtSearch
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yelp/nrtsearch/search.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
/**
* Protobuf type {@code luceneserver.TotalHits}
*/
public final class TotalHits extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:luceneserver.TotalHits)
TotalHitsOrBuilder {
private static final long serialVersionUID = 0L;
// Use TotalHits.newBuilder() to construct.
private TotalHits(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private TotalHits() {
relation_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TotalHits();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yelp.nrtsearch.server.grpc.SearchResponseProto.internal_static_luceneserver_TotalHits_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yelp.nrtsearch.server.grpc.SearchResponseProto.internal_static_luceneserver_TotalHits_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yelp.nrtsearch.server.grpc.TotalHits.class, com.yelp.nrtsearch.server.grpc.TotalHits.Builder.class);
}
/**
*
** How the {TotalHits#value} should be interpreted.
*
*
* Protobuf enum {@code luceneserver.TotalHits.Relation}
*/
public enum Relation
implements com.google.protobuf.ProtocolMessageEnum {
/**
*
* The total hit count is equal to {@link TotalHits#value}.
*
*
* EQUAL_TO = 0;
*/
EQUAL_TO(0),
/**
*
* The total hit count is greater than or equal to {@link TotalHits#value}.
*
*
* GREATER_THAN_OR_EQUAL_TO = 1;
*/
GREATER_THAN_OR_EQUAL_TO(1),
UNRECOGNIZED(-1),
;
/**
*
* The total hit count is equal to {@link TotalHits#value}.
*
*
* EQUAL_TO = 0;
*/
public static final int EQUAL_TO_VALUE = 0;
/**
*
* The total hit count is greater than or equal to {@link TotalHits#value}.
*
*
* GREATER_THAN_OR_EQUAL_TO = 1;
*/
public static final int GREATER_THAN_OR_EQUAL_TO_VALUE = 1;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Relation valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static Relation forNumber(int value) {
switch (value) {
case 0: return EQUAL_TO;
case 1: return GREATER_THAN_OR_EQUAL_TO;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
Relation> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public Relation findValueByNumber(int number) {
return Relation.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return com.yelp.nrtsearch.server.grpc.TotalHits.getDescriptor().getEnumTypes().get(0);
}
private static final Relation[] VALUES = values();
public static Relation valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private Relation(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:luceneserver.TotalHits.Relation)
}
public static final int RELATION_FIELD_NUMBER = 1;
private int relation_ = 0;
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return The enum numeric value on the wire for relation.
*/
@java.lang.Override public int getRelationValue() {
return relation_;
}
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return The relation.
*/
@java.lang.Override public com.yelp.nrtsearch.server.grpc.TotalHits.Relation getRelation() {
com.yelp.nrtsearch.server.grpc.TotalHits.Relation result = com.yelp.nrtsearch.server.grpc.TotalHits.Relation.forNumber(relation_);
return result == null ? com.yelp.nrtsearch.server.grpc.TotalHits.Relation.UNRECOGNIZED : result;
}
public static final int VALUE_FIELD_NUMBER = 2;
private long value_ = 0L;
/**
*
** The value of the total hit count. Must be interpreted in the context of * {#relation}.
*
*
* int64 value = 2;
* @return The value.
*/
@java.lang.Override
public long getValue() {
return value_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (relation_ != com.yelp.nrtsearch.server.grpc.TotalHits.Relation.EQUAL_TO.getNumber()) {
output.writeEnum(1, relation_);
}
if (value_ != 0L) {
output.writeInt64(2, value_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (relation_ != com.yelp.nrtsearch.server.grpc.TotalHits.Relation.EQUAL_TO.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(1, relation_);
}
if (value_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, value_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.yelp.nrtsearch.server.grpc.TotalHits)) {
return super.equals(obj);
}
com.yelp.nrtsearch.server.grpc.TotalHits other = (com.yelp.nrtsearch.server.grpc.TotalHits) obj;
if (relation_ != other.relation_) return false;
if (getValue()
!= other.getValue()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + RELATION_FIELD_NUMBER;
hash = (53 * hash) + relation_;
hash = (37 * hash) + VALUE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getValue());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yelp.nrtsearch.server.grpc.TotalHits parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.yelp.nrtsearch.server.grpc.TotalHits prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code luceneserver.TotalHits}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:luceneserver.TotalHits)
com.yelp.nrtsearch.server.grpc.TotalHitsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yelp.nrtsearch.server.grpc.SearchResponseProto.internal_static_luceneserver_TotalHits_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yelp.nrtsearch.server.grpc.SearchResponseProto.internal_static_luceneserver_TotalHits_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yelp.nrtsearch.server.grpc.TotalHits.class, com.yelp.nrtsearch.server.grpc.TotalHits.Builder.class);
}
// Construct using com.yelp.nrtsearch.server.grpc.TotalHits.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
relation_ = 0;
value_ = 0L;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.yelp.nrtsearch.server.grpc.SearchResponseProto.internal_static_luceneserver_TotalHits_descriptor;
}
@java.lang.Override
public com.yelp.nrtsearch.server.grpc.TotalHits getDefaultInstanceForType() {
return com.yelp.nrtsearch.server.grpc.TotalHits.getDefaultInstance();
}
@java.lang.Override
public com.yelp.nrtsearch.server.grpc.TotalHits build() {
com.yelp.nrtsearch.server.grpc.TotalHits result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.yelp.nrtsearch.server.grpc.TotalHits buildPartial() {
com.yelp.nrtsearch.server.grpc.TotalHits result = new com.yelp.nrtsearch.server.grpc.TotalHits(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.yelp.nrtsearch.server.grpc.TotalHits result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.relation_ = relation_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.value_ = value_;
}
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.yelp.nrtsearch.server.grpc.TotalHits) {
return mergeFrom((com.yelp.nrtsearch.server.grpc.TotalHits)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.yelp.nrtsearch.server.grpc.TotalHits other) {
if (other == com.yelp.nrtsearch.server.grpc.TotalHits.getDefaultInstance()) return this;
if (other.relation_ != 0) {
setRelationValue(other.getRelationValue());
}
if (other.getValue() != 0L) {
setValue(other.getValue());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
relation_ = input.readEnum();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16: {
value_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 16
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private int relation_ = 0;
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return The enum numeric value on the wire for relation.
*/
@java.lang.Override public int getRelationValue() {
return relation_;
}
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @param value The enum numeric value on the wire for relation to set.
* @return This builder for chaining.
*/
public Builder setRelationValue(int value) {
relation_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return The relation.
*/
@java.lang.Override
public com.yelp.nrtsearch.server.grpc.TotalHits.Relation getRelation() {
com.yelp.nrtsearch.server.grpc.TotalHits.Relation result = com.yelp.nrtsearch.server.grpc.TotalHits.Relation.forNumber(relation_);
return result == null ? com.yelp.nrtsearch.server.grpc.TotalHits.Relation.UNRECOGNIZED : result;
}
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @param value The relation to set.
* @return This builder for chaining.
*/
public Builder setRelation(com.yelp.nrtsearch.server.grpc.TotalHits.Relation value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
relation_ = value.getNumber();
onChanged();
return this;
}
/**
* .luceneserver.TotalHits.Relation relation = 1;
* @return This builder for chaining.
*/
public Builder clearRelation() {
bitField0_ = (bitField0_ & ~0x00000001);
relation_ = 0;
onChanged();
return this;
}
private long value_ ;
/**
*
** The value of the total hit count. Must be interpreted in the context of * {#relation}.
*
*
* int64 value = 2;
* @return The value.
*/
@java.lang.Override
public long getValue() {
return value_;
}
/**
*
** The value of the total hit count. Must be interpreted in the context of * {#relation}.
*
*
* int64 value = 2;
* @param value The value to set.
* @return This builder for chaining.
*/
public Builder setValue(long value) {
value_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
** The value of the total hit count. Must be interpreted in the context of * {#relation}.
*
*
* int64 value = 2;
* @return This builder for chaining.
*/
public Builder clearValue() {
bitField0_ = (bitField0_ & ~0x00000002);
value_ = 0L;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:luceneserver.TotalHits)
}
// @@protoc_insertion_point(class_scope:luceneserver.TotalHits)
private static final com.yelp.nrtsearch.server.grpc.TotalHits DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yelp.nrtsearch.server.grpc.TotalHits();
}
public static com.yelp.nrtsearch.server.grpc.TotalHits getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public TotalHits parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.yelp.nrtsearch.server.grpc.TotalHits getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}