com.alibaba.graphscope.proto.groot.VertexRecordKeyPbOrBuilder 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: 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