Interface MemcacheServicePb.MemcacheGetResponse.ItemOrBuilder (2.0.0)

public static interface MemcacheServicePb.MemcacheGetResponse.ItemOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getCasId()

public abstract long getCasId()
Returns
TypeDescription
long

getExpiresInSeconds()

public abstract int getExpiresInSeconds()
Returns
TypeDescription
int

getFlags()

public abstract int getFlags()
Returns
TypeDescription
int

getIsDeleteLocked()

public abstract boolean getIsDeleteLocked()
Returns
TypeDescription
boolean

getKey()

public abstract ByteString getKey()
Returns
TypeDescription
com.google.protobuf.ByteString

getTimestamps()

public abstract MemcacheServicePb.ItemTimestamps getTimestamps()
Returns
TypeDescription
ItemTimestamps

getTimestampsOrBuilder()

public abstract MemcacheServicePb.ItemTimestampsOrBuilder getTimestampsOrBuilder()
Returns
TypeDescription
ItemTimestampsOrBuilder

getValue()

public abstract ByteString getValue()
Returns
TypeDescription
com.google.protobuf.ByteString

hasCasId()

public abstract boolean hasCasId()
Returns
TypeDescription
boolean

hasExpiresInSeconds()

public abstract boolean hasExpiresInSeconds()
Returns
TypeDescription
boolean

hasFlags()

public abstract boolean hasFlags()
Returns
TypeDescription
boolean

hasIsDeleteLocked()

public abstract boolean hasIsDeleteLocked()
Returns
TypeDescription
boolean

hasKey()

public abstract boolean hasKey()
Returns
TypeDescription
boolean

hasTimestamps()

public abstract boolean hasTimestamps()
Returns
TypeDescription
boolean

hasValue()

public abstract boolean hasValue()
Returns
TypeDescription
boolean