Eventarc v1 API - Class Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat (2.6.0)

public sealed class Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat : IMessage<Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat>, IEquatable<Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat>, IDeepCloneable<Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat.

The format of a Protobuf message payload.

Inheritance

object > Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

ProtobufFormat()

public ProtobufFormat()

ProtobufFormat(ProtobufFormat)

public ProtobufFormat(Pipeline.Types.MessagePayloadFormat.Types.ProtobufFormat other)
Parameter
Name Description
other PipelineTypesMessagePayloadFormatTypesProtobufFormat

Properties

SchemaDefinition

public string SchemaDefinition { get; set; }

Optional. The entire schema definition is stored in this field.

Property Value
Type Description
string