JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.addAllValues(Iterable<? extends JsonMapPb.JsonValue> values) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.addValues(int index,
JsonMapPb.JsonValue value) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.addValues(int index,
JsonMapPb.JsonValue.Builder builderForValue) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.addValues(JsonMapPb.JsonValue value) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.addValues(JsonMapPb.JsonValue.Builder builderForValue) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.clear() |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.clearValues() |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.clone() |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonValue.Builder.getListValueBuilder() |
Represents a repeated `Value`.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.mergeFrom(JsonMapPb.JsonList other) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.mergeFrom(com.google.protobuf.Message other) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.newBuilder() |
|
static JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.newBuilder(JsonMapPb.JsonList prototype) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.newBuilderForType() |
|
protected JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.removeValues(int index) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.setValues(int index,
JsonMapPb.JsonValue value) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.Builder.setValues(int index,
JsonMapPb.JsonValue.Builder builderForValue) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonList.Builder |
JsonMapPb.JsonList.toBuilder() |
|