Package com.google.protobuf
Class DescriptorProtos.GeneratedCodeInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder>
-
- com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
- All Implemented Interfaces:
DescriptorProtos.GeneratedCodeInfoOrBuilder,MessageLite.Builder,MessageLiteOrBuilder,java.lang.Cloneable
- Enclosing class:
- DescriptorProtos.GeneratedCodeInfo
public static final class DescriptorProtos.GeneratedCodeInfo.Builder extends GeneratedMessageLite.Builder<DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder> implements DescriptorProtos.GeneratedCodeInfoOrBuilder
Protobuf typegoogle.protobuf.GeneratedCodeInfo
-
-
Field Summary
-
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfo.BuilderaddAllAnnotation(java.lang.Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderaddAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderaddAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderaddAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation value)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderaddAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderclearAnnotation()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.AnnotationgetAnnotation(int index)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];intgetAnnotationCount()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderremoveAnnotation(int index)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuildersetAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuildersetAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Method Detail
-
getAnnotationList
public java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation> getAnnotationList()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];- Specified by:
getAnnotationListin interfaceDescriptorProtos.GeneratedCodeInfoOrBuilder
-
getAnnotationCount
public int getAnnotationCount()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];- Specified by:
getAnnotationCountin interfaceDescriptorProtos.GeneratedCodeInfoOrBuilder
-
getAnnotation
public DescriptorProtos.GeneratedCodeInfo.Annotation getAnnotation(int index)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];- Specified by:
getAnnotationin interfaceDescriptorProtos.GeneratedCodeInfoOrBuilder
-
setAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
setAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
addAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation value)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
addAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
addAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
addAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
addAllAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder addAllAnnotation(java.lang.Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
clearAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder clearAnnotation()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
removeAnnotation
public DescriptorProtos.GeneratedCodeInfo.Builder removeAnnotation(int index)
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-
-