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 Summary
Modifier and TypeMethodDescriptionboolean
containsLocations
(String key) map<string, .pb.Locations> locations = 1;
getInfos
(int index) repeated .pb.SourceInfo infos = 2;
int
repeated .pb.SourceInfo infos = 2;
repeated .pb.SourceInfo infos = 2;
getInfosOrBuilder
(int index) repeated .pb.SourceInfo infos = 2;
List
<? extends Ops.SourceInfoOrBuilder> repeated .pb.SourceInfo infos = 2;
Deprecated.int
map<string, .pb.Locations> locations = 1;
map<string, .pb.Locations> locations = 1;
getLocationsOrDefault
(String key, Ops.Locations defaultValue) map<string, .pb.Locations> locations = 1;
map<string, .pb.Locations> 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
-
getLocationsCount
int getLocationsCount()map<string, .pb.Locations> locations = 1;
-
containsLocations
map<string, .pb.Locations> locations = 1;
-
getLocations
-
getLocationsMap
Map<String,Ops.Locations> getLocationsMap()map<string, .pb.Locations> locations = 1;
-
getLocationsOrDefault
map<string, .pb.Locations> locations = 1;
-
getLocationsOrThrow
map<string, .pb.Locations> locations = 1;
-
getInfosList
List<Ops.SourceInfo> getInfosList()repeated .pb.SourceInfo infos = 2;
-
getInfos
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
repeated .pb.SourceInfo infos = 2;
-