public interface ExternEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Any |
getEntry()
.google.protobuf.Any entry = 3; |
com.google.protobuf.AnyOrBuilder |
getEntryOrBuilder()
.google.protobuf.Any entry = 3; |
int |
getExternId()
id of the instance
|
int |
getExternTypeId()
the extern_type_id is assigned during compilation.
|
boolean |
hasEntry()
.google.protobuf.Any entry = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getExternTypeId()
the extern_type_id is assigned during compilation. It is likely that this id will in fact come from a P4 annotation to the extern declaration and that each vendor will receive a prefix to avoid collisions.
uint32 extern_type_id = 1;
int getExternId()
id of the instance
uint32 extern_id = 2;
boolean hasEntry()
.google.protobuf.Any entry = 3;
com.google.protobuf.Any getEntry()
.google.protobuf.Any entry = 3;
com.google.protobuf.AnyOrBuilder getEntryOrBuilder()
.google.protobuf.Any entry = 3;
Copyright © 2018 OpenDaylight. All rights reserved.