Interface protos.google.protobuf.IField (2.2.0)

Properties of a Field.

Package

@google-cloud/service-management

Properties

cardinality

cardinality?: (google.protobuf.Field.Cardinality|keyof typeof google.protobuf.Field.Cardinality|null);

Field cardinality

defaultValue

defaultValue?: (string|null);

Field defaultValue

jsonName

jsonName?: (string|null);

Field jsonName

kind

kind?: (google.protobuf.Field.Kind|keyof typeof google.protobuf.Field.Kind|null);

Field kind

name

name?: (string|null);

Field name

number

number?: (number|null);

Field number

oneofIndex

oneofIndex?: (number|null);

Field oneofIndex

options

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

Field options

packed

packed?: (boolean|null);

Field packed

typeUrl

typeUrl?: (string|null);

Field typeUrl