Interface protos.google.protobuf.IType (0.2.6)

Properties of a Type.

Package

@google-cloud/service-management!

Properties

fields

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

Type fields

Property Value
TypeDescription
(google.protobuf.IField[]|null)

name

name?: (string|null);

Type name

Property Value
TypeDescription
(string|null)

oneofs

oneofs?: (string[]|null);

Type oneofs

Property Value
TypeDescription
(string[]|null)

options

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

Type options

Property Value
TypeDescription
(google.protobuf.IOption[]|null)

sourceContext

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

Type sourceContext

Property Value
TypeDescription
(google.protobuf.ISourceContext|null)

syntax

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

Type syntax

Property Value
TypeDescription
(google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null)