Package p4.v1

Interface P4RuntimeOuterClass.ExternEntryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    .google.protobuf.Any entry = 3;
    com.google.protobuf.AnyOrBuilder
    .google.protobuf.Any entry = 3;
    int
    id of the instance
    int
    the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
    boolean
    .google.protobuf.Any entry = 3;

    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

    • getExternTypeId

      int getExternTypeId()
       the extern_type_id is unique for a given architecture and must be in the
       range [0x81, 0xfe].
       
      uint32 extern_type_id = 1;
      Returns:
      The externTypeId.
    • getExternId

      int getExternId()
       id of the instance
       
      uint32 extern_id = 2;
      Returns:
      The externId.
    • hasEntry

      boolean hasEntry()
      .google.protobuf.Any entry = 3;
      Returns:
      Whether the entry field is set.
    • getEntry

      com.google.protobuf.Any getEntry()
      .google.protobuf.Any entry = 3;
      Returns:
      The entry.
    • getEntryOrBuilder

      com.google.protobuf.AnyOrBuilder getEntryOrBuilder()
      .google.protobuf.Any entry = 3;