接口 GraphAlgebra.AsOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
GraphAlgebra.As,GraphAlgebra.As.Builder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.AsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Common.NameOrIdgetAlias()The alias to give if any, this is especially helpful when the entity now refers to the head of the recordCommon.NameOrIdOrBuildergetAliasOrBuilder()The alias to give if any, this is especially helpful when the entity now refers to the head of the recordbooleanhasAlias()The alias to give if any, this is especially helpful when the entity now refers to the head of the record
-
-
-
方法详细资料
-
hasAlias
boolean hasAlias()
The alias to give if any, this is especially helpful when the entity now refers to the head of the record
.common.NameOrId alias = 1;- 返回:
- Whether the alias field is set.
-
getAlias
Common.NameOrId getAlias()
The alias to give if any, this is especially helpful when the entity now refers to the head of the record
.common.NameOrId alias = 1;- 返回:
- The alias.
-
getAliasOrBuilder
Common.NameOrIdOrBuilder getAliasOrBuilder()
The alias to give if any, this is especially helpful when the entity now refers to the head of the record
.common.NameOrId alias = 1;
-
-