Package p4.v1

Interface P4DataOuterClass.P4VarbitOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes bitstring = 1;
    int
    dynamic bitwidth of the field

    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

    • getBitstring

      com.google.protobuf.ByteString getBitstring()
      bytes bitstring = 1;
      Returns:
      The bitstring.
    • getBitwidth

      int getBitwidth()
       dynamic bitwidth of the field
       
      int32 bitwidth = 2;
      Returns:
      The bitwidth.