Package p4.config.v1
Interface P4Types.ExpressionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4Types.Expression,P4Types.Expression.Builder
- Enclosing class:
P4Types
public static interface P4Types.ExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool bool_value = 3;longint64 int64_value = 2;string string_value = 1;com.google.protobuf.ByteStringstring string_value = 1;booleanbool bool_value = 3;booleanint64 int64_value = 2;booleanstring string_value = 1;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
-
hasStringValue
boolean hasStringValue()string string_value = 1;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string string_value = 1;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string string_value = 1;- Returns:
- The bytes for stringValue.
-
hasInt64Value
boolean hasInt64Value()int64 int64_value = 2;- Returns:
- Whether the int64Value field is set.
-
getInt64Value
long getInt64Value()int64 int64_value = 2;- Returns:
- The int64Value.
-
hasBoolValue
boolean hasBoolValue()bool bool_value = 3;- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()bool bool_value = 3;- Returns:
- The boolValue.
-
getValueCase
P4Types.Expression.ValueCase getValueCase()
-