Class: Google::Apis::PubsubV1::PubSubAvroFormat
- Inherits:
-
Object
- Object
- Google::Apis::PubsubV1::PubSubAvroFormat
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/pubsub_v1/classes.rb,
lib/google/apis/pubsub_v1/representations.rb,
lib/google/apis/pubsub_v1/representations.rb
Overview
Configuration for reading Cloud Storage data written via Cloud Storage subscriptions. The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PubSubAvroFormat
constructor
A new instance of PubSubAvroFormat.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PubSubAvroFormat
Returns a new instance of PubSubAvroFormat.
1187 1188 1189 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 1187 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1192 1193 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 1192 def update!(**args) end |