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 SummaryMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasFromboolean hasFrom()required .UniqueAddress from = 1;- Returns:
- Whether the from field is set.
 
- 
getFromArteryControlFormats.UniqueAddress getFrom()required .UniqueAddress from = 1;- Returns:
- The from.
 
- 
getFromOrBuilderArteryControlFormats.UniqueAddressOrBuilder getFromOrBuilder()required .UniqueAddress from = 1;
- 
hasVersionboolean hasVersion()required uint32 version = 2;- Returns:
- Whether the version field is set.
 
- 
getVersionint getVersion()required uint32 version = 2;- Returns:
- The version.
 
 
-