Interface TransferTypes.HttpDataOrBuilder (1.67.0)

public static interface TransferTypes.HttpDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getListUrl()

public abstract String getListUrl()

Required. The URL that points to the file that stores the object list entries. This file must allow public access. The URL is either an HTTP/HTTPS address (e.g. https://example.com/urllist.tsv) or a Cloud Storage path (e.g. gs://my-bucket/urllist.tsv).

string list_url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The listUrl.

getListUrlBytes()

public abstract ByteString getListUrlBytes()

Required. The URL that points to the file that stores the object list entries. This file must allow public access. The URL is either an HTTP/HTTPS address (e.g. https://example.com/urllist.tsv) or a Cloud Storage path (e.g. gs://my-bucket/urllist.tsv).

string list_url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for listUrl.