Interface NodeDescriptionProto.NodeDescriptionPBOrBuilder

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

public static interface NodeDescriptionProto.NodeDescriptionPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getTagObjectTypeValue

      int getTagObjectTypeValue()
      .common.protobuf.TagObjectTypePB tagObjectType = 2;
      Returns:
      The enum numeric value on the wire for tagObjectType.
    • getTagObjectType

      TagEnumsProto.TagObjectTypePB getTagObjectType()
      .common.protobuf.TagObjectTypePB tagObjectType = 2;
      Returns:
      The tagObjectType.
    • hasSubTypeId

      boolean hasSubTypeId()
      optional string subTypeId = 3;
      Returns:
      Whether the subTypeId field is set.
    • getSubTypeId

      String getSubTypeId()
      optional string subTypeId = 3;
      Returns:
      The subTypeId.
    • getSubTypeIdBytes

      com.google.protobuf.ByteString getSubTypeIdBytes()
      optional string subTypeId = 3;
      Returns:
      The bytes for subTypeId.
    • getAttributesList

      List<String> getAttributesList()
       Based on values in the CommonTagAttributes class
       
      repeated string attributes = 4;
      Returns:
      A list containing the attributes.
    • getAttributesCount

      int getAttributesCount()
       Based on values in the CommonTagAttributes class
       
      repeated string attributes = 4;
      Returns:
      The count of attributes.
    • getAttributes

      String getAttributes(int index)
       Based on values in the CommonTagAttributes class
       
      repeated string attributes = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The attributes at the given index.
    • getAttributesBytes

      com.google.protobuf.ByteString getAttributesBytes(int index)
       Based on values in the CommonTagAttributes class
       
      repeated string attributes = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the attributes at the given index.
    • getHasChildren

      boolean getHasChildren()
      bool hasChildren = 5;
      Returns:
      The hasChildren.
    • hasDataType

      boolean hasDataType()
       DataType class
       
      optional .common.protobuf.DataTypePB dataType = 6;
      Returns:
      Whether the dataType field is set.
    • getDataTypeValue

      int getDataTypeValue()
       DataType class
       
      optional .common.protobuf.DataTypePB dataType = 6;
      Returns:
      The enum numeric value on the wire for dataType.
    • getDataType

       DataType class
       
      optional .common.protobuf.DataTypePB dataType = 6;
      Returns:
      The dataType.
    • hasQualifiedValue

      boolean hasQualifiedValue()
      optional .common.protobuf.QualifiedValuePB qualifiedValue = 7;
      Returns:
      Whether the qualifiedValue field is set.
    • getQualifiedValue

      optional .common.protobuf.QualifiedValuePB qualifiedValue = 7;
      Returns:
      The qualifiedValue.
    • getQualifiedValueOrBuilder

      QualifiedValueProto.QualifiedValuePBOrBuilder getQualifiedValueOrBuilder()
      optional .common.protobuf.QualifiedValuePB qualifiedValue = 7;
    • hasDisplayFormat

      boolean hasDisplayFormat()
      optional string displayFormat = 8;
      Returns:
      Whether the displayFormat field is set.
    • getDisplayFormat

      String getDisplayFormat()
      optional string displayFormat = 8;
      Returns:
      The displayFormat.
    • getDisplayFormatBytes

      com.google.protobuf.ByteString getDisplayFormatBytes()
      optional string displayFormat = 8;
      Returns:
      The bytes for displayFormat.
    • hasTooltip

      boolean hasTooltip()
      optional string tooltip = 9;
      Returns:
      Whether the tooltip field is set.
    • getTooltip

      String getTooltip()
      optional string tooltip = 9;
      Returns:
      The tooltip.
    • getTooltipBytes

      com.google.protobuf.ByteString getTooltipBytes()
      optional string tooltip = 9;
      Returns:
      The bytes for tooltip.
    • hasFullPath

      boolean hasFullPath()
      .common.protobuf.TagPathPB fullPath = 10;
      Returns:
      Whether the fullPath field is set.
    • getFullPath

      TagPathProto.TagPathPB getFullPath()
      .common.protobuf.TagPathPB fullPath = 10;
      Returns:
      The fullPath.
    • getFullPathOrBuilder

      TagPathProto.TagPathPBOrBuilder getFullPathOrBuilder()
      .common.protobuf.TagPathPB fullPath = 10;
    • hasExtendedInfo

      boolean hasExtendedInfo()
      optional .common.protobuf.BasicPropertySetPB extendedInfo = 11;
      Returns:
      Whether the extendedInfo field is set.
    • getExtendedInfo

      optional .common.protobuf.BasicPropertySetPB extendedInfo = 11;
      Returns:
      The extendedInfo.
    • getExtendedInfoOrBuilder

      optional .common.protobuf.BasicPropertySetPB extendedInfo = 11;