Interface BlobstoreServicePb.FetchDataRequestOrBuilder (2.0.0)

public static interface BlobstoreServicePb.FetchDataRequestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getBlobKey()

public abstract String getBlobKey()
Returns
TypeDescription
String

getBlobKeyBytes()

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

getEndIndex()

public abstract long getEndIndex()
Returns
TypeDescription
long

getStartIndex()

public abstract long getStartIndex()
Returns
TypeDescription
long

hasBlobKey()

public abstract boolean hasBlobKey()
Returns
TypeDescription
boolean

hasEndIndex()

public abstract boolean hasEndIndex()
Returns
TypeDescription
boolean

hasStartIndex()

public abstract boolean hasStartIndex()
Returns
TypeDescription
boolean