Interface Ops.LocationsOrBuilder

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

public static interface Ops.LocationsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLocations(int index)
    repeated .pb.Location locations = 1;
    int
    repeated .pb.Location locations = 1;
    repeated .pb.Location locations = 1;
    repeated .pb.Location locations = 1;
    repeated .pb.Location locations = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLocationsList

      List<Ops.Location> getLocationsList()
      repeated .pb.Location locations = 1;
    • getLocations

      Ops.Location getLocations(int index)
      repeated .pb.Location locations = 1;
    • getLocationsCount

      int getLocationsCount()
      repeated .pb.Location locations = 1;
    • getLocationsOrBuilderList

      List<? extends Ops.LocationOrBuilder> getLocationsOrBuilderList()
      repeated .pb.Location locations = 1;
    • getLocationsOrBuilder

      Ops.LocationOrBuilder getLocationsOrBuilder(int index)
      repeated .pb.Location locations = 1;