Class Ops.Source.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.Source.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
pb.Ops.Source.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.SourceOrBuilder
Enclosing class:
Ops.Source

public static final class Ops.Source.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder> implements Ops.SourceOrBuilder
 Source is a source mapping description for a file
 
Protobuf type pb.Source
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
    • clear

      public Ops.Source.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
    • getDefaultInstanceForType

      public Ops.Source getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Ops.Source build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.Source buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.Source.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.Source.Builder>
    • mergeFrom

      public Ops.Source.Builder mergeFrom(Ops.Source other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Ops.Source.Builder>
    • mergeFrom

      public Ops.Source.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.Source.Builder>
      Throws:
      IOException
    • getLocationsCount

      public int getLocationsCount()
      Description copied from interface: Ops.SourceOrBuilder
      map<string, .pb.Locations> locations = 1;
      Specified by:
      getLocationsCount in interface Ops.SourceOrBuilder
    • containsLocations

      public boolean containsLocations(String key)
      map<string, .pb.Locations> locations = 1;
      Specified by:
      containsLocations in interface Ops.SourceOrBuilder
    • getLocations

      @Deprecated public Map<String,Ops.Locations> getLocations()
      Deprecated.
      Use getLocationsMap() instead.
      Specified by:
      getLocations in interface Ops.SourceOrBuilder
    • getLocationsMap

      public Map<String,Ops.Locations> getLocationsMap()
      map<string, .pb.Locations> locations = 1;
      Specified by:
      getLocationsMap in interface Ops.SourceOrBuilder
    • getLocationsOrDefault

      public Ops.Locations getLocationsOrDefault(String key, Ops.Locations defaultValue)
      map<string, .pb.Locations> locations = 1;
      Specified by:
      getLocationsOrDefault in interface Ops.SourceOrBuilder
    • getLocationsOrThrow

      public Ops.Locations getLocationsOrThrow(String key)
      map<string, .pb.Locations> locations = 1;
      Specified by:
      getLocationsOrThrow in interface Ops.SourceOrBuilder
    • clearLocations

      public Ops.Source.Builder clearLocations()
    • removeLocations

      public Ops.Source.Builder removeLocations(String key)
      map<string, .pb.Locations> locations = 1;
    • getMutableLocations

      @Deprecated public Map<String,Ops.Locations> getMutableLocations()
      Deprecated.
      Use alternate mutation accessors instead.
    • putLocations

      public Ops.Source.Builder putLocations(String key, Ops.Locations value)
      map<string, .pb.Locations> locations = 1;
    • putAllLocations

      public Ops.Source.Builder putAllLocations(Map<String,Ops.Locations> values)
      map<string, .pb.Locations> locations = 1;
    • putLocationsBuilderIfAbsent

      public Ops.Locations.Builder putLocationsBuilderIfAbsent(String key)
      map<string, .pb.Locations> locations = 1;
    • getInfosList

      public List<Ops.SourceInfo> getInfosList()
      repeated .pb.SourceInfo infos = 2;
      Specified by:
      getInfosList in interface Ops.SourceOrBuilder
    • getInfosCount

      public int getInfosCount()
      repeated .pb.SourceInfo infos = 2;
      Specified by:
      getInfosCount in interface Ops.SourceOrBuilder
    • getInfos

      public Ops.SourceInfo getInfos(int index)
      repeated .pb.SourceInfo infos = 2;
      Specified by:
      getInfos in interface Ops.SourceOrBuilder
    • setInfos

      public Ops.Source.Builder setInfos(int index, Ops.SourceInfo value)
      repeated .pb.SourceInfo infos = 2;
    • setInfos

      public Ops.Source.Builder setInfos(int index, Ops.SourceInfo.Builder builderForValue)
      repeated .pb.SourceInfo infos = 2;
    • addInfos

      public Ops.Source.Builder addInfos(Ops.SourceInfo value)
      repeated .pb.SourceInfo infos = 2;
    • addInfos

      public Ops.Source.Builder addInfos(int index, Ops.SourceInfo value)
      repeated .pb.SourceInfo infos = 2;
    • addInfos

      public Ops.Source.Builder addInfos(Ops.SourceInfo.Builder builderForValue)
      repeated .pb.SourceInfo infos = 2;
    • addInfos

      public Ops.Source.Builder addInfos(int index, Ops.SourceInfo.Builder builderForValue)
      repeated .pb.SourceInfo infos = 2;
    • addAllInfos

      public Ops.Source.Builder addAllInfos(Iterable<? extends Ops.SourceInfo> values)
      repeated .pb.SourceInfo infos = 2;
    • clearInfos

      public Ops.Source.Builder clearInfos()
      repeated .pb.SourceInfo infos = 2;
    • removeInfos

      public Ops.Source.Builder removeInfos(int index)
      repeated .pb.SourceInfo infos = 2;
    • getInfosBuilder

      public Ops.SourceInfo.Builder getInfosBuilder(int index)
      repeated .pb.SourceInfo infos = 2;
    • getInfosOrBuilder

      public Ops.SourceInfoOrBuilder getInfosOrBuilder(int index)
      repeated .pb.SourceInfo infos = 2;
      Specified by:
      getInfosOrBuilder in interface Ops.SourceOrBuilder
    • getInfosOrBuilderList

      public List<? extends Ops.SourceInfoOrBuilder> getInfosOrBuilderList()
      repeated .pb.SourceInfo infos = 2;
      Specified by:
      getInfosOrBuilderList in interface Ops.SourceOrBuilder
    • addInfosBuilder

      public Ops.SourceInfo.Builder addInfosBuilder()
      repeated .pb.SourceInfo infos = 2;
    • addInfosBuilder

      public Ops.SourceInfo.Builder addInfosBuilder(int index)
      repeated .pb.SourceInfo infos = 2;
    • getInfosBuilderList

      public List<Ops.SourceInfo.Builder> getInfosBuilderList()
      repeated .pb.SourceInfo infos = 2;