public static interface Action.ParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotations(int index)
repeated string annotations = 3; |
com.google.protobuf.ByteString |
getAnnotationsBytes(int index)
repeated string annotations = 3; |
int |
getAnnotationsCount()
repeated string annotations = 3; |
List<String> |
getAnnotationsList()
repeated string annotations = 3; |
int |
getBitwidth()
int32 bitwidth = 4; |
Documentation |
getDoc()
Documentation of the Param
|
DocumentationOrBuilder |
getDocOrBuilder()
Documentation of the Param
|
int |
getId()
uint32 id = 1; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
P4NamedType |
getTypeName()
unset if not user-defined type
|
P4NamedTypeOrBuilder |
getTypeNameOrBuilder()
unset if not user-defined type
|
boolean |
hasDoc()
Documentation of the Param
|
boolean |
hasTypeName()
unset if not user-defined type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getId()
uint32 id = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;int getAnnotationsCount()
repeated string annotations = 3;String getAnnotations(int index)
repeated string annotations = 3;com.google.protobuf.ByteString getAnnotationsBytes(int index)
repeated string annotations = 3;int getBitwidth()
int32 bitwidth = 4;boolean hasDoc()
Documentation of the Param
.p4.config.v1.Documentation doc = 5;Documentation getDoc()
Documentation of the Param
.p4.config.v1.Documentation doc = 5;DocumentationOrBuilder getDocOrBuilder()
Documentation of the Param
.p4.config.v1.Documentation doc = 5;boolean hasTypeName()
unset if not user-defined type
.p4.config.v1.P4NamedType type_name = 6;P4NamedType getTypeName()
unset if not user-defined type
.p4.config.v1.P4NamedType type_name = 6;P4NamedTypeOrBuilder getTypeNameOrBuilder()
unset if not user-defined type
.p4.config.v1.P4NamedType type_name = 6;Copyright © 2018 OpenDaylight. All rights reserved.