Interface GenerateUploadUrlResponseOrBuilder (2.26.0)

public interface GenerateUploadUrlResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUploadUrl()

public abstract String getUploadUrl()

The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.

string upload_url = 1;

Returns
TypeDescription
String

The uploadUrl.

getUploadUrlBytes()

public abstract ByteString getUploadUrlBytes()

The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.

string upload_url = 1;

Returns
TypeDescription
ByteString

The bytes for uploadUrl.