Package org.yamcs.protobuf
Interface Mdb.CreateParameterTypeRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- Mdb.CreateParameterTypeRequest,- Mdb.CreateParameterTypeRequest.Builder
- Enclosing class:
- Mdb
public static interface Mdb.CreateParameterTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsAliases(String key) Aliases, keyed by namespaceDeprecated.intAliases, keyed by namespaceAliases, keyed by namespacegetAliasesOrDefault(String key, String defaultValue) Aliases, keyed by namespacegetAliasesOrThrow(String key) Aliases, keyed by namespacegetContextAlarms(int index) Contextual alarmsintContextual alarmsContextual alarmsgetContextAlarmsOrBuilder(int index) Contextual alarmsList<? extends Mdb.ContextAlarmInfoOrBuilder>Contextual alarmsDefault Alarm, effective when no contextual alarm takes precedence.Default Alarm, effective when no contextual alarm takes precedence.Engineering type.com.google.protobuf.ByteStringEngineering type.getEnumerationValues(int index) Enumeration values.intEnumeration values.Enumeration values.getEnumerationValuesOrBuilder(int index) Enumeration values.List<? extends Mdb.EnumValueOrBuilder>Enumeration values.Yamcs instance namecom.google.protobuf.ByteStringYamcs instance nameLong description (Markdown)com.google.protobuf.ByteStringLong description (Markdown)getName()Fully qualified parameter type namecom.google.protobuf.ByteStringFully qualified parameter type nameString representation of a boolean one.com.google.protobuf.ByteStringString representation of a boolean one.Short description (one line)com.google.protobuf.ByteStringShort description (one line)booleanSet to true if the engineering type supports signed representation.getUnit()Engineering unitcom.google.protobuf.ByteStringEngineering unitString representation of a boolean zero.com.google.protobuf.ByteStringString representation of a boolean zero.booleanDefault Alarm, effective when no contextual alarm takes precedence.booleanEngineering type.booleanYamcs instance namebooleanLong description (Markdown)booleanhasName()Fully qualified parameter type namebooleanString representation of a boolean one.booleanShort description (one line)booleanSet to true if the engineering type supports signed representation.booleanhasUnit()Engineering unitbooleanString representation of a boolean zero.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasInstanceboolean hasInstance()Yamcs instance name optional string instance = 1;- Returns:
- Whether the instance field is set.
 
- 
getInstanceString getInstance()Yamcs instance name optional string instance = 1;- Returns:
- The instance.
 
- 
getInstanceBytescom.google.protobuf.ByteString getInstanceBytes()Yamcs instance name optional string instance = 1;- Returns:
- The bytes for instance.
 
- 
hasNameboolean hasName()Fully qualified parameter type name optional string name = 2;- Returns:
- Whether the name field is set.
 
- 
getNameString getName()Fully qualified parameter type name optional string name = 2;- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()Fully qualified parameter type name optional string name = 2;- Returns:
- The bytes for name.
 
- 
hasShortDescriptionboolean hasShortDescription()Short description (one line) optional string shortDescription = 3;- Returns:
- Whether the shortDescription field is set.
 
- 
getShortDescriptionString getShortDescription()Short description (one line) optional string shortDescription = 3;- Returns:
- The shortDescription.
 
- 
getShortDescriptionBytescom.google.protobuf.ByteString getShortDescriptionBytes()Short description (one line) optional string shortDescription = 3;- Returns:
- The bytes for shortDescription.
 
- 
hasLongDescriptionboolean hasLongDescription()Long description (Markdown) optional string longDescription = 4;- Returns:
- Whether the longDescription field is set.
 
- 
getLongDescriptionString getLongDescription()Long description (Markdown) optional string longDescription = 4;- Returns:
- The longDescription.
 
- 
getLongDescriptionBytescom.google.protobuf.ByteString getLongDescriptionBytes()Long description (Markdown) optional string longDescription = 4;- Returns:
- The bytes for longDescription.
 
- 
getAliasesCountint getAliasesCount()Aliases, keyed by namespace map<string, string> aliases = 5;
- 
containsAliasesAliases, keyed by namespace map<string, string> aliases = 5;
- 
getAliasesDeprecated.UsegetAliasesMap()instead.
- 
getAliasesMapAliases, keyed by namespace map<string, string> aliases = 5;
- 
getAliasesOrDefaultAliases, keyed by namespace map<string, string> aliases = 5;
- 
getAliasesOrThrowAliases, keyed by namespace map<string, string> aliases = 5;
- 
hasEngTypeboolean hasEngType()Engineering type. One of ``float``, ``integer``, ``enumeration``, ``binary``, ``boolean`` or ``string``. optional string engType = 6;- Returns:
- Whether the engType field is set.
 
