Package org.apache.pekko.remote
Interface WireFormats.RemoteScopeOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.RemoteScope,WireFormats.RemoteScope.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.RemoteScopeOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNode
boolean hasNode()required .AddressData node = 1;- Returns:
- Whether the node field is set.
-
getNode
WireFormats.AddressData getNode()required .AddressData node = 1;- Returns:
- The node.
-
getNodeOrBuilder
WireFormats.AddressDataOrBuilder getNodeOrBuilder()required .AddressData node = 1;
-