Class: Google::Cloud::Bigquery::DataTransfer::V1::EventDrivenSchedule

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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