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

Companion

public static final FileDescriptorProtoKt.Dsl.Companion Companion
Field Value
Type Description
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
Type Description
com.google.protobuf.kotlin.DslList<String,DependencyProxy>

getName()

public final String getName()
Returns
Type Description
String

getOptions()

public final DescriptorProtos.FileOptions getOptions()
Returns
Type Description
DescriptorProtos.FileOptions

getPackage_()

public final String getPackage_()
Returns
Type Description
String

getSourceCodeInfo()

public final DescriptorProtos.SourceCodeInfo getSourceCodeInfo()
Returns
Type Description
DescriptorProtos.SourceCodeInfo

getSyntax()

public final String getSyntax()
Returns
Type Description
String

hasName()

public final boolean hasName()
Returns
Type Description
boolean

hasOptions()

public final boolean hasOptions()
Returns
Type Description
boolean

hasPackage_()

public final boolean hasPackage_()
Returns
Type Description
boolean

hasSourceCodeInfo()

public final boolean hasSourceCodeInfo()
Returns
Type Description
boolean

hasSyntax()

public final boolean hasSyntax()
Returns
Type Description
boolean

setName(String arg0)

public final void setName(String arg0)
Parameter
Name Description
arg0 String

setOptions(DescriptorProtos.FileOptions arg0)

public final void setOptions(DescriptorProtos.FileOptions arg0)
Parameter
Name Description
arg0 DescriptorProtos.FileOptions

setPackage_(String arg0)

public final void setPackage_(String arg0)
Parameter
Name Description
arg0 String

setSourceCodeInfo(DescriptorProtos.SourceCodeInfo arg0)

public final void setSourceCodeInfo(DescriptorProtos.SourceCodeInfo arg0)
Parameter
Name Description
arg0 DescriptorProtos.SourceCodeInfo

setSyntax(String arg0)

public final void setSyntax(String arg0)
Parameter
Name Description
arg0 String