Package p4.v1
Interface P4RuntimeOuterClass.BackupReplicaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.BackupReplica,P4RuntimeOuterClass.BackupReplica.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.BackupReplicaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 instance = 2;com.google.protobuf.ByteStringgetPort()bytes port = 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
-
getPort
com.google.protobuf.ByteString getPort()bytes port = 1;- Returns:
- The port.
-
getInstance
int getInstance()uint32 instance = 2;- Returns:
- The instance.
-