MessageDefinition.Builder |
MessageDefinition.Builder.addExtendDefinition(Context ctx,
String extendee,
String label,
String type,
String name,
int num,
String defaultVal,
String jsonName,
ProtobufSchema.ProtobufMeta meta,
com.google.protobuf.DescriptorProtos.FieldOptions.CType ctype,
Boolean isPacked,
com.google.protobuf.DescriptorProtos.FieldOptions.JSType jstype,
Boolean isDeprecated) |
DynamicSchema.Builder |
DynamicSchema.Builder.addExtendDefinition(Context ctx,
String extendee,
String label,
String type,
String name,
int num,
String defaultVal,
String jsonName,
ProtobufSchema.ProtobufMeta meta,
com.google.protobuf.DescriptorProtos.FieldOptions.CType ctype,
Boolean isPacked,
com.google.protobuf.DescriptorProtos.FieldOptions.JSType jstype,
Boolean isDeprecated) |
MessageDefinition.OneofBuilder |
MessageDefinition.OneofBuilder.addField(Context ctx,
boolean isProto3Optional,
String type,
String name,
int num,
String defaultVal,
ProtobufSchema.ProtobufMeta meta) |
MessageDefinition.OneofBuilder |
MessageDefinition.OneofBuilder.addField(Context ctx,
boolean isProto3Optional,
String type,
String name,
int num,
String defaultVal,
String jsonName,
ProtobufSchema.ProtobufMeta meta,
com.google.protobuf.DescriptorProtos.FieldOptions.CType ctype,
com.google.protobuf.DescriptorProtos.FieldOptions.JSType jstype,
Boolean deprecated) |
MessageDefinition.OneofBuilder |
MessageDefinition.OneofBuilder.addField(Context ctx,
String type,
String name,
int num,
String defaultVal,
ProtobufSchema.ProtobufMeta meta) |
MessageDefinition.Builder |
MessageDefinition.Builder.addField(Context ctx,
String label,
String type,
String name,
int num,
String defaultVal,
ProtobufSchema.ProtobufMeta meta) |
MessageDefinition.Builder |
MessageDefinition.Builder.addField(Context ctx,
String label,
String type,
String name,
int num,
String defaultVal,
String jsonName,
ProtobufSchema.ProtobufMeta meta,
com.google.protobuf.DescriptorProtos.FieldOptions.CType ctype,
Boolean isPacked,
com.google.protobuf.DescriptorProtos.FieldOptions.JSType jstype,
Boolean isDeprecated) |
static com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder |
MessageDefinition.getFieldBuilder(Context ctx,
String label,
boolean isProto3Optional,
String type,
String name,
int num,
String defaultVal,
String jsonName,
ProtobufSchema.ProtobufMeta meta,
com.google.protobuf.DescriptorProtos.FieldOptions.CType ctype,
Boolean isPacked,
com.google.protobuf.DescriptorProtos.FieldOptions.JSType jstype,
Boolean isDeprecated,
MessageDefinition.OneofBuilder oneofBuilder) |