Interface GcsFolderDestinationOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutputFolderUri()
      Required.
      com.google.protobuf.ByteString getOutputFolderUriBytes()
      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

      • getOutputFolderUri

        String getOutputFolderUri()
         Required. Cloud Storage directory to export data to.
         
        string output_folder_uri = 1;
        Returns:
        The outputFolderUri.
      • getOutputFolderUriBytes

        com.google.protobuf.ByteString getOutputFolderUriBytes()
         Required. Cloud Storage directory to export data to.
         
        string output_folder_uri = 1;
        Returns:
        The bytes for outputFolderUri.