grpc.cache_client._KeysExistRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cacheclient.proto
package grpc.cache_client;
/**
* Protobuf type {@code cache_client._KeysExistRequest}
*/
public final class _KeysExistRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:cache_client._KeysExistRequest)
_KeysExistRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use _KeysExistRequest.newBuilder() to construct.
private _KeysExistRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private _KeysExistRequest() {
cacheKeys_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new _KeysExistRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return grpc.cache_client.Cacheclient.internal_static_cache_client__KeysExistRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return grpc.cache_client.Cacheclient.internal_static_cache_client__KeysExistRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
grpc.cache_client._KeysExistRequest.class, grpc.cache_client._KeysExistRequest.Builder.class);
}
public static final int CACHE_KEYS_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List cacheKeys_;
/**
* repeated bytes cache_keys = 1;
* @return A list containing the cacheKeys.
*/
@java.lang.Override
public java.util.List
getCacheKeysList() {
return cacheKeys_;
}
/**
* repeated bytes cache_keys = 1;
* @return The count of cacheKeys.
*/
public int getCacheKeysCount() {
return cacheKeys_.size();
}
/**
* repeated bytes cache_keys = 1;
* @param index The index of the element to return.
* @return The cacheKeys at the given index.
*/
public com.google.protobuf.ByteString getCacheKeys(int index) {
return cacheKeys_.get(index);
}
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 {
for (int i = 0; i < cacheKeys_.size(); i++) {
output.writeBytes(1, cacheKeys_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < cacheKeys_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeBytesSizeNoTag(cacheKeys_.get(i));
}
size += dataSize;
size += 1 * getCacheKeysList().size();
}
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 grpc.cache_client._KeysExistRequest)) {
return super.equals(obj);
}
grpc.cache_client._KeysExistRequest other = (grpc.cache_client._KeysExistRequest) obj;
if (!getCacheKeysList()
.equals(other.getCacheKeysList())) 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();
if (getCacheKeysCount() > 0) {
hash = (37 * hash) + CACHE_KEYS_FIELD_NUMBER;
hash = (53 * hash) + getCacheKeysList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static grpc.cache_client._KeysExistRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static grpc.cache_client._KeysExistRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static grpc.cache_client._KeysExistRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static grpc.cache_client._KeysExistRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static grpc.cache_client._KeysExistRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static grpc.cache_client._KeysExistRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static grpc.cache_client._KeysExistRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static grpc.cache_client._KeysExistRequest 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 grpc.cache_client._KeysExistRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static grpc.cache_client._KeysExistRequest 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 grpc.cache_client._KeysExistRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static grpc.cache_client._KeysExistRequest 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(grpc.cache_client._KeysExistRequest 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 cache_client._KeysExistRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:cache_client._KeysExistRequest)
grpc.cache_client._KeysExistRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return grpc.cache_client.Cacheclient.internal_static_cache_client__KeysExistRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return grpc.cache_client.Cacheclient.internal_static_cache_client__KeysExistRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
grpc.cache_client._KeysExistRequest.class, grpc.cache_client._KeysExistRequest.Builder.class);
}
// Construct using grpc.cache_client._KeysExistRequest.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
cacheKeys_ = java.util.Collections.emptyList();
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return grpc.cache_client.Cacheclient.internal_static_cache_client__KeysExistRequest_descriptor;
}
@java.lang.Override
public grpc.cache_client._KeysExistRequest getDefaultInstanceForType() {
return grpc.cache_client._KeysExistRequest.getDefaultInstance();
}
@java.lang.Override
public grpc.cache_client._KeysExistRequest build() {
grpc.cache_client._KeysExistRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public grpc.cache_client._KeysExistRequest buildPartial() {
grpc.cache_client._KeysExistRequest result = new grpc.cache_client._KeysExistRequest(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartialRepeatedFields(grpc.cache_client._KeysExistRequest result) {
if (((bitField0_ & 0x00000001) != 0)) {
cacheKeys_ = java.util.Collections.unmodifiableList(cacheKeys_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.cacheKeys_ = cacheKeys_;
}
private void buildPartial0(grpc.cache_client._KeysExistRequest result) {
int from_bitField0_ = bitField0_;
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof grpc.cache_client._KeysExistRequest) {
return mergeFrom((grpc.cache_client._KeysExistRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(grpc.cache_client._KeysExistRequest other) {
if (other == grpc.cache_client._KeysExistRequest.getDefaultInstance()) return this;
if (!other.cacheKeys_.isEmpty()) {
if (cacheKeys_.isEmpty()) {
cacheKeys_ = other.cacheKeys_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureCacheKeysIsMutable();
cacheKeys_.addAll(other.cacheKeys_);
}
onChanged();
}
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 10: {
com.google.protobuf.ByteString v = input.readBytes();
ensureCacheKeysIsMutable();
cacheKeys_.add(v);
break;
} // case 10
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 java.util.List cacheKeys_ = java.util.Collections.emptyList();
private void ensureCacheKeysIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
cacheKeys_ = new java.util.ArrayList(cacheKeys_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated bytes cache_keys = 1;
* @return A list containing the cacheKeys.
*/
public java.util.List
getCacheKeysList() {
return ((bitField0_ & 0x00000001) != 0) ?
java.util.Collections.unmodifiableList(cacheKeys_) : cacheKeys_;
}
/**
* repeated bytes cache_keys = 1;
* @return The count of cacheKeys.
*/
public int getCacheKeysCount() {
return cacheKeys_.size();
}
/**
* repeated bytes cache_keys = 1;
* @param index The index of the element to return.
* @return The cacheKeys at the given index.
*/
public com.google.protobuf.ByteString getCacheKeys(int index) {
return cacheKeys_.get(index);
}
/**
* repeated bytes cache_keys = 1;
* @param index The index to set the value at.
* @param value The cacheKeys to set.
* @return This builder for chaining.
*/
public Builder setCacheKeys(
int index, com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
ensureCacheKeysIsMutable();
cacheKeys_.set(index, value);
onChanged();
return this;
}
/**
* repeated bytes cache_keys = 1;
* @param value The cacheKeys to add.
* @return This builder for chaining.
*/
public Builder addCacheKeys(com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
ensureCacheKeysIsMutable();
cacheKeys_.add(value);
onChanged();
return this;
}
/**
* repeated bytes cache_keys = 1;
* @param values The cacheKeys to add.
* @return This builder for chaining.
*/
public Builder addAllCacheKeys(
java.lang.Iterable extends com.google.protobuf.ByteString> values) {
ensureCacheKeysIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, cacheKeys_);
onChanged();
return this;
}
/**
* repeated bytes cache_keys = 1;
* @return This builder for chaining.
*/
public Builder clearCacheKeys() {
cacheKeys_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
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:cache_client._KeysExistRequest)
}
// @@protoc_insertion_point(class_scope:cache_client._KeysExistRequest)
private static final grpc.cache_client._KeysExistRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new grpc.cache_client._KeysExistRequest();
}
public static grpc.cache_client._KeysExistRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<_KeysExistRequest>
PARSER = new com.google.protobuf.AbstractParser<_KeysExistRequest>() {
@java.lang.Override
public _KeysExistRequest 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<_KeysExistRequest> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<_KeysExistRequest> getParserForType() {
return PARSER;
}
@java.lang.Override
public grpc.cache_client._KeysExistRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}