Class FileDescriptorProtoKt.Dsl (3.19.4)

public static final class FileDescriptorProtoKt.Dsl

Inheritance

java.lang.Object > FileDescriptorProtoKt.Dsl

Static Fields

Companion

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

Companion

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

Methods

clearName()

public final void clearName()

clearOptions()

public final void clearOptions()

clearPackage_()

public final void clearPackage_()

clearSourceCodeInfo()

public final void clearSourceCodeInfo()

clearSyntax()

public final void clearSyntax()

getDependency()

public final DslList<String,FileDescriptorProtoKt.Dsl.DependencyProxy> getDependency()
Returns
TypeDescription
com.google.protobuf.kotlin.DslList<String,DependencyProxy>

getName()

public final String getName()
Returns
TypeDescription
String

getOptions()

public final DescriptorProtos.FileOptions getOptions()
Returns
TypeDescription
DescriptorProtos.FileOptions

getPackage_()

public final String getPackage_()
Returns
TypeDescription
String

getSourceCodeInfo()

public final DescriptorProtos.SourceCodeInfo getSourceCodeInfo()
Returns
TypeDescription
DescriptorProtos.SourceCodeInfo

getSyntax()

public final String getSyntax()
Returns
TypeDescription
String

hasName()

public final boolean hasName()
Returns
TypeDescription
boolean

hasOptions()

public final boolean hasOptions()
Returns
TypeDescription
boolean

hasPackage_()

public final boolean hasPackage_()
Returns
TypeDescription
boolean

hasSourceCodeInfo()

public final boolean hasSourceCodeInfo()
Returns
TypeDescription
boolean

hasSyntax()

public final boolean hasSyntax()
Returns
TypeDescription
boolean

setName(String arg0)

public final void setName(String arg0)
Parameter
NameDescription
arg0String

setOptions(DescriptorProtos.FileOptions arg0)

public final void setOptions(DescriptorProtos.FileOptions arg0)
Parameter
NameDescription
arg0DescriptorProtos.FileOptions

setPackage_(String arg0)

public final void setPackage_(String arg0)
Parameter
NameDescription
arg0String

setSourceCodeInfo(DescriptorProtos.SourceCodeInfo arg0)

public final void setSourceCodeInfo(DescriptorProtos.SourceCodeInfo arg0)
Parameter
NameDescription
arg0DescriptorProtos.SourceCodeInfo

setSyntax(String arg0)

public final void setSyntax(String arg0)
Parameter
NameDescription
arg0String