gcsMetadataSource property
Google Cloud Storage location. Supports importing individual files as well as entire Google Cloud Storage directories. Sample formats:
gs://bucket_name/my_directory/object_name/metadata.jsongs://bucket_name/my_directoryIf providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
Implementation
final GcsSource? gcsMetadataSource;