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

getBlobKeyBytes()

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

getEndIndex()

public abstract long getEndIndex()
Returns
Type Description
long

getStartIndex()

public abstract long getStartIndex()
Returns
Type Description
long

hasBlobKey()

public abstract boolean hasBlobKey()
Returns
Type Description
boolean

hasEndIndex()

public abstract boolean hasEndIndex()
Returns
Type Description
boolean

hasStartIndex()

public abstract boolean hasStartIndex()
Returns
Type Description
boolean