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

com.alibaba.graphscope.proto.MutableGraphInfoPbOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: graph_def.proto

package com.alibaba.graphscope.proto;

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

  /**
   * .gs.rpc.graph.DataTypePb vdata_type = 1;
   * @return The enum numeric value on the wire for vdataType.
   */
  int getVdataTypeValue();
  /**
   * .gs.rpc.graph.DataTypePb vdata_type = 1;
   * @return The vdataType.
   */
  com.alibaba.graphscope.proto.groot.DataTypePb getVdataType();

  /**
   * .gs.rpc.graph.DataTypePb edata_type = 2;
   * @return The enum numeric value on the wire for edataType.
   */
  int getEdataTypeValue();
  /**
   * .gs.rpc.graph.DataTypePb edata_type = 2;
   * @return The edataType.
   */
  com.alibaba.graphscope.proto.groot.DataTypePb getEdataType();

  /**
   * string property_schema_json = 3;
   * @return The propertySchemaJson.
   */
  java.lang.String getPropertySchemaJson();
  /**
   * string property_schema_json = 3;
   * @return The bytes for propertySchemaJson.
   */
  com.google.protobuf.ByteString
      getPropertySchemaJsonBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy