public static interface Lgraph.GraphQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGraph()
optional string graph = 6; |
com.google.protobuf.ByteString |
getGraphBytes()
optional string graph = 6; |
String |
getParamNames(int index)
repeated string param_names = 3; |
com.google.protobuf.ByteString |
getParamNamesBytes(int index)
repeated string param_names = 3; |
int |
getParamNamesCount()
repeated string param_names = 3; |
List<String> |
getParamNamesList()
repeated string param_names = 3; |
Lgraph.ListOfProtoFieldData |
getParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 4; |
Lgraph.ListOfProtoFieldDataOrBuilder |
getParamValuesOrBuilder()
optional .lgraph.ListOfProtoFieldData param_values = 4; |
String |
getQuery()
required string query = 2; |
com.google.protobuf.ByteString |
getQueryBytes()
required string query = 2; |
boolean |
getResultInJsonFormat()
required bool result_in_json_format = 5; |
double |
getTimeout()
optional double timeout = 7; |
Lgraph.ProtoGraphQueryType |
getType()
required .lgraph.ProtoGraphQueryType type = 1; |
boolean |
hasGraph()
optional string graph = 6; |
boolean |
hasParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 4; |
boolean |
hasQuery()
required string query = 2; |
boolean |
hasResultInJsonFormat()
required bool result_in_json_format = 5; |
boolean |
hasTimeout()
optional double timeout = 7; |
boolean |
hasType()
required .lgraph.ProtoGraphQueryType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .lgraph.ProtoGraphQueryType type = 1;Lgraph.ProtoGraphQueryType getType()
required .lgraph.ProtoGraphQueryType type = 1;boolean hasQuery()
required string query = 2;String getQuery()
required string query = 2;com.google.protobuf.ByteString getQueryBytes()
required string query = 2;int getParamNamesCount()
repeated string param_names = 3;String getParamNames(int index)
repeated string param_names = 3;com.google.protobuf.ByteString getParamNamesBytes(int index)
repeated string param_names = 3;boolean hasParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 4;Lgraph.ListOfProtoFieldData getParamValues()
optional .lgraph.ListOfProtoFieldData param_values = 4;Lgraph.ListOfProtoFieldDataOrBuilder getParamValuesOrBuilder()
optional .lgraph.ListOfProtoFieldData param_values = 4;boolean hasResultInJsonFormat()
required bool result_in_json_format = 5;boolean getResultInJsonFormat()
required bool result_in_json_format = 5;boolean hasGraph()
optional string graph = 6;String getGraph()
optional string graph = 6;com.google.protobuf.ByteString getGraphBytes()
optional string graph = 6;boolean hasTimeout()
optional double timeout = 7;double getTimeout()
optional double timeout = 7;Copyright © 2023 Ant Group. All rights reserved.