Interface protos.google.protobuf.IFieldOptions (3.1.0)

Properties of a FieldOptions.

Package

@google-cloud/dataproc

Properties

".google.api.fieldBehavior"

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

FieldOptions .google.api.fieldBehavior

Property Value
TypeDescription
(google.api.FieldBehavior[]|null)

".google.api.resourceReference"

".google.api.resourceReference"?: (google.api.IResourceReference|null);

FieldOptions .google.api.resourceReference

Property Value
TypeDescription
(google.api.IResourceReference|null)

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)