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 TypeMethodDescriptiongetLocations
(int index) repeated .pb.Location locations = 1;
int
repeated .pb.Location locations = 1;
repeated .pb.Location locations = 1;
getLocationsOrBuilder
(int index) repeated .pb.Location locations = 1;
List
<? extends Ops.LocationOrBuilder> 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
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
repeated .pb.Location locations = 1;
-