Package p4.config.v1
Interface P4InfoOuterClass.ExternOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4InfoOuterClass.Extern,P4InfoOuterClass.Extern.Builder
- Enclosing class:
P4InfoOuterClass
public static interface P4InfoOuterClass.ExternOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintthe extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].string extern_type_name = 2;com.google.protobuf.ByteStringstring extern_type_name = 2;getInstances(int index) repeated .p4.config.v1.ExternInstance instances = 3;intrepeated .p4.config.v1.ExternInstance instances = 3;repeated .p4.config.v1.ExternInstance instances = 3;getInstancesOrBuilder(int index) repeated .p4.config.v1.ExternInstance instances = 3;List<? extends P4InfoOuterClass.ExternInstanceOrBuilder> repeated .p4.config.v1.ExternInstance instances = 3;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
-
getExternTypeId
int getExternTypeId()the extern_type_id is unique for a given architecture and must be in the range [0x81, 0xfe].
uint32 extern_type_id = 1;- Returns:
- The externTypeId.
-
getExternTypeName
String getExternTypeName()string extern_type_name = 2;- Returns:
- The externTypeName.
-
getExternTypeNameBytes
com.google.protobuf.ByteString getExternTypeNameBytes()string extern_type_name = 2;- Returns:
- The bytes for externTypeName.
-
getInstancesList
List<P4InfoOuterClass.ExternInstance> getInstancesList()repeated .p4.config.v1.ExternInstance instances = 3; -
getInstances
repeated .p4.config.v1.ExternInstance instances = 3; -
getInstancesCount
int getInstancesCount()repeated .p4.config.v1.ExternInstance instances = 3; -
getInstancesOrBuilderList
List<? extends P4InfoOuterClass.ExternInstanceOrBuilder> getInstancesOrBuilderList()repeated .p4.config.v1.ExternInstance instances = 3; -
getInstancesOrBuilder
repeated .p4.config.v1.ExternInstance instances = 3;
-