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

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

There is a newer version: 0.28.1
Show newest version
// 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