Interface TagQueryFilterProto.HierarchyItemPBOrBuilder

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

public static interface TagQueryFilterProto.HierarchyItemPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .common.protobuf.InheritanceRelationshipPB relationship = 2;
    int
    .common.protobuf.InheritanceRelationshipPB relationship = 2;
    string typeId = 1;
    com.google.protobuf.ByteString
    string typeId = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTypeId

      String getTypeId()
      string typeId = 1;
      Returns:
      The typeId.
    • getTypeIdBytes

      com.google.protobuf.ByteString getTypeIdBytes()
      string typeId = 1;
      Returns:
      The bytes for typeId.
    • getRelationshipValue

      int getRelationshipValue()
      .common.protobuf.InheritanceRelationshipPB relationship = 2;
      Returns:
      The enum numeric value on the wire for relationship.
    • getRelationship

      .common.protobuf.InheritanceRelationshipPB relationship = 2;
      Returns:
      The relationship.