Package org.yamcs.protobuf
Interface Mdb.MemberInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.MemberInfo,Mdb.MemberInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.MemberInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;intrepeated .yamcs.protobuf.NamedObjectId alias = 5;repeated .yamcs.protobuf.NamedObjectId alias = 5;getAliasOrBuilder(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;List<? extends Yamcs.NamedObjectIdOrBuilder>repeated .yamcs.protobuf.NamedObjectId alias = 5;optional string longDescription = 4;com.google.protobuf.ByteStringoptional string longDescription = 4;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;optional string shortDescription = 3;com.google.protobuf.ByteStringoptional string shortDescription = 3;getType()optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;booleanoptional string longDescription = 4;booleanhasName()optional string name = 1;booleanoptional string shortDescription = 3;booleanhasType()optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasShortDescription
boolean hasShortDescription()optional string shortDescription = 3;- Returns:
- Whether the shortDescription field is set.
-
getShortDescription
String getShortDescription()optional string shortDescription = 3;- Returns:
- The shortDescription.
-
getShortDescriptionBytes
com.google.protobuf.ByteString getShortDescriptionBytes()optional string shortDescription = 3;- Returns:
- The bytes for shortDescription.
-
hasLongDescription
boolean hasLongDescription()optional string longDescription = 4;- Returns:
- Whether the longDescription field is set.
-
getLongDescription
String getLongDescription()optional string longDescription = 4;- Returns:
- The longDescription.
-
getLongDescriptionBytes
com.google.protobuf.ByteString getLongDescriptionBytes()optional string longDescription = 4;- Returns:
- The bytes for longDescription.
-
getAliasList
List<Yamcs.NamedObjectId> getAliasList()repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAlias
repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAliasCount
int getAliasCount()repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAliasOrBuilderList
List<? extends Yamcs.NamedObjectIdOrBuilder> getAliasOrBuilderList()repeated .yamcs.protobuf.NamedObjectId alias = 5; -
getAliasOrBuilder
repeated .yamcs.protobuf.NamedObjectId alias = 5; -
hasType
boolean hasType()optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;- Returns:
- Whether the type field is set.
-
getType
Mdb.ParameterTypeInfo getType()optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;- Returns:
- The type.
-
getTypeOrBuilder
Mdb.ParameterTypeInfoOrBuilder getTypeOrBuilder()optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
-