Class StorageApiWritePayload


  • @DefaultSchema(org.apache.beam.sdk.schemas.AutoValueSchema.class)
    public abstract class StorageApiWritePayload
    extends java.lang.Object
    Class used to wrap elements being sent to the Storage API sinks.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract byte[] getPayload()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StorageApiWritePayload

        public StorageApiWritePayload()
    • Method Detail

      • getPayload

        public abstract byte[] getPayload()