public interface ValueSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBitwidth()
int32 bitwidth = 2; |
Preamble |
getPreamble()
.p4.config.v1.Preamble preamble = 1; |
PreambleOrBuilder |
getPreambleOrBuilder()
.p4.config.v1.Preamble preamble = 1; |
int |
getSize()
The value set size should be extracted from the @size annotation into the
field below.
|
boolean |
hasPreamble()
.p4.config.v1.Preamble preamble = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPreamble()
.p4.config.v1.Preamble preamble = 1;
Preamble getPreamble()
.p4.config.v1.Preamble preamble = 1;
PreambleOrBuilder getPreambleOrBuilder()
.p4.config.v1.Preamble preamble = 1;
int getBitwidth()
int32 bitwidth = 2;
int getSize()
The value set size should be extracted from the @size annotation into the field below. The @size annotation will also appear in the preamble.
int32 size = 3;
Copyright © 2018 OpenDaylight. All rights reserved.