Get Topic Ingestion Data Source Setting Cloud Storage
data class GetTopicIngestionDataSourceSettingCloudStorage(val avroFormats: List<GetTopicIngestionDataSourceSettingCloudStorageAvroFormat>, val bucket: String, val matchGlob: String, val minimumObjectCreateTime: String, val pubsubAvroFormats: List<GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormat>, val textFormats: List<GetTopicIngestionDataSourceSettingCloudStorageTextFormat>)
Constructors
Link copied to clipboard
constructor(avroFormats: List<GetTopicIngestionDataSourceSettingCloudStorageAvroFormat>, bucket: String, matchGlob: String, minimumObjectCreateTime: String, pubsubAvroFormats: List<GetTopicIngestionDataSourceSettingCloudStoragePubsubAvroFormat>, textFormats: List<GetTopicIngestionDataSourceSettingCloudStorageTextFormat>)
Properties
Link copied to clipboard
Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the 'data' field of a Pub/Sub message.
Link copied to clipboard
The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
Link copied to clipboard
Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
Link copied to clipboard
Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message.