public interface ImageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getData()
public abstract ByteString getData()
Raw bytes for the image.
bytes data = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The data. |
getImageCase()
public abstract Image.ImageCase getImageCase()
Returns | |
---|---|
Type | Description |
Image.ImageCase |
getUri()
public abstract String getUri()
Generally web-requestable URI.
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Generally web-requestable URI.
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
hasData()
public abstract boolean hasData()
Raw bytes for the image.
bytes data = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the data field is set. |
hasUri()
public abstract boolean hasUri()
Generally web-requestable URI.
string uri = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the uri field is set. |