Uses of Class
pb.Ops.Source.Builder
Packages that use Ops.Source.Builder
-
Uses of Ops.Source.Builder in pb
Subclasses with type arguments of type Ops.Source.Builder in pbModifier and TypeClassDescriptionstatic final class
Source is a source mapping description for a fileMethods in pb that return Ops.Source.BuilderModifier and TypeMethodDescriptionOps.Source.Builder.addAllInfos
(Iterable<? extends Ops.SourceInfo> values) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.addInfos
(int index, Ops.SourceInfo value) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.addInfos
(int index, Ops.SourceInfo.Builder builderForValue) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.addInfos
(Ops.SourceInfo value) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.addInfos
(Ops.SourceInfo.Builder builderForValue) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.clear()
Ops.Source.Builder.clearInfos()
repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.clearLocations()
Ops.Definition.Builder.getSourceBuilder()
Source contains the source mapping information for the vertexes in the definitionOps.Source.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.Source.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.Source.Builder.mergeFrom
(Ops.Source other) static Ops.Source.Builder
Ops.Source.newBuilder()
static Ops.Source.Builder
Ops.Source.newBuilder
(Ops.Source prototype) Ops.Source.newBuilderForType()
protected Ops.Source.Builder
Ops.Source.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.Source.Builder.putAllLocations
(Map<String, Ops.Locations> values) map<string, .pb.Locations> locations = 1;
Ops.Source.Builder.putLocations
(String key, Ops.Locations value) map<string, .pb.Locations> locations = 1;
Ops.Source.Builder.removeInfos
(int index) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.removeLocations
(String key) map<string, .pb.Locations> locations = 1;
Ops.Source.Builder.setInfos
(int index, Ops.SourceInfo value) repeated .pb.SourceInfo infos = 2;
Ops.Source.Builder.setInfos
(int index, Ops.SourceInfo.Builder builderForValue) repeated .pb.SourceInfo infos = 2;
Ops.Source.toBuilder()
Methods in pb with parameters of type Ops.Source.BuilderModifier and TypeMethodDescriptionOps.Definition.Builder.setSource
(Ops.Source.Builder builderForValue) Source contains the source mapping information for the vertexes in the definition