public interface GcsDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Required.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Required.
|
String |
getOutputUri()
Required.
|
com.google.protobuf.ByteString |
getOutputUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOutputUri()
Required. The output uri of destination file.
string output_uri = 1;com.google.protobuf.ByteString getOutputUriBytes()
Required. The output uri of destination file.
string output_uri = 1;String getMimeType()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;Copyright © 2019 Google LLC. All rights reserved.