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
Type Description
long

getExpiresInSeconds()

public abstract int getExpiresInSeconds()
Returns
Type Description
int

getFlags()

public abstract int getFlags()
Returns
Type Description
int

getIsDeleteLocked()

public abstract boolean getIsDeleteLocked()
Returns
Type Description
boolean

getKey()

public abstract ByteString getKey()
Returns
Type Description
com.google.protobuf.ByteString

getTimestamps()

public abstract MemcacheServicePb.ItemTimestamps getTimestamps()
Returns
Type Description
ItemTimestamps

getTimestampsOrBuilder()

public abstract MemcacheServicePb.ItemTimestampsOrBuilder getTimestampsOrBuilder()
Returns
Type Description
ItemTimestampsOrBuilder

getValue()

public abstract ByteString getValue()
Returns
Type Description
com.google.protobuf.ByteString

hasCasId()

public abstract boolean hasCasId()
Returns
Type Description
boolean

hasExpiresInSeconds()

public abstract boolean hasExpiresInSeconds()
Returns
Type Description
boolean

hasFlags()

public abstract boolean hasFlags()
Returns
Type Description
boolean

hasIsDeleteLocked()

public abstract boolean hasIsDeleteLocked()
Returns
Type Description
boolean

hasKey()

public abstract boolean hasKey()
Returns
Type Description
boolean

hasTimestamps()

public abstract boolean hasTimestamps()
Returns
Type Description
boolean

hasValue()

public abstract boolean hasValue()
Returns
Type Description
boolean