org.jetbrains.kotlin.serialization
Class ProtoBuf.Annotation.Argument.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Annotation.Argument,ProtoBuf.Annotation.Argument.Builder>
          extended by org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, java.lang.Cloneable, ProtoBuf.Annotation.ArgumentOrBuilder
Enclosing class:
ProtoBuf.Annotation.Argument

public static final class ProtoBuf.Annotation.Argument.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Annotation.Argument,ProtoBuf.Annotation.Argument.Builder>
implements ProtoBuf.Annotation.ArgumentOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.Annotation.Argument


Method Summary
 ProtoBuf.Annotation.Argument build()
           
 ProtoBuf.Annotation.Argument buildPartial()
           
 ProtoBuf.Annotation.Argument.Builder clear()
           
 ProtoBuf.Annotation.Argument.Builder clearNameId()
          required int32 name_id = 1;
 ProtoBuf.Annotation.Argument.Builder clearValue()
          required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;
 ProtoBuf.Annotation.Argument.Builder clone()
           
 ProtoBuf.Annotation.Argument getDefaultInstanceForType()
           
 int getNameId()
          required int32 name_id = 1;
 ProtoBuf.Annotation.Argument.Value getValue()
          required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;
 boolean hasNameId()
          required int32 name_id = 1;
 boolean hasValue()
          required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;
 boolean isInitialized()
           
 ProtoBuf.Annotation.Argument.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtoBuf.Annotation.Argument.Builder mergeFrom(ProtoBuf.Annotation.Argument other)
           
 ProtoBuf.Annotation.Argument.Builder mergeValue(ProtoBuf.Annotation.Argument.Value value)
          required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;
 ProtoBuf.Annotation.Argument.Builder setNameId(int value)
          required int32 name_id = 1;
 ProtoBuf.Annotation.Argument.Builder setValue(ProtoBuf.Annotation.Argument.Value.Builder builderForValue)
          required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;
 ProtoBuf.Annotation.Argument.Builder setValue(ProtoBuf.Annotation.Argument.Value value)
          required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public ProtoBuf.Annotation.Argument.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Annotation.Argument,ProtoBuf.Annotation.Argument.Builder>

clone

public ProtoBuf.Annotation.Argument.Builder clone()
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Annotation.Argument,ProtoBuf.Annotation.Argument.Builder>

getDefaultInstanceForType

public ProtoBuf.Annotation.Argument getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Annotation.Argument,ProtoBuf.Annotation.Argument.Builder>

build

public ProtoBuf.Annotation.Argument build()
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ProtoBuf.Annotation.Argument buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ProtoBuf.Annotation.Argument.Builder mergeFrom(ProtoBuf.Annotation.Argument other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Annotation.Argument,ProtoBuf.Annotation.Argument.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

mergeFrom

public ProtoBuf.Annotation.Argument.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ProtoBuf.Annotation.Argument.Builder>
Throws:
java.io.IOException

hasNameId

public boolean hasNameId()
required int32 name_id = 1;

Specified by:
hasNameId in interface ProtoBuf.Annotation.ArgumentOrBuilder

getNameId

public int getNameId()
required int32 name_id = 1;

Specified by:
getNameId in interface ProtoBuf.Annotation.ArgumentOrBuilder

setNameId

public ProtoBuf.Annotation.Argument.Builder setNameId(int value)
required int32 name_id = 1;


clearNameId

public ProtoBuf.Annotation.Argument.Builder clearNameId()
required int32 name_id = 1;


hasValue

public boolean hasValue()
required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;

Specified by:
hasValue in interface ProtoBuf.Annotation.ArgumentOrBuilder

getValue

public ProtoBuf.Annotation.Argument.Value getValue()
required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;

Specified by:
getValue in interface ProtoBuf.Annotation.ArgumentOrBuilder

setValue

public ProtoBuf.Annotation.Argument.Builder setValue(ProtoBuf.Annotation.Argument.Value value)
required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;


setValue

public ProtoBuf.Annotation.Argument.Builder setValue(ProtoBuf.Annotation.Argument.Value.Builder builderForValue)
required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;


mergeValue

public ProtoBuf.Annotation.Argument.Builder mergeValue(ProtoBuf.Annotation.Argument.Value value)
required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;


clearValue

public ProtoBuf.Annotation.Argument.Builder clearValue()
required .org.jetbrains.kotlin.serialization.Annotation.Argument.Value value = 2;