public sealed class CompiledProtoSchema : IMessage<CompiledProtoSchema>, IEquatable<CompiledProtoSchema>, IDeepCloneable<CompiledProtoSchema>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class CompiledProtoSchema.
Configuration specific to compiled Protocol Buffer schemas.
Implements
IMessageCompiledProtoSchema, IEquatableCompiledProtoSchema, IDeepCloneableCompiledProtoSchema, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
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 |
|