Interface ZipInfoOrBuilder (2.3.3)

public interface ZipInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilesCount()

public abstract int getFilesCount()

An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.

int32 files_count = 4;

Returns
TypeDescription
int

The filesCount.

getSourceUrl()

public abstract String getSourceUrl()

URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.

string source_url = 3;

Returns
TypeDescription
String

The sourceUrl.

getSourceUrlBytes()

public abstract ByteString getSourceUrlBytes()

URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/\<bucket\>/\<object\>'.

string source_url = 3;

Returns
TypeDescription
ByteString

The bytes for sourceUrl.