类 GraphAlgebraPhysical.GetV.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
- com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.GetV.Builder
-
- 所有已实现的接口:
GraphAlgebraPhysical.GetVOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
public static final class GraphAlgebraPhysical.GetV.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder> implements GraphAlgebraPhysical.GetVOrBuilder
It is typical to use the operator when: 1. The input entry is an edge entry, and to obtain some properties (or filter) on the adjacent vertex of the input edge 2. The input entry is a vertex entry, and directly obtain some properties (or filter) on the input vertex
Protobuf typephysical.GetV
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.GetVbuild()GraphAlgebraPhysical.GetVbuildPartial()GraphAlgebraPhysical.GetV.Builderclear()GraphAlgebraPhysical.GetV.BuilderclearAlias()The alias of this vertexGraphAlgebraPhysical.GetV.BuilderclearOpt()Determine what vertex to get from the tagged objectGraphAlgebraPhysical.GetV.BuilderclearParams()The query parameters of getting verticesGraphAlgebraPhysical.GetV.BuilderclearTag()The tag that refers to the edge/path where the end vertex will be retrievedcom.google.protobuf.Int32ValuegetAlias()The alias of this vertexcom.google.protobuf.Int32Value.BuildergetAliasBuilder()The alias of this vertexcom.google.protobuf.Int32ValueOrBuildergetAliasOrBuilder()The alias of this vertexGraphAlgebraPhysical.GetVgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()GraphAlgebraPhysical.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.QueryParams.BuildergetParamsBuilder()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.Int32Value.BuildergetTagBuilder()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 retrievedprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()GraphAlgebraPhysical.GetV.BuildermergeAlias(com.google.protobuf.Int32Value value)The alias of this vertexGraphAlgebraPhysical.GetV.BuildermergeFrom(GraphAlgebraPhysical.GetV other)GraphAlgebraPhysical.GetV.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GraphAlgebraPhysical.GetV.BuildermergeFrom(com.google.protobuf.Message other)GraphAlgebraPhysical.GetV.BuildermergeParams(GraphAlgebra.QueryParams value)The query parameters of getting verticesGraphAlgebraPhysical.GetV.BuildermergeTag(com.google.protobuf.Int32Value value)The tag that refers to the edge/path where the end vertex will be retrievedGraphAlgebraPhysical.GetV.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GraphAlgebraPhysical.GetV.BuildersetAlias(com.google.protobuf.Int32Value value)The alias of this vertexGraphAlgebraPhysical.GetV.BuildersetAlias(com.google.protobuf.Int32Value.Builder builderForValue)The alias of this vertexGraphAlgebraPhysical.GetV.BuildersetOpt(GraphAlgebraPhysical.GetV.VOpt value)Determine what vertex to get from the tagged objectGraphAlgebraPhysical.GetV.BuildersetOptValue(int value)Determine what vertex to get from the tagged objectGraphAlgebraPhysical.GetV.BuildersetParams(GraphAlgebra.QueryParams value)The query parameters of getting verticesGraphAlgebraPhysical.GetV.BuildersetParams(GraphAlgebra.QueryParams.Builder builderForValue)The query parameters of getting verticesGraphAlgebraPhysical.GetV.BuildersetTag(com.google.protobuf.Int32Value value)The tag that refers to the edge/path where the end vertex will be retrievedGraphAlgebraPhysical.GetV.BuildersetTag(com.google.protobuf.Int32Value.Builder builderForValue)The tag that refers to the edge/path where the end vertex will be retrievedGraphAlgebraPhysical.GetV.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
clear
public GraphAlgebraPhysical.GetV.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
getDefaultInstanceForType
public GraphAlgebraPhysical.GetV getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public GraphAlgebraPhysical.GetV build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public GraphAlgebraPhysical.GetV buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
mergeFrom
public GraphAlgebraPhysical.GetV.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<GraphAlgebraPhysical.GetV.Builder>
-
mergeFrom
public GraphAlgebraPhysical.GetV.Builder mergeFrom(GraphAlgebraPhysical.GetV other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
mergeFrom
public GraphAlgebraPhysical.GetV.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<GraphAlgebraPhysical.GetV.Builder>- 抛出:
IOException
-
hasTag
public boolean hasTag()
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;- 指定者:
hasTag在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- Whether the tag field is set.
-
getTag
public 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;- 指定者:
getTag在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- The tag.
-
setTag
public GraphAlgebraPhysical.GetV.Builder setTag(com.google.protobuf.Int32Value value)
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;
-
setTag
public GraphAlgebraPhysical.GetV.Builder setTag(com.google.protobuf.Int32Value.Builder builderForValue)
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;
-
mergeTag
public GraphAlgebraPhysical.GetV.Builder mergeTag(com.google.protobuf.Int32Value value)
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;
-
clearTag
public GraphAlgebraPhysical.GetV.Builder clearTag()
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;
-
getTagBuilder
public com.google.protobuf.Int32Value.Builder getTagBuilder()
The tag that refers to the edge/path where the end vertex will be retrieved
.google.protobuf.Int32Value tag = 1;
-
getTagOrBuilder
public 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
public int getOptValue()
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 指定者:
getOptValue在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- The enum numeric value on the wire for opt.
-
setOptValue
public GraphAlgebraPhysical.GetV.Builder setOptValue(int value)
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 参数:
value- The enum numeric value on the wire for opt to set.- 返回:
- This builder for chaining.
-
getOpt
public GraphAlgebraPhysical.GetV.VOpt getOpt()
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 指定者:
getOpt在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- The opt.
-
setOpt
public GraphAlgebraPhysical.GetV.Builder setOpt(GraphAlgebraPhysical.GetV.VOpt value)
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 参数:
value- The opt to set.- 返回:
- This builder for chaining.
-
clearOpt
public GraphAlgebraPhysical.GetV.Builder clearOpt()
Determine what vertex to get from the tagged object
.physical.GetV.VOpt opt = 2;- 返回:
- This builder for chaining.
-
hasParams
public boolean hasParams()
The query parameters of getting vertices
.algebra.QueryParams params = 3;- 指定者:
hasParams在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- Whether the params field is set.
-
getParams
public GraphAlgebra.QueryParams getParams()
The query parameters of getting vertices
.algebra.QueryParams params = 3;- 指定者:
getParams在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- The params.
-
setParams
public GraphAlgebraPhysical.GetV.Builder setParams(GraphAlgebra.QueryParams value)
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
setParams
public GraphAlgebraPhysical.GetV.Builder setParams(GraphAlgebra.QueryParams.Builder builderForValue)
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
mergeParams
public GraphAlgebraPhysical.GetV.Builder mergeParams(GraphAlgebra.QueryParams value)
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
clearParams
public GraphAlgebraPhysical.GetV.Builder clearParams()
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
getParamsBuilder
public GraphAlgebra.QueryParams.Builder getParamsBuilder()
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
getParamsOrBuilder
public GraphAlgebra.QueryParamsOrBuilder getParamsOrBuilder()
The query parameters of getting vertices
.algebra.QueryParams params = 3;
-
hasAlias
public boolean hasAlias()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;- 指定者:
hasAlias在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- Whether the alias field is set.
-
getAlias
public com.google.protobuf.Int32Value getAlias()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;- 指定者:
getAlias在接口中GraphAlgebraPhysical.GetVOrBuilder- 返回:
- The alias.
-
setAlias
public GraphAlgebraPhysical.GetV.Builder setAlias(com.google.protobuf.Int32Value value)
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
setAlias
public GraphAlgebraPhysical.GetV.Builder setAlias(com.google.protobuf.Int32Value.Builder builderForValue)
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
mergeAlias
public GraphAlgebraPhysical.GetV.Builder mergeAlias(com.google.protobuf.Int32Value value)
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
clearAlias
public GraphAlgebraPhysical.GetV.Builder clearAlias()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
getAliasBuilder
public com.google.protobuf.Int32Value.Builder getAliasBuilder()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
getAliasOrBuilder
public com.google.protobuf.Int32ValueOrBuilder getAliasOrBuilder()
The alias of this vertex
.google.protobuf.Int32Value alias = 4;
-
setUnknownFields
public final GraphAlgebraPhysical.GetV.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
mergeUnknownFields
public final GraphAlgebraPhysical.GetV.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
-
-