Interface BlobstoreServicePb.DeleteBlobRequestOrBuilder (2.0.0)

public static interface BlobstoreServicePb.DeleteBlobRequestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getBlobKey(int arg0)

public abstract String getBlobKey(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
String

getBlobKeyBytes(int arg0)

public abstract ByteString getBlobKeyBytes(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
com.google.protobuf.ByteString

getBlobKeyCount()

public abstract int getBlobKeyCount()
Returns
TypeDescription
int

getBlobKeyList()

public abstract List<String> getBlobKeyList()
Returns
TypeDescription
List<String>

getToken()

public abstract String getToken()
Returns
TypeDescription
String

getTokenBytes()

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

hasToken()

public abstract boolean hasToken()
Returns
TypeDescription
boolean