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