- 
getEngTypeString getEngType()Engineering type. One of ``float``, ``integer``, ``enumeration``, ``binary``, ``boolean`` or ``string``. optional string engType = 6;- Returns:
- The engType.
 
- 
getEngTypeBytescom.google.protobuf.ByteString getEngTypeBytes()Engineering type. One of ``float``, ``integer``, ``enumeration``, ``binary``, ``boolean`` or ``string``. optional string engType = 6;- Returns:
- The bytes for engType.
 
- 
hasUnitboolean hasUnit()Engineering unit optional string unit = 7;- Returns:
- Whether the unit field is set.
 
- 
getUnitString getUnit()Engineering unit optional string unit = 7;- Returns:
- The unit.
 
- 
getUnitBytescom.google.protobuf.ByteString getUnitBytes()Engineering unit optional string unit = 7;- Returns:
- The bytes for unit.
 
- 
hasSignedboolean hasSigned()Set to true if the engineering type supports signed representation. (only used with ``integer`` parameter types) optional bool signed = 8;- Returns:
- Whether the signed field is set.
 
- 
getSignedboolean getSigned()Set to true if the engineering type supports signed representation. (only used with ``integer`` parameter types) optional bool signed = 8;- Returns:
- The signed.
 
- 
hasDefaultAlarmboolean hasDefaultAlarm()Default Alarm, effective when no contextual alarm takes precedence. optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 9;- Returns:
- Whether the defaultAlarm field is set.
 
- 
getDefaultAlarmMdb.AlarmInfo getDefaultAlarm()Default Alarm, effective when no contextual alarm takes precedence. optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 9;- Returns:
- The defaultAlarm.
 
- 
getDefaultAlarmOrBuilderMdb.AlarmInfoOrBuilder getDefaultAlarmOrBuilder()Default Alarm, effective when no contextual alarm takes precedence. optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 9;
- 
getContextAlarmsListList<Mdb.ContextAlarmInfo> getContextAlarmsList()Contextual alarms repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 10;
- 
getContextAlarmsContextual alarms repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 10;
- 
getContextAlarmsCountint getContextAlarmsCount()Contextual alarms repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 10;
- 
getContextAlarmsOrBuilderListList<? extends Mdb.ContextAlarmInfoOrBuilder> getContextAlarmsOrBuilderList()Contextual alarms repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 10;
- 
getContextAlarmsOrBuilderContextual alarms repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 10;
- 
getEnumerationValuesListList<Mdb.EnumValue> getEnumerationValuesList()Enumeration values. (only used with ``enumeration`` parameter types) repeated .yamcs.protobuf.mdb.EnumValue enumerationValues = 11;
- 
getEnumerationValuesEnumeration values. (only used with ``enumeration`` parameter types) repeated .yamcs.protobuf.mdb.EnumValue enumerationValues = 11;
- 
getEnumerationValuesCountint getEnumerationValuesCount()Enumeration values. (only used with ``enumeration`` parameter types) repeated .yamcs.protobuf.mdb.EnumValue enumerationValues = 11;
- 
getEnumerationValuesOrBuilderListList<? extends Mdb.EnumValueOrBuilder> getEnumerationValuesOrBuilderList()Enumeration values. (only used with ``enumeration`` parameter types) repeated .yamcs.protobuf.mdb.EnumValue enumerationValues = 11;
- 
getEnumerationValuesOrBuilderEnumeration values. (only used with ``enumeration`` parameter types) repeated .yamcs.protobuf.mdb.EnumValue enumerationValues = 11;
- 
hasZeroStringValueboolean hasZeroStringValue()String representation of a boolean zero. (only used with ``boolean`` parameter types) optional string zeroStringValue = 12;- Returns:
- Whether the zeroStringValue field is set.
 
- 
getZeroStringValueString getZeroStringValue()String representation of a boolean zero. (only used with ``boolean`` parameter types) optional string zeroStringValue = 12;- Returns:
- The zeroStringValue.
 
- 
getZeroStringValueBytescom.google.protobuf.ByteString getZeroStringValueBytes()String representation of a boolean zero. (only used with ``boolean`` parameter types) optional string zeroStringValue = 12;- Returns:
- The bytes for zeroStringValue.
 
- 
hasOneStringValueboolean hasOneStringValue()String representation of a boolean one. (only used with ``boolean`` parameter types) optional string oneStringValue = 13;- Returns:
- Whether the oneStringValue field is set.
 
- 
getOneStringValueString getOneStringValue()String representation of a boolean one. (only used with ``boolean`` parameter types) optional string oneStringValue = 13;- Returns:
- The oneStringValue.
 
- 
getOneStringValueBytescom.google.protobuf.ByteString getOneStringValueBytes()String representation of a boolean one. (only used with ``boolean`` parameter types) optional string oneStringValue = 13;- Returns:
- The bytes for oneStringValue.
 
 
-