Class GoogleCloudStorageSource

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
JavaGoogleCloudStorageSource

public class GoogleCloudStorageSource extends UnarySource<String>
See Also:
  • Constructor Details

    • GoogleCloudStorageSource

      public GoogleCloudStorageSource(String bucket, String blobName, String filePathToCredentialsFile)
    • GoogleCloudStorageSource

      public GoogleCloudStorageSource(String bucket, String blobName, String filePathToCredentialsFile, String encoding)
    • GoogleCloudStorageSource

      public GoogleCloudStorageSource(GoogleCloudStorageSource that)
      Copies an instance (exclusive of broadcasts).
      Parameters:
      that - that should be copied
  • Method Details