com.vesoft.nebula.proto.common.RecordOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;
public interface RecordOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.common.Record)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, .nebula.proto.common.Value> values = 1;
*/
int getValuesCount();
/**
* map<string, .nebula.proto.common.Value> values = 1;
*/
boolean containsValues(
java.lang.String key);
/**
* Use {@link #getValuesMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getValues();
/**
* map<string, .nebula.proto.common.Value> values = 1;
*/
java.util.Map
getValuesMap();
/**
* map<string, .nebula.proto.common.Value> values = 1;
*/
/* nullable */
com.vesoft.nebula.proto.common.Value getValuesOrDefault(
java.lang.String key,
/* nullable */
com.vesoft.nebula.proto.common.Value defaultValue);
/**
* map<string, .nebula.proto.common.Value> values = 1;
*/
com.vesoft.nebula.proto.common.Value getValuesOrThrow(
java.lang.String key);
}