Properties of a Field.
Package
@google-cloud/service-usageProperties
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