Interface GenerateDownloadUrlResponseOrBuilder (2.43.0)

public interface GenerateDownloadUrlResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDownloadUrl()

public abstract String getDownloadUrl()

The generated Google Cloud Storage signed URL that should be used for function source code download.

string download_url = 1;

Returns
TypeDescription
String

The downloadUrl.

getDownloadUrlBytes()

public abstract ByteString getDownloadUrlBytes()

The generated Google Cloud Storage signed URL that should be used for function source code download.

string download_url = 1;

Returns
TypeDescription
ByteString

The bytes for downloadUrl.