接口 GraphAlgebraPhysical.GetVOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.GetVOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.Int32ValuegetAlias()The alias of this vertexcom.google.protobuf.Int32ValueOrBuildergetAliasOrBuilder()The alias of this vertexGraphAlgebraPhysical.GetV.VOptgetOpt()Determine what vertex to get from the tagged objectintgetOptValue()Determine what vertex to get from the tagged objectGraphAlgebra.QueryParamsgetParams()The query parameters of getting verticesGraphAlgebra.QueryParamsOrBuildergetParamsOrBuilder()The query parameters of getting verticescom.google.protobuf.Int32ValuegetTag()The tag that refers to the edge/path where the end vertex will be retrievedcom.google.protobuf.Int32ValueOrBuildergetTagOrBuilder()The tag that refers to the edge/path where the end vertex will be retrievedbooleanhasAlias()The alias of this vertexbooleanhasParams()The query parameters of getting verticesbooleanhasTag()The tag that refers to the edge/path where the end vertex will be retrieved
-
-
-
方法详细资料
-
hasTag
boolean hasTag()
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;- 返回:
- Whether the tag field is set.
-
getTag
com.google.protobuf.Int32Value getTag()
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;- 返回:
- The tag.
-
getTagOrBuilder
com.google.protobuf.Int32ValueOrBuilder getTagOrBuilder()
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;
-
getOptValue
int getOptValue()
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 返回:
- The enum numeric value on the wire for opt.
-
getOpt
GraphAlgebraPhysical.GetV.VOpt getOpt()
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 返回:
- The opt.
-
hasParams
boolean hasParams()
The query parameters of getting vertices
.algebra.QueryParams params = 3;- 返回:
- Whether the params field is set.
-
getParams
GraphAlgebra.QueryParams getParams()
The query parameters of getting vertices
.algebra.QueryParams params = 3;- 返回:
- The params.
-
getParamsOrBuilder
GraphAlgebra.QueryParamsOrBuilder getParamsOrBuilder()
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
hasAlias
boolean hasAlias()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;- 返回:
- Whether the alias field is set.
-
getAlias
com.google.protobuf.Int32Value getAlias()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;- 返回:
- The alias.
-
getAliasOrBuilder
com.google.protobuf.Int32ValueOrBuilder getAliasOrBuilder()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
-