Interface GossipOuterClass.EndPointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GossipOuterClass.EndPoint,GossipOuterClass.EndPoint.Builder
- Enclosing class:
- GossipOuterClass
public static interface GossipOuterClass.EndPointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()string address = 1;com.google.protobuf.ByteStringgetAddressBytes()string address = 1;intgetPort()uint32 port = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-