Uses of Class
com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
-
Uses of DescriptorProtos.DescriptorProto.ReservedRange.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.DescriptorProto.ReservedRange.Builder Modifier and Type Method Description DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange.Builder. clearEnd()optional int32 end = 2 [json_name = "end"];DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange.Builder. clearStart()optional int32 start = 1 [json_name = "start"];static DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange. newBuilder()static DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange. newBuilder(DescriptorProtos.DescriptorProto.ReservedRange prototype)DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange.Builder. setEnd(int value)optional int32 end = 2 [json_name = "end"];DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange.Builder. setStart(int value)optional int32 start = 1 [json_name = "start"];Methods in com.google.protobuf with parameters of type DescriptorProtos.DescriptorProto.ReservedRange.Builder Modifier and Type Method Description DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. addReservedRange(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue)repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue)repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. setReservedRange(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue)repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
-