Class: Google::Apis::PubsubV1::TextConfig
- Inherits:
-
Object
- Object
- Google::Apis::PubsubV1::TextConfig
- 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 writing message data in text format. Message payloads will be written to files as raw text, separated by a newline.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TextConfig
constructor
A new instance of TextConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TextConfig
Returns a new instance of TextConfig.
2005 2006 2007 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 2005 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2010 2011 |
# File 'lib/google/apis/pubsub_v1/classes.rb', line 2010 def update!(**args) end |