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 TypeMethodDescriptioncom.google.protobuf.ByteStringbytes bitstring = 1;intdynamic bitwidth of the fieldMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-