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

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

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

package com.alibaba.graphscope.proto.groot;

public interface VertexRecordKeyPbOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.groot.VertexRecordKeyPb)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string label = 1;
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * string label = 1;
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();

  /**
   * map<string, string> pk_properties = 2;
   */
  int getPkPropertiesCount();
  /**
   * map<string, string> pk_properties = 2;
   */
  boolean containsPkProperties(
      java.lang.String key);
  /**
   * Use {@link #getPkPropertiesMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getPkProperties();
  /**
   * map<string, string> pk_properties = 2;
   */
  java.util.Map
  getPkPropertiesMap();
  /**
   * map<string, string> pk_properties = 2;
   */
  /* nullable */
java.lang.String getPkPropertiesOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> pk_properties = 2;
   */
  java.lang.String getPkPropertiesOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy