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

    Modifier and Type
    Method
    Description
    required .UniqueAddress from = 1;
    required .UniqueAddress from = 1;
    int
    required uint32 version = 2;
    boolean
    required .UniqueAddress from = 1;
    boolean
    required uint32 version = 2;

    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

      required .UniqueAddress from = 1;
      Returns:
      The from.
    • 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.