类 GraphAlgebra.EdgeExpand

    • 字段详细资料

      • V_TAG_FIELD_NUMBER

        public static final int V_TAG_FIELD_NUMBER
        另请参阅:
        常量字段值
      • DIRECTION_FIELD_NUMBER

        public static final int DIRECTION_FIELD_NUMBER
        另请参阅:
        常量字段值
      • PARAMS_FIELD_NUMBER

        public static final int PARAMS_FIELD_NUMBER
        另请参阅:
        常量字段值
      • ALIAS_FIELD_NUMBER

        public static final int ALIAS_FIELD_NUMBER
        另请参阅:
        常量字段值
      • EXPAND_OPT_FIELD_NUMBER

        public static final int EXPAND_OPT_FIELD_NUMBER
        另请参阅:
        常量字段值
      • META_DATA_FIELD_NUMBER

        public static final int META_DATA_FIELD_NUMBER
        另请参阅:
        常量字段值
      • IS_OPTIONAL_FIELD_NUMBER

        public static final int IS_OPTIONAL_FIELD_NUMBER
        另请参阅:
        常量字段值
    • 方法详细资料

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        覆盖:
        newInstance 在类中 com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        指定者:
        writeTo 在接口中 com.google.protobuf.MessageLite
        覆盖:
        writeTo 在类中 com.google.protobuf.GeneratedMessageV3
        抛出:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        指定者:
        getSerializedSize 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        指定者:
        equals 在接口中 com.google.protobuf.Message
        覆盖:
        equals 在类中 com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        指定者:
        hashCode 在接口中 com.google.protobuf.Message
        覆盖:
        hashCode 在类中 com.google.protobuf.AbstractMessage
      • parseFrom

        public static GraphAlgebra.EdgeExpand parseFrom​(ByteBuffer data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GraphAlgebra.EdgeExpand parseFrom​(ByteBuffer data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GraphAlgebra.EdgeExpand parseFrom​(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GraphAlgebra.EdgeExpand parseFrom​(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GraphAlgebra.EdgeExpand parseFrom​(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GraphAlgebra.EdgeExpand parseFrom​(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

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

        protected GraphAlgebra.EdgeExpand.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        指定者:
        newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<GraphAlgebra.EdgeExpand> getParserForType()
        指定者:
        getParserForType 在接口中 com.google.protobuf.Message
        指定者:
        getParserForType 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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