Interface CloudStorageFileSetOrBuilder (3.4.0)

public interface CloudStorageFileSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUrl()

public abstract String getUrl()

The url, in the format gs://<bucket>/<path>. Trailing wildcard in the path is allowed.

string url = 1;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

The url, in the format gs://<bucket>/<path>. Trailing wildcard in the path is allowed.

string url = 1;

Returns
TypeDescription
ByteString

The bytes for url.