Interface ProbingDetails.EdgeLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProbingDetails.EdgeLocation
,ProbingDetails.EdgeLocation.Builder
- Enclosing class:
- ProbingDetails
public static interface ProbingDetails.EdgeLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMetropolitanArea()
Name of the metropolitan area.com.google.protobuf.ByteString
getMetropolitanAreaBytes()
Name of the metropolitan area.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetropolitanArea
String getMetropolitanArea()
Name of the metropolitan area.
string metropolitan_area = 1;
- Returns:
- The metropolitanArea.
-
getMetropolitanAreaBytes
com.google.protobuf.ByteString getMetropolitanAreaBytes()
Name of the metropolitan area.
string metropolitan_area = 1;
- Returns:
- The bytes for metropolitanArea.
-
-