Package p4.v1

Interface P4DataOuterClass.P4HeaderUnionStackOrBuilder

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

public static interface P4DataOuterClass.P4HeaderUnionStackOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEntries(int index)
    The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
    int
    The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
    The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
    The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.
    The length of this repeated field must always be equal to the compile-time size of the header union stack, which is specified in P4Info.

    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

    • getEntriesList

       The length of this repeated field must always be equal to the compile-time
       size of the header union stack, which is specified in P4Info.
       
      repeated .p4.v1.P4HeaderUnion entries = 1;
    • getEntries

      P4DataOuterClass.P4HeaderUnion getEntries(int index)
       The length of this repeated field must always be equal to the compile-time
       size of the header union stack, which is specified in P4Info.
       
      repeated .p4.v1.P4HeaderUnion entries = 1;
    • getEntriesCount

      int getEntriesCount()
       The length of this repeated field must always be equal to the compile-time
       size of the header union stack, which is specified in P4Info.
       
      repeated .p4.v1.P4HeaderUnion entries = 1;
    • getEntriesOrBuilderList

      List<? extends P4DataOuterClass.P4HeaderUnionOrBuilder> getEntriesOrBuilderList()
       The length of this repeated field must always be equal to the compile-time
       size of the header union stack, which is specified in P4Info.
       
      repeated .p4.v1.P4HeaderUnion entries = 1;
    • getEntriesOrBuilder

      P4DataOuterClass.P4HeaderUnionOrBuilder getEntriesOrBuilder(int index)
       The length of this repeated field must always be equal to the compile-time
       size of the header union stack, which is specified in P4Info.
       
      repeated .p4.v1.P4HeaderUnion entries = 1;