Class FieldOptionsKt.Dsl (3.19.4)

public static final class FieldOptionsKt.Dsl

Inheritance

java.lang.Object > FieldOptionsKt.Dsl

Static Fields

Companion

public static final FieldOptionsKt.Dsl.Companion Companion
Field Value
TypeDescription
Companion

Companion

public static final FieldOptionsKt.Dsl.Companion Companion
Field Value
TypeDescription
Companion

Methods

clearCtype()

public final void clearCtype()

clearDeprecated()

public final void clearDeprecated()

clearJstype()

public final void clearJstype()

clearLazy()

public final void clearLazy()

clearPacked()

public final void clearPacked()

clearWeak()

public final void clearWeak()

getCtype()

public final DescriptorProtos.FieldOptions.CType getCtype()
Returns
TypeDescription
DescriptorProtos.FieldOptions.CType

getDeprecated()

public final boolean getDeprecated()
Returns
TypeDescription
boolean

getJstype()

public final DescriptorProtos.FieldOptions.JSType getJstype()
Returns
TypeDescription
DescriptorProtos.FieldOptions.JSType

getLazy()

public final boolean getLazy()
Returns
TypeDescription
boolean

getPacked()

public final boolean getPacked()
Returns
TypeDescription
boolean

getWeak()

public final boolean getWeak()
Returns
TypeDescription
boolean

hasCtype()

public final boolean hasCtype()
Returns
TypeDescription
boolean

hasDeprecated()

public final boolean hasDeprecated()
Returns
TypeDescription
boolean

hasJstype()

public final boolean hasJstype()
Returns
TypeDescription
boolean

hasLazy()

public final boolean hasLazy()
Returns
TypeDescription
boolean

hasPacked()

public final boolean hasPacked()
Returns
TypeDescription
boolean

hasWeak()

public final boolean hasWeak()
Returns
TypeDescription
boolean

setCtype(DescriptorProtos.FieldOptions.CType arg0)

public final void setCtype(DescriptorProtos.FieldOptions.CType arg0)
Parameter
NameDescription
arg0DescriptorProtos.FieldOptions.CType

setDeprecated(boolean arg0)

public final void setDeprecated(boolean arg0)
Parameter
NameDescription
arg0boolean

setJstype(DescriptorProtos.FieldOptions.JSType arg0)

public final void setJstype(DescriptorProtos.FieldOptions.JSType arg0)
Parameter
NameDescription
arg0DescriptorProtos.FieldOptions.JSType

setLazy(boolean arg0)

public final void setLazy(boolean arg0)
Parameter
NameDescription
arg0boolean

setPacked(boolean arg0)

public final void setPacked(boolean arg0)
Parameter
NameDescription
arg0boolean

setWeak(boolean arg0)

public final void setWeak(boolean arg0)
Parameter
NameDescription
arg0boolean