GoogleApi.BigQueryDataTransfer.V1.Model.EventDrivenSchedule (google_api_big_query_data_transfer v0.30.0)
View SourceOptions customizing EventDriven transfers schedule.
Attributes
-
pubsubSubscription
(type:String.t
, default:nil
) - Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.EventDrivenSchedule{ pubsubSubscription: String.t() | nil }