-
public final class TypeKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTypeKt.Dsl.Companionpublic final classTypeKt.Dsl.FieldsProxyAn uninstantiable, behaviorless type to represent the field in generics.
public final classTypeKt.Dsl.OneofsProxyAn uninstantiable, behaviorless type to represent the field in generics.
public final classTypeKt.Dsl.OptionsProxyAn uninstantiable, behaviorless type to represent the field in generics.
-
Field Summary
Fields Modifier and Type Field Description private Stringnameprivate final DslList<Field, TypeKt.Dsl.FieldsProxy>fieldsprivate final DslList<String, TypeKt.Dsl.OneofsProxy>oneofsprivate final DslList<Option, TypeKt.Dsl.OptionsProxy>optionsprivate SourceContextsourceContextprivate Syntaxsyntax
-
Method Summary
Modifier and Type Method Description final StringgetName()final UnitsetName(String name)final DslList<String, TypeKt.Dsl.OneofsProxy>getOneofs()final SourceContextgetSourceContext()final UnitsetSourceContext(SourceContext sourceContext)final SyntaxgetSyntax()final UnitsetSyntax(Syntax syntax)final UnitclearName()<pre> The fully qualified message name. final UnitclearSourceContext()<pre> The source context. final BooleanhasSourceContext()<pre> The source context. final UnitclearSyntax()<pre> The source syntax. -
-
Method Detail
-
getOneofs
final DslList<String, TypeKt.Dsl.OneofsProxy> getOneofs()
-
getSourceContext
final SourceContext getSourceContext()
-
setSourceContext
final Unit setSourceContext(SourceContext sourceContext)
-
getSyntax
final Syntax getSyntax()
-
clearName
final Unit clearName()
<pre> The fully qualified message name. </pre><code>string name = 1;</code>
-
clearSourceContext
final Unit clearSourceContext()
<pre> The source context. </pre><code>.google.protobuf.SourceContext source_context = 5;</code>
-
hasSourceContext
final Boolean hasSourceContext()
<pre> The source context. </pre><code>.google.protobuf.SourceContext source_context = 5;</code>
-
clearSyntax
final Unit clearSyntax()
<pre> The source syntax. </pre><code>.google.protobuf.Syntax syntax = 6;</code>
-
-
-
-