Package org.yamcs.protobuf
Interface Mdb.ExportXtceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.ExportXtceRequest,Mdb.ExportXtceRequest.Builder
- Enclosing class:
- Mdb
public static interface Mdb.ExportXtceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionYamcs instance namecom.google.protobuf.ByteStringYamcs instance namegetName()Space-system namecom.google.protobuf.ByteStringSpace-system nameXTCE version One of `1.2` or `1.3` Default: `1.2`com.google.protobuf.ByteStringXTCE version One of `1.2` or `1.3` Default: `1.2`booleanYamcs instance namebooleanhasName()Space-system namebooleanXTCE version One of `1.2` or `1.3` Default: `1.2`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
-
hasInstance
boolean hasInstance()Yamcs instance name
optional string instance = 1;- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 1;- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 1;- Returns:
- The bytes for instance.
-
hasName
boolean hasName()Space-system name
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()Space-system name
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Space-system name
optional string name = 2;- Returns:
- The bytes for name.
-
hasVersion
boolean hasVersion()XTCE version One of `1.2` or `1.3` Default: `1.2`
optional string version = 3;- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()XTCE version One of `1.2` or `1.3` Default: `1.2`
optional string version = 3;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()XTCE version One of `1.2` or `1.3` Default: `1.2`
optional string version = 3;- Returns:
- The bytes for version.
-