public static interface PeersOuterClass.UpdateAddressActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PeersOuterClass.UpdateAction |
getAction()
Determines the kind of action.
|
int |
getActionValue()
Determines the kind of action.
|
java.lang.String |
getAddress()
The address used to apply the update action.
|
com.google.protobuf.ByteString |
getAddressBytes()
The address used to apply the update action.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getActionValue()
Determines the kind of action.
.peersrpc.UpdateAction action = 1;PeersOuterClass.UpdateAction getAction()
Determines the kind of action.
.peersrpc.UpdateAction action = 1;java.lang.String getAddress()
The address used to apply the update action.
string address = 2;com.google.protobuf.ByteString getAddressBytes()
The address used to apply the update action.
string address = 2;