Interface ImagesServicePb.ImageDataOrBuilder (2.0.0)

public static interface ImagesServicePb.ImageDataOrBuilder 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

getContent()

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

getDeprecatedBlobKeySet()

public abstract boolean getDeprecatedBlobKeySet()
Returns
Type Description
boolean

getHeight()

public abstract int getHeight()
Returns
Type Description
int

getWidth()

public abstract int getWidth()
Returns
Type Description
int

hasBlobKey()

public abstract boolean hasBlobKey()
Returns
Type Description
boolean

hasContent()

public abstract boolean hasContent()
Returns
Type Description
boolean

hasDeprecatedBlobKeySet()

public abstract boolean hasDeprecatedBlobKeySet()
Returns
Type Description
boolean

hasHeight()

public abstract boolean hasHeight()
Returns
Type Description
boolean

hasWidth()

public abstract boolean hasWidth()
Returns
Type Description
boolean