Class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat
- Inherits:
-
Object
- Object
- Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/eventarc_v1/classes.rb,
lib/google/apis/eventarc_v1/representations.rb,
lib/google/apis/eventarc_v1/representations.rb
Overview
The format of a Protobuf message payload.
Instance Attribute Summary collapse
-
#schema_definition ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat
constructor
A new instance of GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat
Returns a new instance of GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat.
1373 1374 1375 |
# File 'lib/google/apis/eventarc_v1/classes.rb', line 1373 def initialize(**args) update!(**args) end |
Instance Attribute Details
#schema_definition ⇒ String
Optional. The entire schema definition is stored in this field.
Corresponds to the JSON property schemaDefinition
1371 1372 1373 |
# File 'lib/google/apis/eventarc_v1/classes.rb', line 1371 def schema_definition @schema_definition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1378 1379 1380 |
# File 'lib/google/apis/eventarc_v1/classes.rb', line 1378 def update!(**args) @schema_definition = args[:schema_definition] if args.key?(:schema_definition) end |