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

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

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

        public GraphAlgebraPhysical.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<GraphAlgebraPhysical.EdgeExpand.Builder>
      • setVTag

        public GraphAlgebraPhysical.EdgeExpand.Builder setVTag​(com.google.protobuf.Int32Value.Builder builderForValue)
         The tag that refers to the starting vertex
         
        .google.protobuf.Int32Value v_tag = 1;
      • getVTagBuilder

        public com.google.protobuf.Int32Value.Builder getVTagBuilder()
         The tag that refers to the starting vertex
         
        .google.protobuf.Int32Value v_tag = 1;
      • setDirectionValue

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

        public GraphAlgebraPhysical.EdgeExpand.Builder clearDirection()
         The direction of the expanded edge
         
        .physical.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 在接口中 GraphAlgebraPhysical.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 在接口中 GraphAlgebraPhysical.EdgeExpandOrBuilder
        返回:
        The params.
      • setParams

        public GraphAlgebraPhysical.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 GraphAlgebraPhysical.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 GraphAlgebraPhysical.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 GraphAlgebraPhysical.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 在接口中 GraphAlgebraPhysical.EdgeExpandOrBuilder
      • hasAlias

        public boolean hasAlias()
         An optional alias for the object of the expansion
         
        .google.protobuf.Int32Value alias = 4;
        指定者:
        hasAlias 在接口中 GraphAlgebraPhysical.EdgeExpandOrBuilder
        返回:
        Whether the alias field is set.
      • getAlias

        public com.google.protobuf.Int32Value getAlias()
         An optional alias for the object of the expansion
         
        .google.protobuf.Int32Value alias = 4;
        指定者:
        getAlias 在接口中 GraphAlgebraPhysical.EdgeExpandOrBuilder
        返回:
        The alias.
      • setAlias

        public GraphAlgebraPhysical.EdgeExpand.Builder setAlias​(com.google.protobuf.Int32Value value)
         An optional alias for the object of the expansion
         
        .google.protobuf.Int32Value alias = 4;
      • setAlias

        public GraphAlgebraPhysical.EdgeExpand.Builder setAlias​(com.google.protobuf.Int32Value.Builder builderForValue)
         An optional alias for the object of the expansion
         
        .google.protobuf.Int32Value alias = 4;
      • mergeAlias

        public GraphAlgebraPhysical.EdgeExpand.Builder mergeAlias​(com.google.protobuf.Int32Value value)
         An optional alias for the object of the expansion
         
        .google.protobuf.Int32Value alias = 4;
      • getAliasBuilder

        public com.google.protobuf.Int32Value.Builder getAliasBuilder()
         An optional alias for the object of the expansion
         
        .google.protobuf.Int32Value alias = 4;
      • getExpandOptValue

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

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

        public GraphAlgebraPhysical.EdgeExpand.Builder clearExpandOpt()
         Expand option, i.e., expand vertices/edges/degree.
         
        .physical.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 = 6;
        指定者:
        getIsOptional 在接口中 GraphAlgebraPhysical.EdgeExpandOrBuilder
        返回:
        The isOptional.
      • setIsOptional

        public GraphAlgebraPhysical.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 = 6;
        参数:
        value - The isOptional to set.
        返回:
        This builder for chaining.
      • clearIsOptional

        public GraphAlgebraPhysical.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 = 6;
        返回:
        This builder for chaining.