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
Name Description
arg0 int
Returns
Type Description
String

getBlobKeyBytes(int arg0)

public abstract ByteString getBlobKeyBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
com.google.protobuf.ByteString

getBlobKeyCount()

public abstract int getBlobKeyCount()
Returns
Type Description
int

getBlobKeyList()

public abstract List<String> getBlobKeyList()
Returns
Type Description
List<String>

getToken()

public abstract String getToken()
Returns
Type Description
String

getTokenBytes()

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

hasToken()

public abstract boolean hasToken()
Returns
Type Description
boolean