
com.alibaba.graphscope.proto.groot.IngestDataRequestOrBuilder 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/client.proto
package com.alibaba.graphscope.proto.groot;
public interface IngestDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.IngestDataRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string dataPath = 1;
* @return The dataPath.
*/
java.lang.String getDataPath();
/**
* string dataPath = 1;
* @return The bytes for dataPath.
*/
com.google.protobuf.ByteString
getDataPathBytes();
/**
* map<string, string> config = 2;
*/
int getConfigCount();
/**
* map<string, string> config = 2;
*/
boolean containsConfig(
java.lang.String key);
/**
* Use {@link #getConfigMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getConfig();
/**
* map<string, string> config = 2;
*/
java.util.Map
getConfigMap();
/**
* map<string, string> config = 2;
*/
/* nullable */
java.lang.String getConfigOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> config = 2;
*/
java.lang.String getConfigOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy