Interface GcsSourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GcsSource, GcsSource.Builder

    public interface GcsSourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInputUri()
      Required.
      com.google.protobuf.ByteString getInputUriBytes()
      Required.
      String getMimeType()
      Required.
      com.google.protobuf.ByteString getMimeTypeBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getInputUri

        String getInputUri()
         Required. The input URI of source file. This must be a Cloud Storage path
         (`gs://...`).
         
        string input_uri = 1;
        Returns:
        The inputUri.
      • getInputUriBytes

        com.google.protobuf.ByteString getInputUriBytes()
         Required. The input URI of source file. This must be a Cloud Storage path
         (`gs://...`).
         
        string input_uri = 1;
        Returns:
        The bytes for inputUri.
      • getMimeType

        String getMimeType()
         Required. The format of the source file. Only "text/csv" is supported.
         
        string mime_type = 2;
        Returns:
        The mimeType.
      • getMimeTypeBytes

        com.google.protobuf.ByteString getMimeTypeBytes()
         Required. The format of the source file. Only "text/csv" is supported.
         
        string mime_type = 2;
        Returns:
        The bytes for mimeType.