Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
Type.Builder |
Type.Builder.addAllFields(Iterable<? extends Field> values)
The list of fields.
|
Type.Builder |
Type.Builder.addAllOneofs(Iterable<String> values)
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.addAllOptions(Iterable<? extends Option> values)
The protocol buffer options.
|
Type.Builder |
Type.Builder.addFields(Field.Builder builderForValue)
The list of fields.
|
Type.Builder |
Type.Builder.addFields(Field value)
The list of fields.
|
Type.Builder |
Type.Builder.addFields(int index,
Field.Builder builderForValue)
The list of fields.
|
Type.Builder |
Type.Builder.addFields(int index,
Field value)
The list of fields.
|
Type.Builder |
Type.Builder.addOneofs(String value)
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.addOneofsBytes(ByteString value)
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.addOptions(int index,
Option.Builder builderForValue)
The protocol buffer options.
|
Type.Builder |
Type.Builder.addOptions(int index,
Option value)
The protocol buffer options.
|
Type.Builder |
Type.Builder.addOptions(Option.Builder builderForValue)
The protocol buffer options.
|
Type.Builder |
Type.Builder.addOptions(Option value)
The protocol buffer options.
|
Type.Builder |
Type.Builder.clearFields()
The list of fields.
|
Type.Builder |
Type.Builder.clearName()
The fully qualified message name.
|
Type.Builder |
Type.Builder.clearOneofs()
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.clearOptions()
The protocol buffer options.
|
Type.Builder |
Type.Builder.clearSourceContext()
The source context.
|
Type.Builder |
Type.Builder.clearSyntax()
The source syntax.
|
Type.Builder |
Type.Builder.mergeSourceContext(SourceContext value)
The source context.
|
static Type.Builder |
Type.newBuilder() |
static Type.Builder |
Type.newBuilder(Type prototype) |
Type.Builder |
Type.Builder.removeFields(int index)
The list of fields.
|
Type.Builder |
Type.Builder.removeOptions(int index)
The protocol buffer options.
|
Type.Builder |
Type.Builder.setFields(int index,
Field.Builder builderForValue)
The list of fields.
|
Type.Builder |
Type.Builder.setFields(int index,
Field value)
The list of fields.
|
Type.Builder |
Type.Builder.setName(String value)
The fully qualified message name.
|
Type.Builder |
Type.Builder.setNameBytes(ByteString value)
The fully qualified message name.
|
Type.Builder |
Type.Builder.setOneofs(int index,
String value)
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.setOptions(int index,
Option.Builder builderForValue)
The protocol buffer options.
|
Type.Builder |
Type.Builder.setOptions(int index,
Option value)
The protocol buffer options.
|
Type.Builder |
Type.Builder.setSourceContext(SourceContext.Builder builderForValue)
The source context.
|
Type.Builder |
Type.Builder.setSourceContext(SourceContext value)
The source context.
|
Type.Builder |
Type.Builder.setSyntax(Syntax value)
The source syntax.
|
Type.Builder |
Type.Builder.setSyntaxValue(int value)
The source syntax.
|
Copyright © 2008–2022. All rights reserved.