Class: Google::Cloud::Bigquery::DataTransfer::V1::EventDrivenSchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::EventDrivenSchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb
Overview
Options customizing EventDriven transfers schedule.
Instance Attribute Summary collapse
-
#pubsub_subscription ⇒ ::String
Pub/Sub subscription name used to receive events.
Instance Attribute Details
#pubsub_subscription ⇒ ::String
Returns Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}.
128 129 130 131 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 128 class EventDrivenSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |