类 GraphAlgebra.As.Builder

  • 所有已实现的接口:
    GraphAlgebra.AsOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    封闭类:
    GraphAlgebra.As

    public static final class GraphAlgebra.As.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.As.Builder>
    implements GraphAlgebra.AsOrBuilder
     To tag the current data with an alias
     
    Protobuf type algebra.As
    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.As.Builder>
      • clear

        public GraphAlgebra.As.Builder clear()
        指定者:
        clear 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clear 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.As.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<GraphAlgebra.As.Builder>
      • getDefaultInstanceForType

        public GraphAlgebra.As getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public GraphAlgebra.As build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GraphAlgebra.As buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • mergeFrom

        public GraphAlgebra.As.Builder mergeFrom​(com.google.protobuf.Message other)
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<GraphAlgebra.As.Builder>
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.As.Builder>
      • mergeFrom

        public GraphAlgebra.As.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<GraphAlgebra.As.Builder>
        抛出:
        IOException
      • hasAlias

        public 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;
        指定者:
        hasAlias 在接口中 GraphAlgebra.AsOrBuilder
        返回:
        Whether the alias field is set.
      • getAlias

        public 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;
        指定者:
        getAlias 在接口中 GraphAlgebra.AsOrBuilder
        返回:
        The alias.
      • setAlias

        public GraphAlgebra.As.Builder setAlias​(Common.NameOrId value)
         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;
      • setAlias

        public GraphAlgebra.As.Builder setAlias​(Common.NameOrId.Builder builderForValue)
         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;
      • mergeAlias

        public GraphAlgebra.As.Builder mergeAlias​(Common.NameOrId value)
         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;
      • clearAlias

        public GraphAlgebra.As.Builder clearAlias()
         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;
      • getAliasBuilder

        public Common.NameOrId.Builder getAliasBuilder()
         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;
      • setUnknownFields

        public final GraphAlgebra.As.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        setUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.As.Builder>
      • mergeUnknownFields

        public final GraphAlgebra.As.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.As.Builder>