Interface GcsSourceOrBuilder (0.142.0)

public interface GcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputUri()

public abstract String getInputUri()

Required. The input URI of source file. This must be a Cloud Storage path (gs://...).

string input_uri = 1;

Returns
TypeDescription
String

The inputUri.

getInputUriBytes()

public abstract ByteString getInputUriBytes()

Required. The input URI of source file. This must be a Cloud Storage path (gs://...).

string input_uri = 1;

Returns
TypeDescription
ByteString

The bytes for inputUri.

getMimeType()

public abstract String getMimeType()

Required. The format of the source file. Only "text/csv" is supported.

string mime_type = 2;

Returns
TypeDescription
String

The mimeType.

getMimeTypeBytes()

public abstract ByteString getMimeTypeBytes()

Required. The format of the source file. Only "text/csv" is supported.

string mime_type = 2;

Returns
TypeDescription
ByteString

The bytes for mimeType.