Properties of a FeatureSet.
Package
@google-cloud/sqlProperties
enumType
enumType
?:
(
google
.
protobuf
.
FeatureSet
.
EnumType
|
keyof
typeof
google
.
protobuf
.
FeatureSet
.
EnumType
|
null
);
FeatureSet enumType
fieldPresence
fieldPresence
?:
(
google
.
protobuf
.
FeatureSet
.
FieldPresence
|
keyof
typeof
google
.
protobuf
.
FeatureSet
.
FieldPresence
|
null
);
FeatureSet fieldPresence
jsonFormat
jsonFormat
?:
(
google
.
protobuf
.
FeatureSet
.
JsonFormat
|
keyof
typeof
google
.
protobuf
.
FeatureSet
.
JsonFormat
|
null
);
FeatureSet jsonFormat
messageEncoding
messageEncoding
?:
(
google
.
protobuf
.
FeatureSet
.
MessageEncoding
|
keyof
typeof
google
.
protobuf
.
FeatureSet
.
MessageEncoding
|
null
);
FeatureSet messageEncoding
repeatedFieldEncoding
repeatedFieldEncoding
?:
(
google
.
protobuf
.
FeatureSet
.
RepeatedFieldEncoding
|
keyof
typeof
google
.
protobuf
.
FeatureSet
.
RepeatedFieldEncoding
|
null
);
FeatureSet repeatedFieldEncoding
utf8Validation
utf8Validation
?:
(
google
.
protobuf
.
FeatureSet
.
Utf8Validation
|
keyof
typeof
google
.
protobuf
.
FeatureSet
.
Utf8Validation
|
null
);
FeatureSet utf8Validation