public interface GcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputUri()
Required.
|
com.google.protobuf.ByteString |
getInputUriBytes()
Required.
|
String |
getMimeType()
Required.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputUri()
Required. The input URI of source file. This must be a Cloud Storage path (`gs://...`).
string input_uri = 1;com.google.protobuf.ByteString getInputUriBytes()
Required. The input URI of source file. This must be a Cloud Storage path (`gs://...`).
string input_uri = 1;String getMimeType()
Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;Copyright © 2019 Google LLC. All rights reserved.