Package gql
Class GqlTypes
java.lang.Object
gql.GqlTypes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classCredentials provided at handshake.static interfacestatic final classUsername/password credentials.static interfacestatic final classExtended-precision float (FLOAT128/256).static interfacestatic final classExtended-precision integer (INT128/256, UINT128/256).static interfacestatic final classCalendar date.static interfacestatic final classArbitrary-precision decimal.static interfacestatic final classDiagnostic context for error reporting.static interfacestatic final classTemporal duration with two components per ISO/IEC 39075.static interfacestatic final classProperty graph edge (directed or undirected).static interfacestatic final classSingle field within a record.static final classProtobuf typegql.FieldDescriptorstatic interfacestatic interfacestatic final classOrdered list of values.static interfacestatic final classStatus code from a GQL operation.static interfacestatic enumGQL type enumeration covering all types from ISO/IEC 39075.static final classDate and time without timezone.static interfacestatic final classTime without timezone.static interfacestatic final classProperty graph node.static interfacestatic final classExplicit null marker (GQL NULL).static interfacestatic final classAlternating sequence of nodes and edges.static interfacestatic final classNamed collection of fields (open or closed record).static interfacestatic final classProtobuf typegql.TypeDescriptorstatic interfacestatic final classDiscriminated union of all GQL value types.static interfacestatic final classDate and time with UTC offset.static interfacestatic final classTime with UTC offset.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-