接口 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.NameOrId getAlias()
      The alias to give if any, this is especially helpful when the entity now refers to the head of the record
      Common.NameOrIdOrBuilder getAliasOrBuilder()
      The alias to give if any, this is especially helpful when the entity now refers to the head of the record
      boolean hasAlias()
      The alias to give if any, this is especially helpful when the entity now refers to the head of the record
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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;