类 GraphAlgebra.EdgeExpand.Builder

    • 方法详细资料

      • 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.EdgeExpand.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.EdgeExpand.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

        public boolean hasVTag()
         The tag that refers to the starting vertex
         
        .common.NameOrId v_tag = 1;
        指定者:
        hasVTag 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        Whether the vTag field is set.
      • getVTagBuilder

        public Common.NameOrId.Builder getVTagBuilder()
         The tag that refers to the starting vertex
         
        .common.NameOrId v_tag = 1;
      • getDirectionValue

        public int getDirectionValue()
         The direction of the expanded edge
         
        .algebra.EdgeExpand.Direction direction = 2;
        指定者:
        getDirectionValue 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        The enum numeric value on the wire for direction.
      • setDirectionValue

        public GraphAlgebra.EdgeExpand.Builder setDirectionValue​(int value)
         The direction of the expanded edge
         
        .algebra.EdgeExpand.Direction direction = 2;
        参数:
        value - The enum numeric value on the wire for direction to set.
        返回:
        This builder for chaining.
      • clearDirection

        public GraphAlgebra.EdgeExpand.Builder clearDirection()
         The direction of the expanded edge
         
        .algebra.EdgeExpand.Direction direction = 2;
        返回:
        This builder for chaining.
      • hasParams

        public boolean hasParams()
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
        指定者:
        hasParams 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        Whether the params field is set.
      • getParams

        public GraphAlgebra.QueryParams getParams()
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
        指定者:
        getParams 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        The params.
      • setParams

        public GraphAlgebra.EdgeExpand.Builder setParams​(GraphAlgebra.QueryParams value)
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
      • setParams

        public GraphAlgebra.EdgeExpand.Builder setParams​(GraphAlgebra.QueryParams.Builder builderForValue)
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
      • mergeParams

        public GraphAlgebra.EdgeExpand.Builder mergeParams​(GraphAlgebra.QueryParams value)
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
      • clearParams

        public GraphAlgebra.EdgeExpand.Builder clearParams()
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
      • getParamsBuilder

        public GraphAlgebra.QueryParams.Builder getParamsBuilder()
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
      • getParamsOrBuilder

        public GraphAlgebra.QueryParamsOrBuilder getParamsOrBuilder()
         The query parameters define the condition that the edge/end vertex must satisfy.
         Note that whether the query parameters apply to the edge or end vertex depends on
         the `is_edge` indicator, with one exception that the `tables` parameter in `EdgeExpand`
         **always** applies to the edge for now (may be fixed later) .
         
        .algebra.QueryParams params = 3;
        指定者:
        getParamsOrBuilder 在接口中 GraphAlgebra.EdgeExpandOrBuilder
      • hasAlias

        public boolean hasAlias()
         An optional alias for the object of the expansion
         
        .common.NameOrId alias = 4;
        指定者:
        hasAlias 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        Whether the alias field is set.
      • getAliasBuilder

        public Common.NameOrId.Builder getAliasBuilder()
         An optional alias for the object of the expansion
         
        .common.NameOrId alias = 4;
      • getExpandOptValue

        public int getExpandOptValue()
         Expand option, i.e., expand vertices/edges/degree.
         
        .algebra.EdgeExpand.ExpandOpt expand_opt = 5;
        指定者:
        getExpandOptValue 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        The enum numeric value on the wire for expandOpt.
      • setExpandOptValue

        public GraphAlgebra.EdgeExpand.Builder setExpandOptValue​(int value)
         Expand option, i.e., expand vertices/edges/degree.
         
        .algebra.EdgeExpand.ExpandOpt expand_opt = 5;
        参数:
        value - The enum numeric value on the wire for expandOpt to set.
        返回:
        This builder for chaining.
      • clearExpandOpt

        public GraphAlgebra.EdgeExpand.Builder clearExpandOpt()
         Expand option, i.e., expand vertices/edges/degree.
         
        .algebra.EdgeExpand.ExpandOpt expand_opt = 5;
        返回:
        This builder for chaining.
      • getIsOptional

        public boolean getIsOptional()
         Whether the expand is optional, if true, the expand will return a `None` if the edge does not exist
         
        bool is_optional = 7;
        指定者:
        getIsOptional 在接口中 GraphAlgebra.EdgeExpandOrBuilder
        返回:
        The isOptional.
      • setIsOptional

        public GraphAlgebra.EdgeExpand.Builder setIsOptional​(boolean value)
         Whether the expand is optional, if true, the expand will return a `None` if the edge does not exist
         
        bool is_optional = 7;
        参数:
        value - The isOptional to set.
        返回:
        This builder for chaining.
      • clearIsOptional

        public GraphAlgebra.EdgeExpand.Builder clearIsOptional()
         Whether the expand is optional, if true, the expand will return a `None` if the edge does not exist
         
        bool is_optional = 7;
        返回:
        This builder for chaining.
      • setUnknownFields

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

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