Interface ImagePayloadOrBuilder (0.161.0)

public interface ImagePayloadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImageThumbnail()

public abstract ByteString getImageThumbnail()

A byte string of a thumbnail image.

bytes image_thumbnail = 2;

Returns
TypeDescription
ByteString

The imageThumbnail.

getImageUri()

public abstract String getImageUri()

Image uri from the user bucket.

string image_uri = 3;

Returns
TypeDescription
String

The imageUri.

getImageUriBytes()

public abstract ByteString getImageUriBytes()

Image uri from the user bucket.

string image_uri = 3;

Returns
TypeDescription
ByteString

The bytes for imageUri.

getMimeType()

public abstract String getMimeType()

Image format.

string mime_type = 1;

Returns
TypeDescription
String

The mimeType.

getMimeTypeBytes()

public abstract ByteString getMimeTypeBytes()

Image format.

string mime_type = 1;

Returns
TypeDescription
ByteString

The bytes for mimeType.

getSignedUri()

public abstract String getSignedUri()

Signed uri of the image file in the service bucket.

string signed_uri = 4;

Returns
TypeDescription
String

The signedUri.

getSignedUriBytes()

public abstract ByteString getSignedUriBytes()

Signed uri of the image file in the service bucket.

string signed_uri = 4;

Returns
TypeDescription
ByteString

The bytes for signedUri.