Interface LspMon.ero_type_entryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LspMon.ero_type_entry,LspMon.ero_type_entry.Builder
- Enclosing class:
- LspMon
public static interface LspMon.ero_type_entryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFlags()optional string flags = 2;com.google.protobuf.ByteStringgetFlagsBytes()optional string flags = 2;intgetIp()required uint32 ip = 1;booleanhasFlags()optional string flags = 2;booleanhasIp()required uint32 ip = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIp
boolean hasIp()
required uint32 ip = 1;- Returns:
- Whether the ip field is set.
-
getIp
int getIp()
required uint32 ip = 1;- Returns:
- The ip.
-
hasFlags
boolean hasFlags()
optional string flags = 2;- Returns:
- Whether the flags field is set.
-
getFlags
String getFlags()
optional string flags = 2;- Returns:
- The flags.
-
getFlagsBytes
com.google.protobuf.ByteString getFlagsBytes()
optional string flags = 2;- Returns:
- The bytes for flags.
-
-