public interface PkgInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotations(int index)
Miscellaneous metadata, free-form; a way to extend PkgInfo
|
com.google.protobuf.ByteString |
getAnnotationsBytes(int index)
Miscellaneous metadata, free-form; a way to extend PkgInfo
|
int |
getAnnotationsCount()
Miscellaneous metadata, free-form; a way to extend PkgInfo
|
List<String> |
getAnnotationsList()
Miscellaneous metadata, free-form; a way to extend PkgInfo
|
String |
getArch()
the target architecture, e.g.
|
com.google.protobuf.ByteString |
getArchBytes()
the target architecture, e.g.
|
String |
getContact()
contact info for support,e.g.
|
com.google.protobuf.ByteString |
getContactBytes()
contact info for support,e.g.
|
Documentation |
getDoc()
brief and detailed descriptions
|
DocumentationOrBuilder |
getDocOrBuilder()
brief and detailed descriptions
|
String |
getName()
a definitive name for this configuration, e.g.
|
com.google.protobuf.ByteString |
getNameBytes()
a definitive name for this configuration, e.g.
|
String |
getOrganization()
organization which produced the configuration, e.g.
|
com.google.protobuf.ByteString |
getOrganizationBytes()
organization which produced the configuration, e.g.
|
String |
getUrl()
url for more information, e.g.
|
com.google.protobuf.ByteString |
getUrlBytes()
url for more information, e.g.
|
String |
getVersion()
configuration version, free-format string
|
com.google.protobuf.ByteString |
getVersionBytes()
configuration version, free-format string
|
boolean |
hasDoc()
brief and detailed descriptions
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
a definitive name for this configuration, e.g. switch.p4_v1.0
string name = 1;com.google.protobuf.ByteString getNameBytes()
a definitive name for this configuration, e.g. switch.p4_v1.0
string name = 1;String getVersion()
configuration version, free-format string
string version = 2;com.google.protobuf.ByteString getVersionBytes()
configuration version, free-format string
string version = 2;boolean hasDoc()
brief and detailed descriptions
.p4.config.v1.Documentation doc = 3;Documentation getDoc()
brief and detailed descriptions
.p4.config.v1.Documentation doc = 3;DocumentationOrBuilder getDocOrBuilder()
brief and detailed descriptions
.p4.config.v1.Documentation doc = 3;List<String> getAnnotationsList()
Miscellaneous metadata, free-form; a way to extend PkgInfo
repeated string annotations = 4;int getAnnotationsCount()
Miscellaneous metadata, free-form; a way to extend PkgInfo
repeated string annotations = 4;String getAnnotations(int index)
Miscellaneous metadata, free-form; a way to extend PkgInfo
repeated string annotations = 4;com.google.protobuf.ByteString getAnnotationsBytes(int index)
Miscellaneous metadata, free-form; a way to extend PkgInfo
repeated string annotations = 4;String getArch()
the target architecture, e.g. "psa"
string arch = 5;com.google.protobuf.ByteString getArchBytes()
the target architecture, e.g. "psa"
string arch = 5;String getOrganization()
organization which produced the configuration, e.g. "p4.org"
string organization = 6;com.google.protobuf.ByteString getOrganizationBytes()
organization which produced the configuration, e.g. "p4.org"
string organization = 6;String getContact()
contact info for support,e.g. "tech-support@acme.org"
string contact = 7;com.google.protobuf.ByteString getContactBytes()
contact info for support,e.g. "tech-support@acme.org"
string contact = 7;String getUrl()
url for more information, e.g. "http://support.p4.org/ref/p4/switch.p4_v1.0"
string url = 8;com.google.protobuf.ByteString getUrlBytes()
url for more information, e.g. "http://support.p4.org/ref/p4/switch.p4_v1.0"
string url = 8;Copyright © 2018 OpenDaylight. All rights reserved.