Package p4.v1
Interface P4RuntimeOuterClass.DigestListAckErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.DigestListAckError,P4RuntimeOuterClass.DigestListAckError.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.DigestListAckErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.booleanOptional.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
-
hasDigestListAck
boolean hasDigestListAck()Optional. The digest list acknowledgement message that caused the error.
.p4.v1.DigestListAck digest_list_ack = 1;- Returns:
- Whether the digestListAck field is set.
-
getDigestListAck
P4RuntimeOuterClass.DigestListAck getDigestListAck()Optional. The digest list acknowledgement message that caused the error.
.p4.v1.DigestListAck digest_list_ack = 1;- Returns:
- The digestListAck.
-
getDigestListAckOrBuilder
P4RuntimeOuterClass.DigestListAckOrBuilder getDigestListAckOrBuilder()Optional. The digest list acknowledgement message that caused the error.
.p4.v1.DigestListAck digest_list_ack = 1;
-