com.alibaba.graphscope.proto.groot.PropertyValuePbOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// 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