Cloud Pub/Sub v1 API - Class CompiledProtoSchema (3.37.0)

public sealed class CompiledProtoSchema : IMessage<CompiledProtoSchema>, IEquatable<CompiledProtoSchema>, IDeepCloneable<CompiledProtoSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class CompiledProtoSchema.

Configuration specific to compiled Protocol Buffer schemas.

Inheritance

object > CompiledProtoSchema

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

CompiledProtoSchema()

public CompiledProtoSchema()

CompiledProtoSchema(CompiledProtoSchema)

public CompiledProtoSchema(CompiledProtoSchema other)
Parameter
Name Description
other CompiledProtoSchema

Properties

CompiledBytes

public ByteString CompiledBytes { get; set; }

Required. The compiled FileDescriptorSet binary.

Property Value
Type Description
ByteString

RootMessage

public string RootMessage { get; set; }

Required. The name of the root message type in the schema.

Property Value
Type Description
string