grpc.cache_client._SetContainsRequestOrBuilder 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;
public interface _SetContainsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._SetContainsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes set_name = 1;
* @return The setName.
*/
com.google.protobuf.ByteString getSetName();
/**
* repeated bytes elements = 2;
* @return A list containing the elements.
*/
java.util.List getElementsList();
/**
* repeated bytes elements = 2;
* @return The count of elements.
*/
int getElementsCount();
/**
* repeated bytes elements = 2;
* @param index The index of the element to return.
* @return The elements at the given index.
*/
com.google.protobuf.ByteString getElements(int index);
}