Package lgraph
Interface Lgraph.ProtoFieldSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ProtoFieldSpec,Lgraph.ProtoFieldSpec.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ProtoFieldSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;booleangetNullable()required bool nullable = 3;Lgraph.ProtoFieldTypegetType()required .lgraph.ProtoFieldType type = 2;booleanhasName()required string name = 1;booleanhasNullable()required bool nullable = 3;booleanhasType()required .lgraph.ProtoFieldType type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
required string name = 1;
-
getName
String getName()
required string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
-
hasType
boolean hasType()
required .lgraph.ProtoFieldType type = 2;
-
getType
Lgraph.ProtoFieldType getType()
required .lgraph.ProtoFieldType type = 2;
-
hasNullable
boolean hasNullable()
required bool nullable = 3;
-
getNullable
boolean getNullable()
required bool nullable = 3;
-
-