JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonList.Builder.addValuesBuilder() |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonList.Builder.addValuesBuilder(int index) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clear() |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearBoolValue() |
Represents a boolean value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearDoubleValue() |
Represents a double value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearIntValue() |
Represents an int32 value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearKind() |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearListValue() |
Represents a repeated `Value`.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearLongValue() |
Represents an int64 value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearNullValue() |
Represents a null value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearStringValue() |
Represents a string value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clearStructValue() |
Represents a structured value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.clone() |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonList.Builder.getValuesBuilder(int index) |
Repeated field of dynamically typed values.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.mergeFrom(JsonMapPb.JsonValue other) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.mergeFrom(com.google.protobuf.Message other) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.mergeListValue(JsonMapPb.JsonList value) |
Represents a repeated `Value`.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.mergeStructValue(JsonMapPb.JsonMap value) |
Represents a structured value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.newBuilder() |
|
static JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.newBuilder(JsonMapPb.JsonValue prototype) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.newBuilderForType() |
|
protected JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setBoolValue(boolean value) |
Represents a boolean value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setDoubleValue(double value) |
Represents a double value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setIntValue(int value) |
Represents an int32 value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setListValue(JsonMapPb.JsonList value) |
Represents a repeated `Value`.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setListValue(JsonMapPb.JsonList.Builder builderForValue) |
Represents a repeated `Value`.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setLongValue(long value) |
Represents an int64 value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setNullValue(com.google.protobuf.NullValue value) |
Represents a null value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setNullValueValue(int value) |
Represents a null value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setStringValue(String value) |
Represents a string value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setStringValueBytes(com.google.protobuf.ByteString value) |
Represents a string value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setStructValue(JsonMapPb.JsonMap value) |
Represents a structured value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setStructValue(JsonMapPb.JsonMap.Builder builderForValue) |
Represents a structured value.
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
JsonMapPb.JsonValue.Builder |
JsonMapPb.JsonValue.toBuilder() |
|