Uses of Class
pb.Ops.Location.Builder
Packages that use Ops.Location.Builder
-
Uses of Ops.Location.Builder in pb
Subclasses with type arguments of type Ops.Location.Builder in pbModifier and TypeClassDescriptionstatic final class
Location defines list of areas in to source fileMethods in pb that return Ops.Location.BuilderModifier and TypeMethodDescriptionOps.Location.Builder.addAllRanges
(Iterable<? extends Ops.Range> values) repeated .pb.Range ranges = 2;
Ops.Locations.Builder.addLocationsBuilder()
repeated .pb.Location locations = 1;
Ops.Locations.Builder.addLocationsBuilder
(int index) repeated .pb.Location locations = 1;
repeated .pb.Range ranges = 2;
Ops.Location.Builder.addRanges
(int index, Ops.Range.Builder builderForValue) repeated .pb.Range ranges = 2;
repeated .pb.Range ranges = 2;
Ops.Location.Builder.addRanges
(Ops.Range.Builder builderForValue) repeated .pb.Range ranges = 2;
Ops.Location.Builder.clear()
Ops.Location.Builder.clearRanges()
repeated .pb.Range ranges = 2;
Ops.Location.Builder.clearSourceIndex()
int32 sourceIndex = 1;
Ops.Locations.Builder.getLocationsBuilder
(int index) repeated .pb.Location locations = 1;
Ops.Location.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.Location.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.Location.Builder.mergeFrom
(Ops.Location other) static Ops.Location.Builder
Ops.Location.newBuilder()
static Ops.Location.Builder
Ops.Location.newBuilder
(Ops.Location prototype) Ops.Location.newBuilderForType()
protected Ops.Location.Builder
Ops.Location.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.Location.Builder.removeRanges
(int index) repeated .pb.Range ranges = 2;
repeated .pb.Range ranges = 2;
Ops.Location.Builder.setRanges
(int index, Ops.Range.Builder builderForValue) repeated .pb.Range ranges = 2;
Ops.Location.Builder.setSourceIndex
(int value) int32 sourceIndex = 1;
Ops.Location.toBuilder()
Methods in pb that return types with arguments of type Ops.Location.BuilderModifier and TypeMethodDescriptionOps.Locations.Builder.getLocationsBuilderList()
repeated .pb.Location locations = 1;
Methods in pb with parameters of type Ops.Location.BuilderModifier and TypeMethodDescriptionOps.Locations.Builder.addLocations
(int index, Ops.Location.Builder builderForValue) repeated .pb.Location locations = 1;
Ops.Locations.Builder.addLocations
(Ops.Location.Builder builderForValue) repeated .pb.Location locations = 1;
Ops.Locations.Builder.setLocations
(int index, Ops.Location.Builder builderForValue) repeated .pb.Location locations = 1;