Package p4.config.v1

Interface P4InfoOuterClass.ActionProfile.SumOfMembersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
P4InfoOuterClass.ActionProfile.SumOfMembers, P4InfoOuterClass.ActionProfile.SumOfMembers.Builder
Enclosing class:
P4InfoOuterClass.ActionProfile

public static interface P4InfoOuterClass.ActionProfile.SumOfMembersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    the maximum weight of each individual member in a group.

    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

    • getMaxMemberWeight

      int getMaxMemberWeight()
       the maximum weight of each individual member in a group.
       
      int32 max_member_weight = 1;
      Returns:
      The maxMemberWeight.