Package p4.v1
Interface P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.ActionProfileGroup.Member,P4RuntimeOuterClass.ActionProfileGroup.Member.Builder
- Enclosing class:
P4RuntimeOuterClass.ActionProfileGroup
public static interface P4RuntimeOuterClass.ActionProfileGroup.MemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 member_id = 1;intgetWatch()Deprecated.p4.v1.ActionProfileGroup.Member.watch is deprecated.com.google.protobuf.ByteStringbytes watch_port = 4;intint32 weight = 2;booleanhasWatch()Deprecated.p4.v1.ActionProfileGroup.Member.watch is deprecated.booleanbytes watch_port = 4;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
-
getMemberId
int getMemberId()uint32 member_id = 1;- Returns:
- The memberId.
-
getWeight
int getWeight()int32 weight = 2;- Returns:
- The weight.
-
hasWatch
Deprecated.p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346Using int32 as ports is deprecated, use watch_port instead.
int32 watch = 3 [deprecated = true];- Returns:
- Whether the watch field is set.
-
getWatch
Deprecated.p4.v1.ActionProfileGroup.Member.watch is deprecated. See p4/v1/p4runtime.proto;l=346Using int32 as ports is deprecated, use watch_port instead.
int32 watch = 3 [deprecated = true];- Returns:
- The watch.
-
hasWatchPort
boolean hasWatchPort()bytes watch_port = 4;- Returns:
- Whether the watchPort field is set.
-
getWatchPort
com.google.protobuf.ByteString getWatchPort()bytes watch_port = 4;- Returns:
- The watchPort.
-
getWatchKindCase
P4RuntimeOuterClass.ActionProfileGroup.Member.WatchKindCase getWatchKindCase()
-