com.alibaba.graphscope.proto.groot.StorePropertyPbOrBuilder 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: groot/sdk/model.proto
package com.alibaba.graphscope.proto.groot;
public interface StorePropertyPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.StorePropertyPb)
com.google.protobuf.MessageOrBuilder {
/**
* int32 property_id = 1;
* @return The propertyId.
*/
int getPropertyId();
/**
* .gs.rpc.graph.PropertyValuePb property_value = 2;
* @return Whether the propertyValue field is set.
*/
boolean hasPropertyValue();
/**
* .gs.rpc.graph.PropertyValuePb property_value = 2;
* @return The propertyValue.
*/
com.alibaba.graphscope.proto.groot.PropertyValuePb getPropertyValue();
/**
* .gs.rpc.graph.PropertyValuePb property_value = 2;
*/
com.alibaba.graphscope.proto.groot.PropertyValuePbOrBuilder getPropertyValueOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy