Package org.yamcs.protobuf
Interface Mdb.ParameterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ParameterInfo
,Mdb.ParameterInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ParameterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
getAlias
(int index) repeated .yamcs.protobuf.NamedObjectId alias = 5;
int
repeated .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;
Deprecated.int
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
getAncillaryDataOrDefault
(String key, Mdb.AncillaryDataInfo defaultValue) map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
optional string longDescription = 4;
com.google.protobuf.ByteString
optional string longDescription = 4;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
getPath
(int index) Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.com.google.protobuf.ByteString
getPathBytes
(int index) Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.int
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.optional string qualifiedName = 2;
com.google.protobuf.ByteString
optional string qualifiedName = 2;
optional string shortDescription = 3;
com.google.protobuf.ByteString
optional string shortDescription = 3;
getType()
optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
boolean
optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
boolean
optional string longDescription = 4;
boolean
hasName()
optional string name = 1;
boolean
optional string qualifiedName = 2;
boolean
optional string shortDescription = 3;
boolean
hasType()
optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
boolean
optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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.
-
hasQualifiedName
boolean hasQualifiedName()optional string qualifiedName = 2;
- Returns:
- Whether the qualifiedName field is set.
-
getQualifiedName
String getQualifiedName()optional string qualifiedName = 2;
- Returns:
- The qualifiedName.
-
getQualifiedNameBytes
com.google.protobuf.ByteString getQualifiedNameBytes()optional string qualifiedName = 2;
- Returns:
- The bytes for qualifiedName.
-
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;
-
hasDataSource
boolean hasDataSource()optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
- Returns:
- Whether the dataSource field is set.
-
getDataSource
Mdb.DataSourceType getDataSource()optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
- Returns:
- The dataSource.
-
hasUsedBy
boolean hasUsedBy()optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
- Returns:
- Whether the usedBy field is set.
-
getUsedBy
Mdb.UsedByInfo getUsedBy()optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
- Returns:
- The usedBy.
-
getUsedByOrBuilder
Mdb.UsedByInfoOrBuilder getUsedByOrBuilder()optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
-
getAncillaryDataCount
int getAncillaryDataCount()map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
-
containsAncillaryData
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
-
getAncillaryData
Deprecated.UsegetAncillaryDataMap()
instead. -
getAncillaryDataMap
Map<String,Mdb.AncillaryDataInfo> getAncillaryDataMap()map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
-
getAncillaryDataOrDefault
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
-
getAncillaryDataOrThrow
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
-
getPathList
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
repeated string path = 10;
- Returns:
- A list containing the path.
-
getPathCount
int getPathCount()Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
repeated string path = 10;
- Returns:
- The count of path.
-
getPath
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
repeated string path = 10;
- Parameters:
index
- The index of the element to return.- Returns:
- The path at the given index.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes(int index) Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
repeated string path = 10;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the path at the given index.
-