Interface TransferTypes.HttpDataOrBuilder (1.41.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. Currently, only URLs with HTTP and HTTPS schemes are supported.

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

Returns
TypeDescription
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. Currently, only URLs with HTTP and HTTPS schemes are supported.

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

Returns
TypeDescription
ByteString

The bytes for listUrl.