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
Type | Description |
(google.protobuf.Field.Cardinality|keyof typeof google.protobuf.Field.Cardinality|null) |
defaultValue
defaultValue?: (string|null);
Field defaultValue
Type | Description |
(string|null) |
jsonName
jsonName?: (string|null);
Field jsonName
Type | Description |
(string|null) |
kind
kind?: (google.protobuf.Field.Kind|keyof typeof google.protobuf.Field.Kind|null);
Field kind
Type | Description |
(google.protobuf.Field.Kind|keyof typeof google.protobuf.Field.Kind|null) |
name
name?: (string|null);
Field name
Type | Description |
(string|null) |
number
number?: (number|null);
Field number
Type | Description |
(number|null) |
oneofIndex
oneofIndex?: (number|null);
Field oneofIndex
Type | Description |
(number|null) |
options
options?: (google.protobuf.IOption[]|null);
Field options
Type | Description |
(google.protobuf.IOption[]|null) |
packed
packed?: (boolean|null);
Field packed
Type | Description |
(boolean|null) |
typeUrl
typeUrl?: (string|null);
Field typeUrl
Type | Description |
(string|null) |