Interface ArteryControlFormats.CompressionTableAdvertisementOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ArteryControlFormats.CompressionTableAdvertisement, ArteryControlFormats.CompressionTableAdvertisement.Builder
Enclosing class:
ArteryControlFormats

public static interface ArteryControlFormats.CompressionTableAdvertisementOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .UniqueAddress from = 1;
    required .UniqueAddress from = 1;
    getKeys(int index)
    actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
    org.apache.pekko.protobufv3.internal.ByteString
    getKeysBytes(int index)
    actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
    int
    actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
    actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
    long
    required uint64 originUid = 2;
    int
    required uint32 tableVersion = 3;
    int
    getValues(int index)
    repeated uint32 values = 5;
    int
    repeated uint32 values = 5;
    repeated uint32 values = 5;
    boolean
    required .UniqueAddress from = 1;
    boolean
    required uint64 originUid = 2;
    boolean
    required uint32 tableVersion = 3;

    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;
    • hasOriginUid

      boolean hasOriginUid()
      required uint64 originUid = 2;
      Returns:
      Whether the originUid field is set.
    • getOriginUid

      long getOriginUid()
      required uint64 originUid = 2;
      Returns:
      The originUid.
    • hasTableVersion

      boolean hasTableVersion()
      required uint32 tableVersion = 3;
      Returns:
      Whether the tableVersion field is set.
    • getTableVersion

      int getTableVersion()
      required uint32 tableVersion = 3;
      Returns:
      The tableVersion.
    • getKeysList

      List<String> getKeysList()
       actual Map is represented by separate sequences of keys and values,
       relies on both sequences using the same order so that corresponding entries can be
       associated again when deserializing
       
      repeated string keys = 4;
      Returns:
      A list containing the keys.
    • getKeysCount

      int getKeysCount()
       actual Map is represented by separate sequences of keys and values,
       relies on both sequences using the same order so that corresponding entries can be
       associated again when deserializing
       
      repeated string keys = 4;
      Returns:
      The count of keys.
    • getKeys

      String getKeys(int index)
       actual Map is represented by separate sequences of keys and values,
       relies on both sequences using the same order so that corresponding entries can be
       associated again when deserializing
       
      repeated string keys = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.
    • getKeysBytes

      org.apache.pekko.protobufv3.internal.ByteString getKeysBytes(int index)
       actual Map is represented by separate sequences of keys and values,
       relies on both sequences using the same order so that corresponding entries can be
       associated again when deserializing
       
      repeated string keys = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keys at the given index.
    • getValuesList

      List<Integer> getValuesList()
      repeated uint32 values = 5;
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
      repeated uint32 values = 5;
      Returns:
      The count of values.
    • getValues

      int getValues(int index)
      repeated uint32 values = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.