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
Type Description
Companion

Companion

public static final FieldOptionsKt.Dsl.Companion Companion
Field Value
Type Description
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
Type Description
DescriptorProtos.FieldOptions.CType

getDeprecated()

public final boolean getDeprecated()
Returns
Type Description
boolean

getJstype()

public final DescriptorProtos.FieldOptions.JSType getJstype()
Returns
Type Description
DescriptorProtos.FieldOptions.JSType

getLazy()

public final boolean getLazy()
Returns
Type Description
boolean

getPacked()

public final boolean getPacked()
Returns
Type Description
boolean

getWeak()

public final boolean getWeak()
Returns
Type Description
boolean

hasCtype()

public final boolean hasCtype()
Returns
Type Description
boolean

hasDeprecated()

public final boolean hasDeprecated()
Returns
Type Description
boolean

hasJstype()

public final boolean hasJstype()
Returns
Type Description
boolean

hasLazy()

public final boolean hasLazy()
Returns
Type Description
boolean

hasPacked()

public final boolean hasPacked()
Returns
Type Description
boolean

hasWeak()

public final boolean hasWeak()
Returns
Type Description
boolean

setCtype(DescriptorProtos.FieldOptions.CType arg0)

public final void setCtype(DescriptorProtos.FieldOptions.CType arg0)
Parameter
Name Description
arg0 DescriptorProtos.FieldOptions.CType

setDeprecated(boolean arg0)

public final void setDeprecated(boolean arg0)
Parameter
Name Description
arg0 boolean

setJstype(DescriptorProtos.FieldOptions.JSType arg0)

public final void setJstype(DescriptorProtos.FieldOptions.JSType arg0)
Parameter
Name Description
arg0 DescriptorProtos.FieldOptions.JSType

setLazy(boolean arg0)

public final void setLazy(boolean arg0)
Parameter
Name Description
arg0 boolean

setPacked(boolean arg0)

public final void setPacked(boolean arg0)
Parameter
Name Description
arg0 boolean

setWeak(boolean arg0)

public final void setWeak(boolean arg0)
Parameter
Name Description
arg0 boolean