Interface GalaxyRepositoryOuterClass.GalaxyObjectOrBuilder

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

public static interface GalaxyRepositoryOuterClass.GalaxyObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGobjectId

      int getGobjectId()
      int32 gobject_id = 1;
      Returns:
      The gobjectId.
    • getTagName

      String getTagName()
      string tag_name = 2;
      Returns:
      The tagName.
    • getTagNameBytes

      com.google.protobuf.ByteString getTagNameBytes()
      string tag_name = 2;
      Returns:
      The bytes for tagName.
    • getContainedName

      String getContainedName()
      string contained_name = 3;
      Returns:
      The containedName.
    • getContainedNameBytes

      com.google.protobuf.ByteString getContainedNameBytes()
      string contained_name = 3;
      Returns:
      The bytes for containedName.
    • getBrowseName

      String getBrowseName()
      string browse_name = 4;
      Returns:
      The browseName.
    • getBrowseNameBytes

      com.google.protobuf.ByteString getBrowseNameBytes()
      string browse_name = 4;
      Returns:
      The bytes for browseName.
    • getParentGobjectId

      int getParentGobjectId()
      int32 parent_gobject_id = 5;
      Returns:
      The parentGobjectId.
    • getIsArea

      boolean getIsArea()
      bool is_area = 6;
      Returns:
      The isArea.
    • getCategoryId

      int getCategoryId()
      int32 category_id = 7;
      Returns:
      The categoryId.
    • getHostedByGobjectId

      int getHostedByGobjectId()
      int32 hosted_by_gobject_id = 8;
      Returns:
      The hostedByGobjectId.
    • getTemplateChainList

      List<String> getTemplateChainList()
      repeated string template_chain = 9;
      Returns:
      A list containing the templateChain.
    • getTemplateChainCount

      int getTemplateChainCount()
      repeated string template_chain = 9;
      Returns:
      The count of templateChain.
    • getTemplateChain

      String getTemplateChain(int index)
      repeated string template_chain = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The templateChain at the given index.
    • getTemplateChainBytes

      com.google.protobuf.ByteString getTemplateChainBytes(int index)
      repeated string template_chain = 9;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the templateChain at the given index.
    • getAttributesList

      repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;
    • getAttributes

      repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;
    • getAttributesCount

      int getAttributesCount()
      repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;
    • getAttributesOrBuilderList

      List<? extends GalaxyRepositoryOuterClass.GalaxyAttributeOrBuilder> getAttributesOrBuilderList()
      repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;
    • getAttributesOrBuilder

      GalaxyRepositoryOuterClass.GalaxyAttributeOrBuilder getAttributesOrBuilder(int index)
      repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;