Interface protos.google.protobuf.IFieldOptions (0.4.0)

Properties of a FieldOptions.

Package

@google-cloud/sql

Properties

".google.api.fieldBehavior"

".google.api.fieldBehavior"?:(google.api.FieldBehavior[]|null);

FieldOptions .google.api.fieldBehavior

ctype

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

FieldOptions ctype

debugRedact

debugRedact?:(boolean|null);

FieldOptions debugRedact

deprecated

deprecated?:(boolean|null);

FieldOptions deprecated

jstype

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

FieldOptions jstype

lazy

lazy?:(boolean|null);

FieldOptions lazy

packed

packed?:(boolean|null);

FieldOptions packed

retention

retention?:(google.protobuf.FieldOptions.OptionRetention|keyoftypeofgoogle.protobuf.FieldOptions.OptionRetention|null);

FieldOptions retention

target

target?:(google.protobuf.FieldOptions.OptionTargetType|keyoftypeofgoogle.protobuf.FieldOptions.OptionTargetType|null);

FieldOptions target

uninterpretedOption

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

FieldOptions uninterpretedOption

unverifiedLazy

unverifiedLazy?:(boolean|null);

FieldOptions unverifiedLazy

weak

weak?:(boolean|null);

FieldOptions weak

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.