Show / Hide Table of Contents

Class GoogleCloudEventarcV1PipelineMessagePayloadFormat

Represents the format of message data.

Inheritance
object
GoogleCloudEventarcV1PipelineMessagePayloadFormat
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX