public interface ExternInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Any |
getInfo()
specific to the extern type, declared in a separate vendor-specific proto
file
|
com.google.protobuf.AnyOrBuilder |
getInfoOrBuilder()
specific to the extern type, declared in a separate vendor-specific proto
file
|
Preamble |
getPreamble()
.p4.config.Preamble preamble = 1; |
PreambleOrBuilder |
getPreambleOrBuilder()
.p4.config.Preamble preamble = 1; |
boolean |
hasInfo()
specific to the extern type, declared in a separate vendor-specific proto
file
|
boolean |
hasPreamble()
.p4.config.Preamble preamble = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPreamble()
.p4.config.Preamble preamble = 1;
Preamble getPreamble()
.p4.config.Preamble preamble = 1;
PreambleOrBuilder getPreambleOrBuilder()
.p4.config.Preamble preamble = 1;
boolean hasInfo()
specific to the extern type, declared in a separate vendor-specific proto file
.google.protobuf.Any info = 2;
com.google.protobuf.Any getInfo()
specific to the extern type, declared in a separate vendor-specific proto file
.google.protobuf.Any info = 2;
com.google.protobuf.AnyOrBuilder getInfoOrBuilder()
specific to the extern type, declared in a separate vendor-specific proto file
.google.protobuf.Any info = 2;
Copyright © 2018 OpenDaylight. All rights reserved.