All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vesoft.nebula.proto.common.ValueOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface ValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.Value)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool bool_value = 1;
   * @return Whether the boolValue field is set.
   */
  boolean hasBoolValue();
  /**
   * bool bool_value = 1;
   * @return The boolValue.
   */
  boolean getBoolValue();

  /**
   * int32 int8_value = 2;
   * @return Whether the int8Value field is set.
   */
  boolean hasInt8Value();
  /**
   * int32 int8_value = 2;
   * @return The int8Value.
   */
  int getInt8Value();

  /**
   * uint32 uint8_value = 3;
   * @return Whether the uint8Value field is set.
   */
  boolean hasUint8Value();
  /**
   * uint32 uint8_value = 3;
   * @return The uint8Value.
   */
  int getUint8Value();

  /**
   * int32 int16_value = 4;
   * @return Whether the int16Value field is set.
   */
  boolean hasInt16Value();
  /**
   * int32 int16_value = 4;
   * @return The int16Value.
   */
  int getInt16Value();

  /**
   * uint32 uint16_value = 5;
   * @return Whether the uint16Value field is set.
   */
  boolean hasUint16Value();
  /**
   * uint32 uint16_value = 5;
   * @return The uint16Value.
   */
  int getUint16Value();

  /**
   * int32 int32_value = 6;
   * @return Whether the int32Value field is set.
   */
  boolean hasInt32Value();
  /**
   * int32 int32_value = 6;
   * @return The int32Value.
   */
  int getInt32Value();

  /**
   * uint32 uint32_value = 7;
   * @return Whether the uint32Value field is set.
   */
  boolean hasUint32Value();
  /**
   * uint32 uint32_value = 7;
   * @return The uint32Value.
   */
  int getUint32Value();

  /**
   * int64 int64_value = 8;
   * @return Whether the int64Value field is set.
   */
  boolean hasInt64Value();
  /**
   * int64 int64_value = 8;
   * @return The int64Value.
   */
  long getInt64Value();

  /**
   * uint64 uint64_value = 9;
   * @return Whether the uint64Value field is set.
   */
  boolean hasUint64Value();
  /**
   * uint64 uint64_value = 9;
   * @return The uint64Value.
   */
  long getUint64Value();

  /**
   * float float_value = 10;
   * @return Whether the floatValue field is set.
   */
  boolean hasFloatValue();
  /**
   * float float_value = 10;
   * @return The floatValue.
   */
  float getFloatValue();

  /**
   * double double_value = 11;
   * @return Whether the doubleValue field is set.
   */
  boolean hasDoubleValue();
  /**
   * double double_value = 11;
   * @return The doubleValue.
   */
  double getDoubleValue();

  /**
   * bytes string_value = 12;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * bytes string_value = 12;
   * @return The stringValue.
   */
  com.google.protobuf.ByteString getStringValue();

  /**
   * .nebula.proto.common.List list_value = 13;
   * @return Whether the listValue field is set.
   */
  boolean hasListValue();
  /**
   * .nebula.proto.common.List list_value = 13;
   * @return The listValue.
   */
  com.vesoft.nebula.proto.common.List getListValue();
  /**
   * .nebula.proto.common.List list_value = 13;
   */
  com.vesoft.nebula.proto.common.ListOrBuilder getListValueOrBuilder();

  /**
   * .nebula.proto.common.Record record_value = 14;
   * @return Whether the recordValue field is set.
   */
  boolean hasRecordValue();
  /**
   * .nebula.proto.common.Record record_value = 14;
   * @return The recordValue.
   */
  com.vesoft.nebula.proto.common.Record getRecordValue();
  /**
   * .nebula.proto.common.Record record_value = 14;
   */
  com.vesoft.nebula.proto.common.RecordOrBuilder getRecordValueOrBuilder();

  /**
   * .nebula.proto.common.Node node_value = 15;
   * @return Whether the nodeValue field is set.
   */
  boolean hasNodeValue();
  /**
   * .nebula.proto.common.Node node_value = 15;
   * @return The nodeValue.
   */
  com.vesoft.nebula.proto.common.Node getNodeValue();
  /**
   * .nebula.proto.common.Node node_value = 15;
   */
  com.vesoft.nebula.proto.common.NodeOrBuilder getNodeValueOrBuilder();

  /**
   * .nebula.proto.common.Edge edge_value = 16;
   * @return Whether the edgeValue field is set.
   */
  boolean hasEdgeValue();
  /**
   * .nebula.proto.common.Edge edge_value = 16;
   * @return The edgeValue.
   */
  com.vesoft.nebula.proto.common.Edge getEdgeValue();
  /**
   * .nebula.proto.common.Edge edge_value = 16;
   */
  com.vesoft.nebula.proto.common.EdgeOrBuilder getEdgeValueOrBuilder();

  /**
   * .nebula.proto.common.Path path_value = 17;
   * @return Whether the pathValue field is set.
   */
  boolean hasPathValue();
  /**
   * .nebula.proto.common.Path path_value = 17;
   * @return The pathValue.
   */
  com.vesoft.nebula.proto.common.Path getPathValue();
  /**
   * .nebula.proto.common.Path path_value = 17;
   */
  com.vesoft.nebula.proto.common.PathOrBuilder getPathValueOrBuilder();

  /**
   * .nebula.proto.common.Duration duration_value = 18;
   * @return Whether the durationValue field is set.
   */
  boolean hasDurationValue();
  /**
   * .nebula.proto.common.Duration duration_value = 18;
   * @return The durationValue.
   */
  com.vesoft.nebula.proto.common.Duration getDurationValue();
  /**
   * .nebula.proto.common.Duration duration_value = 18;
   */
  com.vesoft.nebula.proto.common.DurationOrBuilder getDurationValueOrBuilder();

  /**
   * .nebula.proto.common.LocalTime local_time_value = 19;
   * @return Whether the localTimeValue field is set.
   */
  boolean hasLocalTimeValue();
  /**
   * .nebula.proto.common.LocalTime local_time_value = 19;
   * @return The localTimeValue.
   */
  com.vesoft.nebula.proto.common.LocalTime getLocalTimeValue();
  /**
   * .nebula.proto.common.LocalTime local_time_value = 19;
   */
  com.vesoft.nebula.proto.common.LocalTimeOrBuilder getLocalTimeValueOrBuilder();

  /**
   * .nebula.proto.common.ZonedTime zoned_time_value = 20;
   * @return Whether the zonedTimeValue field is set.
   */
  boolean hasZonedTimeValue();
  /**
   * .nebula.proto.common.ZonedTime zoned_time_value = 20;
   * @return The zonedTimeValue.
   */
  com.vesoft.nebula.proto.common.ZonedTime getZonedTimeValue();
  /**
   * .nebula.proto.common.ZonedTime zoned_time_value = 20;
   */
  com.vesoft.nebula.proto.common.ZonedTimeOrBuilder getZonedTimeValueOrBuilder();

  /**
   * .nebula.proto.common.Date date_value = 21;
   * @return Whether the dateValue field is set.
   */
  boolean hasDateValue();
  /**
   * .nebula.proto.common.Date date_value = 21;
   * @return The dateValue.
   */
  com.vesoft.nebula.proto.common.Date getDateValue();
  /**
   * .nebula.proto.common.Date date_value = 21;
   */
  com.vesoft.nebula.proto.common.DateOrBuilder getDateValueOrBuilder();

  /**
   * .nebula.proto.common.LocalDatetime local_datetime_value = 22;
   * @return Whether the localDatetimeValue field is set.
   */
  boolean hasLocalDatetimeValue();
  /**
   * .nebula.proto.common.LocalDatetime local_datetime_value = 22;
   * @return The localDatetimeValue.
   */
  com.vesoft.nebula.proto.common.LocalDatetime getLocalDatetimeValue();
  /**
   * .nebula.proto.common.LocalDatetime local_datetime_value = 22;
   */
  com.vesoft.nebula.proto.common.LocalDatetimeOrBuilder getLocalDatetimeValueOrBuilder();

  /**
   * .nebula.proto.common.ZonedDatetime zoned_datetime_value = 23;
   * @return Whether the zonedDatetimeValue field is set.
   */
  boolean hasZonedDatetimeValue();
  /**
   * .nebula.proto.common.ZonedDatetime zoned_datetime_value = 23;
   * @return The zonedDatetimeValue.
   */
  com.vesoft.nebula.proto.common.ZonedDatetime getZonedDatetimeValue();
  /**
   * .nebula.proto.common.ZonedDatetime zoned_datetime_value = 23;
   */
  com.vesoft.nebula.proto.common.ZonedDatetimeOrBuilder getZonedDatetimeValueOrBuilder();

  /**
   * .nebula.proto.common.Ref ref_value = 24;
   * @return Whether the refValue field is set.
   */
  boolean hasRefValue();
  /**
   * .nebula.proto.common.Ref ref_value = 24;
   * @return The refValue.
   */
  com.vesoft.nebula.proto.common.Ref getRefValue();
  /**
   * .nebula.proto.common.Ref ref_value = 24;
   */
  com.vesoft.nebula.proto.common.RefOrBuilder getRefValueOrBuilder();

  /**
   * .nebula.proto.common.Decimal decimal_value = 25;
   * @return Whether the decimalValue field is set.
   */
  boolean hasDecimalValue();
  /**
   * .nebula.proto.common.Decimal decimal_value = 25;
   * @return The decimalValue.
   */
  com.vesoft.nebula.proto.common.Decimal getDecimalValue();
  /**
   * .nebula.proto.common.Decimal decimal_value = 25;
   */
  com.vesoft.nebula.proto.common.DecimalOrBuilder getDecimalValueOrBuilder();

  /**
   * .nebula.proto.common.Vector vector_value = 26;
   * @return Whether the vectorValue field is set.
   */
  boolean hasVectorValue();
  /**
   * .nebula.proto.common.Vector vector_value = 26;
   * @return The vectorValue.
   */
  com.vesoft.nebula.proto.common.Vector getVectorValue();
  /**
   * .nebula.proto.common.Vector vector_value = 26;
   */
  com.vesoft.nebula.proto.common.VectorOrBuilder getVectorValueOrBuilder();

  com.vesoft.nebula.proto.common.Value.DataCase getDataCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy