Package lgraph
Interface Lgraph.DelIndexRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.DelIndexRequest,Lgraph.DelIndexRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.DelIndexRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetField()required string field = 2;com.google.protobuf.ByteStringgetFieldBytes()required string field = 2;StringgetLabel()required string label = 1;com.google.protobuf.ByteStringgetLabelBytes()required string label = 1;booleanhasField()required string field = 2;booleanhasLabel()required string label = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLabel
boolean hasLabel()
required string label = 1;
-
getLabel
String getLabel()
required string label = 1;
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
required string label = 1;
-
hasField
boolean hasField()
required string field = 2;
-
getField
String getField()
required string field = 2;
-
getFieldBytes
com.google.protobuf.ByteString getFieldBytes()
required string field = 2;
-
-