Package lgraph
Interface Lgraph.PropertyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.Property,Lgraph.Property.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.PropertyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()required string key = 1;com.google.protobuf.ByteStringgetKeyBytes()required string key = 1;Lgraph.ProtoFieldDatagetValue()required .lgraph.ProtoFieldData value = 2;Lgraph.ProtoFieldDataOrBuildergetValueOrBuilder()required .lgraph.ProtoFieldData value = 2;booleanhasKey()required string key = 1;booleanhasValue()required .lgraph.ProtoFieldData value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKey
boolean hasKey()
required string key = 1;
-
getKey
String getKey()
required string key = 1;
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
-
hasValue
boolean hasValue()
required .lgraph.ProtoFieldData value = 2;
-
getValue
Lgraph.ProtoFieldData getValue()
required .lgraph.ProtoFieldData value = 2;
-
getValueOrBuilder
Lgraph.ProtoFieldDataOrBuilder getValueOrBuilder()
required .lgraph.ProtoFieldData value = 2;
-
-