Interface GcsDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsDestination,GcsDestination.Builder
public interface GcsDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMimeType()Required.com.google.protobuf.ByteStringgetMimeTypeBytes()Required.StringgetOutputUri()Required.com.google.protobuf.ByteStringgetOutputUriBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputUri
String getOutputUri()
Required. The output uri of destination file.
string output_uri = 1;- Returns:
- The outputUri.
-
getOutputUriBytes
com.google.protobuf.ByteString getOutputUriBytes()
Required. The output uri of destination file.
string output_uri = 1;- Returns:
- The bytes for outputUri.
-
getMimeType
String getMimeType()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;- Returns:
- The bytes for mimeType.
-
-