接口 GraphAlgebra.UnfoldOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.UnfoldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Common.NameOrIdgetAlias()The alias tag for the elements that are unfolded from the collectionCommon.NameOrIdOrBuildergetAliasOrBuilder()The alias tag for the elements that are unfolded from the collectionGraphAlgebra.MetaDatagetMetaData()The type for the unfold valueGraphAlgebra.MetaDataOrBuildergetMetaDataOrBuilder()The type for the unfold valueCommon.NameOrIdgetTag()The tag of a graph relation that **must** refer to a data of collection typeCommon.NameOrIdOrBuildergetTagOrBuilder()The tag of a graph relation that **must** refer to a data of collection typebooleanhasAlias()The alias tag for the elements that are unfolded from the collectionbooleanhasMetaData()The type for the unfold valuebooleanhasTag()The tag of a graph relation that **must** refer to a data of collection type
-
-
-
方法详细资料
-
hasTag
boolean hasTag()
The tag of a graph relation that **must** refer to a data of collection type
.common.NameOrId tag = 1;- 返回:
- Whether the tag field is set.
-
getTag
Common.NameOrId getTag()
The tag of a graph relation that **must** refer to a data of collection type
.common.NameOrId tag = 1;- 返回:
- The tag.
-
getTagOrBuilder
Common.NameOrIdOrBuilder getTagOrBuilder()
The tag of a graph relation that **must** refer to a data of collection type
.common.NameOrId tag = 1;
-
hasAlias
boolean hasAlias()
The alias tag for the elements that are unfolded from the collection
.common.NameOrId alias = 2;- 返回:
- Whether the alias field is set.
-
getAlias
Common.NameOrId getAlias()
The alias tag for the elements that are unfolded from the collection
.common.NameOrId alias = 2;- 返回:
- The alias.
-
getAliasOrBuilder
Common.NameOrIdOrBuilder getAliasOrBuilder()
The alias tag for the elements that are unfolded from the collection
.common.NameOrId alias = 2;
-
hasMetaData
boolean hasMetaData()
The type for the unfold value
.algebra.MetaData meta_data = 3;- 返回:
- Whether the metaData field is set.
-
getMetaData
GraphAlgebra.MetaData getMetaData()
The type for the unfold value
.algebra.MetaData meta_data = 3;- 返回:
- The metaData.
-
getMetaDataOrBuilder
GraphAlgebra.MetaDataOrBuilder getMetaDataOrBuilder()
The type for the unfold value
.algebra.MetaData meta_data = 3;
-
-