Show / Hide Table of Contents

Class CompiledProtoSchema

Configuration specific to compiled Protocol Buffer schemas.

Inheritance
object
CompiledProtoSchema
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX