Interface Ops.SourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.Source, Ops.Source.Builder
Enclosing class:
Ops

public static interface Ops.SourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLocationsCount

      int getLocationsCount()
      map<string, .pb.Locations> locations = 1;
    • containsLocations

      boolean containsLocations(String key)
      map<string, .pb.Locations> locations = 1;
    • getLocations

      Deprecated.
      Use getLocationsMap() instead.
    • getLocationsMap

      Map<String,Ops.Locations> getLocationsMap()
      map<string, .pb.Locations> locations = 1;
    • getLocationsOrDefault

      Ops.Locations getLocationsOrDefault(String key, Ops.Locations defaultValue)
      map<string, .pb.Locations> locations = 1;
    • getLocationsOrThrow

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

      List<Ops.SourceInfo> getInfosList()
      repeated .pb.SourceInfo infos = 2;
    • getInfos

      Ops.SourceInfo getInfos(int index)
      repeated .pb.SourceInfo infos = 2;
    • getInfosCount

      int getInfosCount()
      repeated .pb.SourceInfo infos = 2;
    • getInfosOrBuilderList

      List<? extends Ops.SourceInfoOrBuilder> getInfosOrBuilderList()
      repeated .pb.SourceInfo infos = 2;
    • getInfosOrBuilder

      Ops.SourceInfoOrBuilder getInfosOrBuilder(int index)
      repeated .pb.SourceInfo infos = 2;