Package p4.v1
Interface P4RuntimeOuterClass.StreamMessageRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.StreamMessageRequest,P4RuntimeOuterClass.StreamMessageRequest.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.StreamMessageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.p4.v1.MasterArbitrationUpdate arbitration = 1;.p4.v1.MasterArbitrationUpdate arbitration = 1;.p4.v1.DigestListAck digest_ack = 3;.p4.v1.DigestListAck digest_ack = 3;com.google.protobuf.AnygetOther().google.protobuf.Any other = 4;com.google.protobuf.AnyOrBuilder.google.protobuf.Any other = 4;.p4.v1.PacketOut packet = 2;.p4.v1.PacketOut packet = 2;boolean.p4.v1.MasterArbitrationUpdate arbitration = 1;boolean.p4.v1.DigestListAck digest_ack = 3;booleanhasOther().google.protobuf.Any other = 4;boolean.p4.v1.PacketOut packet = 2;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
-
hasArbitration
boolean hasArbitration().p4.v1.MasterArbitrationUpdate arbitration = 1;- Returns:
- Whether the arbitration field is set.
-
getArbitration
P4RuntimeOuterClass.MasterArbitrationUpdate getArbitration().p4.v1.MasterArbitrationUpdate arbitration = 1;- Returns:
- The arbitration.
-
getArbitrationOrBuilder
P4RuntimeOuterClass.MasterArbitrationUpdateOrBuilder getArbitrationOrBuilder().p4.v1.MasterArbitrationUpdate arbitration = 1; -
hasPacket
boolean hasPacket().p4.v1.PacketOut packet = 2;- Returns:
- Whether the packet field is set.
-
getPacket
P4RuntimeOuterClass.PacketOut getPacket().p4.v1.PacketOut packet = 2;- Returns:
- The packet.
-
getPacketOrBuilder
P4RuntimeOuterClass.PacketOutOrBuilder getPacketOrBuilder().p4.v1.PacketOut packet = 2; -
hasDigestAck
boolean hasDigestAck().p4.v1.DigestListAck digest_ack = 3;- Returns:
- Whether the digestAck field is set.
-
getDigestAck
P4RuntimeOuterClass.DigestListAck getDigestAck().p4.v1.DigestListAck digest_ack = 3;- Returns:
- The digestAck.
-
getDigestAckOrBuilder
P4RuntimeOuterClass.DigestListAckOrBuilder getDigestAckOrBuilder().p4.v1.DigestListAck digest_ack = 3; -
hasOther
boolean hasOther().google.protobuf.Any other = 4;- Returns:
- Whether the other field is set.
-
getOther
com.google.protobuf.Any getOther().google.protobuf.Any other = 4;- Returns:
- The other.
-
getOtherOrBuilder
com.google.protobuf.AnyOrBuilder getOtherOrBuilder().google.protobuf.Any other = 4; -
getUpdateCase
P4RuntimeOuterClass.StreamMessageRequest.UpdateCase getUpdateCase()
-