Class GoogleCloudEventarcV1PipelineMessagePayloadFormat
Represents the format of message data.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class GoogleCloudEventarcV1PipelineMessagePayloadFormat : IDirectResponseSchema
Properties
Avro
Optional. Avro format.
Declaration
[JsonProperty("avro")]
public virtual GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat Avro { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Json
Optional. JSON format.
Declaration
[JsonProperty("json")]
public virtual GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat Json { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat |
Protobuf
Optional. Protobuf format.
Declaration
[JsonProperty("protobuf")]
public virtual GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat Protobuf { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat |