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

com.alibaba.graphscope.proto.groot.PropertyValuePbOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.28.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schema_common.proto

package com.alibaba.graphscope.proto.groot;

public interface PropertyValuePbOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.graph.PropertyValuePb)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .gs.rpc.graph.DataTypePb data_type = 1;
   * @return The enum numeric value on the wire for dataType.
   */
  int getDataTypeValue();
  /**
   * .gs.rpc.graph.DataTypePb data_type = 1;
   * @return The dataType.
   */
  com.alibaba.graphscope.proto.groot.DataTypePb getDataType();

  /**
   * bytes val = 2;
   * @return The val.
   */
  com.google.protobuf.ByteString getVal();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy