Type.Builder |
Type.Builder.addAllFields(java.lang.Iterable<? extends Field> values) |
The list of fields.
|
Type.Builder |
Type.Builder.addAllOneofs(java.lang.Iterable<java.lang.String> values) |
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.addAllOptions(java.lang.Iterable<? extends Option> values) |
The protocol buffer options.
|
Type.Builder |
Type.Builder.addFields(int index,
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(Field value) |
The list of fields.
|
Type.Builder |
Type.Builder.addFields(Field.Builder builderForValue) |
The list of fields.
|
Type.Builder |
Type.Builder.addOneofs(java.lang.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 value) |
The protocol buffer options.
|
Type.Builder |
Type.Builder.addOptions(int index,
Option.Builder builderForValue) |
The protocol buffer options.
|
Type.Builder |
Type.Builder.addOptions(Option value) |
The protocol buffer options.
|
Type.Builder |
Type.Builder.addOptions(Option.Builder builderForValue) |
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 value) |
The list of fields.
|
Type.Builder |
Type.Builder.setFields(int index,
Field.Builder builderForValue) |
The list of fields.
|
Type.Builder |
Type.Builder.setName(java.lang.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,
java.lang.String value) |
The list of types appearing in `oneof` definitions in this type.
|
Type.Builder |
Type.Builder.setOptions(int index,
Option value) |
The protocol buffer options.
|
Type.Builder |
Type.Builder.setOptions(int index,
Option.Builder builderForValue) |
The protocol buffer options.
|
Type.Builder |
Type.Builder.setSourceContext(SourceContext value) |
The source context.
|
Type.Builder |
Type.Builder.setSourceContext(SourceContext.Builder builderForValue) |
The source context.
|
Type.Builder |
Type.Builder.setSyntax(Syntax value) |
The source syntax.
|
Type.Builder |
Type.Builder.setSyntaxValue(int value) |
The source syntax.
|