public static interface Api.GetAllConceptsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Api.ConceptInfo |
getConcepts(int index)
/ Holds a collection of Concepts that are defined in the project.
|
int |
getConceptsCount()
/ Holds a collection of Concepts that are defined in the project.
|
List<Api.ConceptInfo> |
getConceptsList()
/ Holds a collection of Concepts that are defined in the project.
|
Api.ConceptInfoOrBuilder |
getConceptsOrBuilder(int index)
/ Holds a collection of Concepts that are defined in the project.
|
List<? extends Api.ConceptInfoOrBuilder> |
getConceptsOrBuilderList()
/ Holds a collection of Concepts that are defined in the project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Api.ConceptInfo> getConceptsList()
/ Holds a collection of Concepts that are defined in the project.
repeated .gauge.messages.ConceptInfo concepts = 1;
Api.ConceptInfo getConcepts(int index)
/ Holds a collection of Concepts that are defined in the project.
repeated .gauge.messages.ConceptInfo concepts = 1;
int getConceptsCount()
/ Holds a collection of Concepts that are defined in the project.
repeated .gauge.messages.ConceptInfo concepts = 1;
List<? extends Api.ConceptInfoOrBuilder> getConceptsOrBuilderList()
/ Holds a collection of Concepts that are defined in the project.
repeated .gauge.messages.ConceptInfo concepts = 1;
Api.ConceptInfoOrBuilder getConceptsOrBuilder(int index)
/ Holds a collection of Concepts that are defined in the project.
repeated .gauge.messages.ConceptInfo concepts = 1;
Copyright © 2017. All rights reserved.