Package p4.config.v1
Interface P4InfoOuterClass.TableActionCall.ArgumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4InfoOuterClass.TableActionCall.Argument,P4InfoOuterClass.TableActionCall.Argument.Builder
- Enclosing class:
P4InfoOuterClass.TableActionCall
public static interface P4InfoOuterClass.TableActionCall.ArgumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 param_id = 2;com.google.protobuf.ByteStringgetValue()bytes value = 3;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
-
getParamId
int getParamId()uint32 param_id = 2;- Returns:
- The paramId.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 3;- Returns:
- The value.
-