Interface protos.google.protobuf.IFieldOptions (1.0.3)

Properties of a FieldOptions.

Package

@google-cloud/gke-connect-gateway!

Properties

ctype

ctype?: (google.protobuf.FieldOptions.CType|keyof typeof google.protobuf.FieldOptions.CType|null);

FieldOptions ctype

Property Value
TypeDescription
(google.protobuf.FieldOptions.CType|keyof typeof google.protobuf.FieldOptions.CType|null)

deprecated

deprecated?: (boolean|null);

FieldOptions deprecated

Property Value
TypeDescription
(boolean|null)

jstype

jstype?: (google.protobuf.FieldOptions.JSType|keyof typeof google.protobuf.FieldOptions.JSType|null);

FieldOptions jstype

Property Value
TypeDescription
(google.protobuf.FieldOptions.JSType|keyof typeof google.protobuf.FieldOptions.JSType|null)

lazy

lazy?: (boolean|null);

FieldOptions lazy

Property Value
TypeDescription
(boolean|null)

packed

packed?: (boolean|null);

FieldOptions packed

Property Value
TypeDescription
(boolean|null)

uninterpretedOption

uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null);

FieldOptions uninterpretedOption

Property Value
TypeDescription
(google.protobuf.IUninterpretedOption[]|null)

weak

weak?: (boolean|null);

FieldOptions weak

Property Value
TypeDescription
(boolean|null)