Interface NodeAttributeProto.NodeAttributePBOrBuilder

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

public static interface NodeAttributeProto.NodeAttributePBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBasic

      boolean hasBasic()
      string basic = 1;
      Returns:
      Whether the basic field is set.
    • getBasic

      String getBasic()
      string basic = 1;
      Returns:
      The basic.
    • getBasicBytes

      com.google.protobuf.ByteString getBasicBytes()
      string basic = 1;
      Returns:
      The bytes for basic.
    • hasTagColor

      boolean hasTagColor()
      .common.protobuf.TagColorAttributePB tagColor = 2;
      Returns:
      Whether the tagColor field is set.
    • getTagColor

      .common.protobuf.TagColorAttributePB tagColor = 2;
      Returns:
      The tagColor.
    • getTagColorOrBuilder

      .common.protobuf.TagColorAttributePB tagColor = 2;
    • hasExtendedInheritance

      boolean hasExtendedInheritance()
      .common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;
      Returns:
      Whether the extendedInheritance field is set.
    • getExtendedInheritance

      .common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;
      Returns:
      The extendedInheritance.
    • getExtendedInheritanceOrBuilder

      .common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;
    • getAttributeCase