TypeResponse

data class TypeResponse(val edition: String, val fields: List<FieldResponse>, val name: String, val oneofs: List<String>, val options: List<OptionResponse>, val sourceContext: SourceContextResponse, val syntax: String)

A protocol buffer message type.

Constructors

Link copied to clipboard
fun TypeResponse(edition: String, fields: List<FieldResponse>, name: String, oneofs: List<String>, options: List<OptionResponse>, sourceContext: SourceContextResponse, syntax: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

Link copied to clipboard

The list of fields.

Link copied to clipboard

The fully qualified message name.

Link copied to clipboard

The list of types appearing in oneof definitions in this type.

Link copied to clipboard

The protocol buffer options.

Link copied to clipboard

The source context.

Link copied to clipboard

The source syntax.