Package p4.v1

Interface P4RuntimeOuterClass.DigestListAckOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
P4RuntimeOuterClass.DigestListAck, P4RuntimeOuterClass.DigestListAck.Builder
Enclosing class:
P4RuntimeOuterClass

public static interface P4RuntimeOuterClass.DigestListAckOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 digest_id = 1;
    long
    uint64 list_id = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDigestId

      int getDigestId()
      uint32 digest_id = 1;
      Returns:
      The digestId.
    • getListId

      long getListId()
      uint64 list_id = 2;
      Returns:
      The listId.