Interface Mdb.ContainerInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.ContainerInfo, Mdb.ContainerInfo.Builder
Enclosing class:
Mdb

public static interface Mdb.ContainerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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

      Yamcs.NamedObjectId getAlias(int index)
      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

      Yamcs.NamedObjectIdOrBuilder getAliasOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • hasMaxInterval

      boolean hasMaxInterval()
      optional int64 maxInterval = 6;
      Returns:
      Whether the maxInterval field is set.
    • getMaxInterval

      long getMaxInterval()
      optional int64 maxInterval = 6;
      Returns:
      The maxInterval.
    • hasSizeInBits

      boolean hasSizeInBits()
      optional int32 sizeInBits = 7;
      Returns:
      Whether the sizeInBits field is set.
    • getSizeInBits

      int getSizeInBits()
      optional int32 sizeInBits = 7;
      Returns:
      The sizeInBits.
    • hasBaseContainer

      boolean hasBaseContainer()
      optional .yamcs.protobuf.mdb.ContainerInfo baseContainer = 8;
      Returns:
      Whether the baseContainer field is set.
    • getBaseContainer

      Mdb.ContainerInfo getBaseContainer()
      optional .yamcs.protobuf.mdb.ContainerInfo baseContainer = 8;
      Returns:
      The baseContainer.
    • getBaseContainerOrBuilder

      Mdb.ContainerInfoOrBuilder getBaseContainerOrBuilder()
      optional .yamcs.protobuf.mdb.ContainerInfo baseContainer = 8;
    • getRestrictionCriteriaList

      @Deprecated List<Mdb.ComparisonInfo> getRestrictionCriteriaList()
      Deprecated.
      repeated .yamcs.protobuf.mdb.ComparisonInfo restrictionCriteria = 9 [deprecated = true];
    • getRestrictionCriteria

      @Deprecated Mdb.ComparisonInfo getRestrictionCriteria(int index)
      Deprecated.
      repeated .yamcs.protobuf.mdb.ComparisonInfo restrictionCriteria = 9 [deprecated = true];
    • getRestrictionCriteriaCount

      @Deprecated int getRestrictionCriteriaCount()
      Deprecated.
      repeated .yamcs.protobuf.mdb.ComparisonInfo restrictionCriteria = 9 [deprecated = true];
    • getRestrictionCriteriaOrBuilderList

      @Deprecated List<? extends Mdb.ComparisonInfoOrBuilder> getRestrictionCriteriaOrBuilderList()
      Deprecated.
      repeated .yamcs.protobuf.mdb.ComparisonInfo restrictionCriteria = 9 [deprecated = true];
    • getRestrictionCriteriaOrBuilder

      @Deprecated Mdb.ComparisonInfoOrBuilder getRestrictionCriteriaOrBuilder(int index)
      Deprecated.
      repeated .yamcs.protobuf.mdb.ComparisonInfo restrictionCriteria = 9 [deprecated = true];
    • hasRestrictionCriteriaExpression

      boolean hasRestrictionCriteriaExpression()
      optional string restrictionCriteriaExpression = 13;
      Returns:
      Whether the restrictionCriteriaExpression field is set.
    • getRestrictionCriteriaExpression

      String getRestrictionCriteriaExpression()
      optional string restrictionCriteriaExpression = 13;
      Returns:
      The restrictionCriteriaExpression.
    • getRestrictionCriteriaExpressionBytes

      com.google.protobuf.ByteString getRestrictionCriteriaExpressionBytes()
      optional string restrictionCriteriaExpression = 13;
      Returns:
      The bytes for restrictionCriteriaExpression.
    • getEntryList

      List<Mdb.SequenceEntryInfo> getEntryList()
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
    • getEntry

      Mdb.SequenceEntryInfo getEntry(int index)
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
    • getEntryCount

      int getEntryCount()
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
    • getEntryOrBuilderList

      List<? extends Mdb.SequenceEntryInfoOrBuilder> getEntryOrBuilderList()
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
    • getEntryOrBuilder

      Mdb.SequenceEntryInfoOrBuilder getEntryOrBuilder(int index)
      repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
    • hasUsedBy

      boolean hasUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 11;
      Returns:
      Whether the usedBy field is set.
    • getUsedBy

      Mdb.UsedByInfo getUsedBy()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 11;
      Returns:
      The usedBy.
    • getUsedByOrBuilder

      Mdb.UsedByInfoOrBuilder getUsedByOrBuilder()
      optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 11;
    • getAncillaryDataCount

      int getAncillaryDataCount()
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
    • containsAncillaryData

      boolean containsAncillaryData(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
    • getAncillaryData

      Deprecated.
    • getAncillaryDataMap

      Map<String,Mdb.AncillaryDataInfo> getAncillaryDataMap()
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
    • getAncillaryDataOrDefault

      Mdb.AncillaryDataInfo getAncillaryDataOrDefault(String key, Mdb.AncillaryDataInfo defaultValue)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
    • getAncillaryDataOrThrow

      Mdb.AncillaryDataInfo getAncillaryDataOrThrow(String key)
      map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
    • hasArchivePartition

      boolean hasArchivePartition()
      optional bool archivePartition = 14;
      Returns:
      Whether the archivePartition field is set.
    • getArchivePartition

      boolean getArchivePartition()
      optional bool archivePartition = 14;
      Returns:
      The archivePartition.