Properties of a FieldOptions.
Package
@google-cloud/game-servers!Properties
".google.api.fieldBehavior"
".google.api.fieldBehavior"?: (google.api.FieldBehavior[]|null);
FieldOptions .google.api.fieldBehavior
Type | Description |
(google.api.FieldBehavior[]|null) |
".google.api.resourceReference"
".google.api.resourceReference"?: (google.api.IResourceReference|null);
FieldOptions .google.api.resourceReference
Type | Description |
(google.api.IResourceReference|null) |
ctype
ctype?: (google.protobuf.FieldOptions.CType|keyof typeof google.protobuf.FieldOptions.CType|null);
FieldOptions ctype
Type | Description |
(google.protobuf.FieldOptions.CType|keyof typeof google.protobuf.FieldOptions.CType|null) |
deprecated
deprecated?: (boolean|null);
FieldOptions deprecated
Type | Description |
(boolean|null) |
jstype
jstype?: (google.protobuf.FieldOptions.JSType|keyof typeof google.protobuf.FieldOptions.JSType|null);
FieldOptions jstype
Type | Description |
(google.protobuf.FieldOptions.JSType|keyof typeof google.protobuf.FieldOptions.JSType|null) |
lazy
lazy?: (boolean|null);
FieldOptions lazy
Type | Description |
(boolean|null) |
packed
packed?: (boolean|null);
FieldOptions packed
Type | Description |
(boolean|null) |
uninterpretedOption
uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);
FieldOptions uninterpretedOption
Type | Description |
(google.protobuf.IUninterpretedOption[]|null) |
weak
weak?: (boolean|null);
FieldOptions weak
Type | Description |
(boolean|null) |