Package org.apache.pekko.remote
Interface ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ArteryControlFormats.CompressionTableAdvertisementAck
,ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- Enclosing class:
- ArteryControlFormats
public static interface ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFrom
boolean hasFrom()required .UniqueAddress from = 1;
- Returns:
- Whether the from field is set.
-
getFrom
ArteryControlFormats.UniqueAddress getFrom()required .UniqueAddress from = 1;
- Returns:
- The from.
-
getFromOrBuilder
ArteryControlFormats.UniqueAddressOrBuilder getFromOrBuilder()required .UniqueAddress from = 1;
-
hasVersion
boolean hasVersion()required uint32 version = 2;
- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()required uint32 version = 2;
- Returns:
- The version.
-