Package galaxy_repository.v1
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 Summary
Modifier and TypeMethodDescriptiongetAttributes(int index) repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;intrepeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;getAttributesOrBuilder(int index) repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;string browse_name = 4;com.google.protobuf.ByteStringstring browse_name = 4;intint32 category_id = 7;string contained_name = 3;com.google.protobuf.ByteStringstring contained_name = 3;intint32 gobject_id = 1;intint32 hosted_by_gobject_id = 8;booleanbool is_area = 6;intint32 parent_gobject_id = 5;string tag_name = 2;com.google.protobuf.ByteStringstring tag_name = 2;getTemplateChain(int index) repeated string template_chain = 9;com.google.protobuf.ByteStringgetTemplateChainBytes(int index) repeated string template_chain = 9;intrepeated string template_chain = 9;repeated string template_chain = 9;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
List<GalaxyRepositoryOuterClass.GalaxyAttribute> 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
repeated .galaxy_repository.v1.GalaxyAttribute attributes = 10;
-