Package lgraph
Interface Lgraph.ListLabelsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ListLabelsResponse,Lgraph.ListLabelsResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ListLabelsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabels(int index)repeated string labels = 1;com.google.protobuf.ByteStringgetLabelsBytes(int index)repeated string labels = 1;intgetLabelsCount()repeated string labels = 1;List<String>getLabelsList()repeated string labels = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsCount
int getLabelsCount()
repeated string labels = 1;
-
getLabels
String getLabels(int index)
repeated string labels = 1;
-
getLabelsBytes
com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 1;
-
-