Class CompiledProtoSchema
Configuration specific to compiled Protocol Buffer schemas.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class CompiledProtoSchema : IDirectResponseSchema
Properties
CompiledBytes
Required. The compiled FileDescriptorSet binary.
Declaration
[JsonProperty("compiledBytes")]
public virtual string CompiledBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RootMessage
Required. The name of the root message type in the schema.
Declaration
[JsonProperty("rootMessage")]
public virtual string RootMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |