public interface GcsSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for mimeType. |