Interface GenerateRetrievalUrlResponseOrBuilder (0.2.0)

public interface GenerateRetrievalUrlResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSignedUri()

public abstract String getSignedUri()

A signed url to download the content of the asset.

string signed_uri = 1;

Returns
Type Description
String

The signedUri.

getSignedUriBytes()

public abstract ByteString getSignedUriBytes()

A signed url to download the content of the asset.

string signed_uri = 1;

Returns
Type Description
ByteString

The bytes for signedUri.