Package p4.v1
Interface P4RuntimeOuterClass.Uint128OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.Uint128,P4RuntimeOuterClass.Uint128.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.Uint128OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods 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
-
getHigh
long getHigh()Highest 64 bits of a 128 bit number.
uint64 high = 1;- Returns:
- The high.
-
getLow
long getLow()Lowest 64 bits of a 128 bit number.
uint64 low = 2;- Returns:
- The low.
-