Package gql

Interface GqlTypes.ValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GqlTypes.Value, GqlTypes.Value.Builder
Enclosing class:
GqlTypes

public static interface GqlTypes.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasNullValue

      boolean hasNullValue()
       Null
       
      .gql.NullValue null_value = 1;
      Returns:
      Whether the nullValue field is set.
    • getNullValue

      GqlTypes.NullValue getNullValue()
       Null
       
      .gql.NullValue null_value = 1;
      Returns:
      The nullValue.
    • getNullValueOrBuilder

      GqlTypes.NullValueOrBuilder getNullValueOrBuilder()
       Null
       
      .gql.NullValue null_value = 1;
    • hasBooleanValue

      boolean hasBooleanValue()
       Boolean
       
      bool boolean_value = 2;
      Returns:
      Whether the booleanValue field is set.
    • getBooleanValue

      boolean getBooleanValue()
       Boolean
       
      bool boolean_value = 2;
      Returns:
      The booleanValue.
    • hasIntegerValue

      boolean hasIntegerValue()
       Signed integer (INT8 through INT64)
       
      int64 integer_value = 3;
      Returns:
      Whether the integerValue field is set.
    • getIntegerValue

      long getIntegerValue()
       Signed integer (INT8 through INT64)
       
      int64 integer_value = 3;
      Returns:
      The integerValue.
    • hasUnsignedIntegerValue

      boolean hasUnsignedIntegerValue()
       Unsigned integer (UINT8 through UINT64)
       
      uint64 unsigned_integer_value = 4;
      Returns:
      Whether the unsignedIntegerValue field is set.
    • getUnsignedIntegerValue

      long getUnsignedIntegerValue()
       Unsigned integer (UINT8 through UINT64)
       
      uint64 unsigned_integer_value = 4;
      Returns:
      The unsignedIntegerValue.
    • hasBigIntegerValue

      boolean hasBigIntegerValue()
       Extended-precision integer (INT128/256, UINT128/256)
       
      .gql.BigInteger big_integer_value = 5;
      Returns:
      Whether the bigIntegerValue field is set.
    • getBigIntegerValue

      GqlTypes.BigInteger getBigIntegerValue()
       Extended-precision integer (INT128/256, UINT128/256)
       
      .gql.BigInteger big_integer_value = 5;
      Returns:
      The bigIntegerValue.
    • getBigIntegerValueOrBuilder

      GqlTypes.BigIntegerOrBuilder getBigIntegerValueOrBuilder()
       Extended-precision integer (INT128/256, UINT128/256)
       
      .gql.BigInteger big_integer_value = 5;
    • hasFloatValue

      boolean hasFloatValue()
       Floating point (FLOAT32/64)
       
      double float_value = 6;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      double getFloatValue()
       Floating point (FLOAT32/64)
       
      double float_value = 6;
      Returns:
      The floatValue.
    • hasBigFloatValue

      boolean hasBigFloatValue()
       Extended-precision float (FLOAT128/256)
       
      .gql.BigFloat big_float_value = 7;
      Returns:
      Whether the bigFloatValue field is set.
    • getBigFloatValue

      GqlTypes.BigFloat getBigFloatValue()
       Extended-precision float (FLOAT128/256)
       
      .gql.BigFloat big_float_value = 7;
      Returns:
      The bigFloatValue.
    • getBigFloatValueOrBuilder

      GqlTypes.BigFloatOrBuilder getBigFloatValueOrBuilder()
       Extended-precision float (FLOAT128/256)
       
      .gql.BigFloat big_float_value = 7;
    • hasDecimalValue

      boolean hasDecimalValue()
       Decimal with arbitrary precision
       
      .gql.Decimal decimal_value = 8;
      Returns:
      Whether the decimalValue field is set.
    • getDecimalValue

      GqlTypes.Decimal getDecimalValue()
       Decimal with arbitrary precision
       
      .gql.Decimal decimal_value = 8;
      Returns:
      The decimalValue.
    • getDecimalValueOrBuilder

      GqlTypes.DecimalOrBuilder getDecimalValueOrBuilder()
       Decimal with arbitrary precision
       
      .gql.Decimal decimal_value = 8;
    • hasStringValue

      boolean hasStringValue()
       String
       
      string string_value = 9;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
       String
       
      string string_value = 9;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
       String
       
      string string_value = 9;
      Returns:
      The bytes for stringValue.
    • hasBytesValue

      boolean hasBytesValue()
       Byte string
       
      bytes bytes_value = 10;
      Returns:
      Whether the bytesValue field is set.
    • getBytesValue

      com.google.protobuf.ByteString getBytesValue()
       Byte string
       
      bytes bytes_value = 10;
      Returns:
      The bytesValue.
    • hasDateValue

      boolean hasDateValue()
       Temporal types
       
      .gql.Date date_value = 11;
      Returns:
      Whether the dateValue field is set.
    • getDateValue

      GqlTypes.Date getDateValue()
       Temporal types
       
      .gql.Date date_value = 11;
      Returns:
      The dateValue.
    • getDateValueOrBuilder

      GqlTypes.DateOrBuilder getDateValueOrBuilder()
       Temporal types
       
      .gql.Date date_value = 11;
    • hasLocalTimeValue

      boolean hasLocalTimeValue()
      .gql.LocalTime local_time_value = 12;
      Returns:
      Whether the localTimeValue field is set.
    • getLocalTimeValue

      GqlTypes.LocalTime getLocalTimeValue()
      .gql.LocalTime local_time_value = 12;
      Returns:
      The localTimeValue.
    • getLocalTimeValueOrBuilder

      GqlTypes.LocalTimeOrBuilder getLocalTimeValueOrBuilder()
      .gql.LocalTime local_time_value = 12;
    • hasZonedTimeValue

      boolean hasZonedTimeValue()
      .gql.ZonedTime zoned_time_value = 13;
      Returns:
      Whether the zonedTimeValue field is set.
    • getZonedTimeValue

      GqlTypes.ZonedTime getZonedTimeValue()
      .gql.ZonedTime zoned_time_value = 13;
      Returns:
      The zonedTimeValue.
    • getZonedTimeValueOrBuilder

      GqlTypes.ZonedTimeOrBuilder getZonedTimeValueOrBuilder()
      .gql.ZonedTime zoned_time_value = 13;
    • hasLocalDatetimeValue

      boolean hasLocalDatetimeValue()
      .gql.LocalDateTime local_datetime_value = 14;
      Returns:
      Whether the localDatetimeValue field is set.
    • getLocalDatetimeValue

      GqlTypes.LocalDateTime getLocalDatetimeValue()
      .gql.LocalDateTime local_datetime_value = 14;
      Returns:
      The localDatetimeValue.
    • getLocalDatetimeValueOrBuilder

      GqlTypes.LocalDateTimeOrBuilder getLocalDatetimeValueOrBuilder()
      .gql.LocalDateTime local_datetime_value = 14;
    • hasZonedDatetimeValue

      boolean hasZonedDatetimeValue()
      .gql.ZonedDateTime zoned_datetime_value = 15;
      Returns:
      Whether the zonedDatetimeValue field is set.
    • getZonedDatetimeValue

      GqlTypes.ZonedDateTime getZonedDatetimeValue()
      .gql.ZonedDateTime zoned_datetime_value = 15;
      Returns:
      The zonedDatetimeValue.
    • getZonedDatetimeValueOrBuilder

      GqlTypes.ZonedDateTimeOrBuilder getZonedDatetimeValueOrBuilder()
      .gql.ZonedDateTime zoned_datetime_value = 15;
    • hasDurationValue

      boolean hasDurationValue()
      .gql.Duration duration_value = 16;
      Returns:
      Whether the durationValue field is set.
    • getDurationValue

      GqlTypes.Duration getDurationValue()
      .gql.Duration duration_value = 16;
      Returns:
      The durationValue.
    • getDurationValueOrBuilder

      GqlTypes.DurationOrBuilder getDurationValueOrBuilder()
      .gql.Duration duration_value = 16;
    • hasListValue

      boolean hasListValue()
       Constructed types
       
      .gql.GqlList list_value = 17;
      Returns:
      Whether the listValue field is set.
    • getListValue

      GqlTypes.GqlList getListValue()
       Constructed types
       
      .gql.GqlList list_value = 17;
      Returns:
      The listValue.
    • getListValueOrBuilder

      GqlTypes.GqlListOrBuilder getListValueOrBuilder()
       Constructed types
       
      .gql.GqlList list_value = 17;
    • hasRecordValue

      boolean hasRecordValue()
      .gql.Record record_value = 18;
      Returns:
      Whether the recordValue field is set.
    • getRecordValue

      GqlTypes.Record getRecordValue()
      .gql.Record record_value = 18;
      Returns:
      The recordValue.
    • getRecordValueOrBuilder

      GqlTypes.RecordOrBuilder getRecordValueOrBuilder()
      .gql.Record record_value = 18;
    • hasNodeValue

      boolean hasNodeValue()
       Graph element types
       
      .gql.Node node_value = 19;
      Returns:
      Whether the nodeValue field is set.
    • getNodeValue

      GqlTypes.Node getNodeValue()
       Graph element types
       
      .gql.Node node_value = 19;
      Returns:
      The nodeValue.
    • getNodeValueOrBuilder

      GqlTypes.NodeOrBuilder getNodeValueOrBuilder()
       Graph element types
       
      .gql.Node node_value = 19;
    • hasEdgeValue

      boolean hasEdgeValue()
      .gql.Edge edge_value = 20;
      Returns:
      Whether the edgeValue field is set.
    • getEdgeValue

      GqlTypes.Edge getEdgeValue()
      .gql.Edge edge_value = 20;
      Returns:
      The edgeValue.
    • getEdgeValueOrBuilder

      GqlTypes.EdgeOrBuilder getEdgeValueOrBuilder()
      .gql.Edge edge_value = 20;
    • hasPathValue

      boolean hasPathValue()
      .gql.Path path_value = 21;
      Returns:
      Whether the pathValue field is set.
    • getPathValue

      GqlTypes.Path getPathValue()
      .gql.Path path_value = 21;
      Returns:
      The pathValue.
    • getPathValueOrBuilder

      GqlTypes.PathOrBuilder getPathValueOrBuilder()
      .gql.Path path_value = 21;
    • getKindCase