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.
string input_uri = 1;com.google.protobuf.ByteString getInputUriBytes()
Required. The input uri of source file.
string input_uri = 1;String getMimeType()
Required. The format of the gcs source. Only "text/csv" is supported.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
Required. The format of the gcs source. Only "text/csv" is supported.
string mime_type = 2;Copyright © 2019 Google LLC. All rights reserved.