Interface protos.google.protobuf.IType (3.3.0)

Properties of a Type.

Package

@google-cloud/service-usage

Properties

edition

edition?: (string|null);

Type edition

fields

fields?: (google.protobuf.IField[]|null);

Type fields

name

name?: (string|null);

Type name

oneofs

oneofs?: (string[]|null);

Type oneofs

options

options?: (google.protobuf.IOption[]|null);

Type options

sourceContext

sourceContext?: (google.protobuf.ISourceContext|null);

Type sourceContext

syntax

syntax?: (google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null);

Type syntax