类 GraphAlgebraPhysical.GetV.Builder

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

    public static final class GraphAlgebraPhysical.GetV.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.GetV.Builder>
    implements GraphAlgebraPhysical.GetVOrBuilder
     It is typical to use the operator when:
     1. The input entry is an edge entry, and to obtain some properties (or filter) on the adjacent vertex of the input edge
     2. The input entry is a vertex entry, and directly obtain some properties (or filter) on the input vertex
     
    Protobuf type physical.GetV
    • 方法详细资料

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

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

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

        public GraphAlgebraPhysical.GetV 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.GetV.Builder>
      • mergeFrom

        public GraphAlgebraPhysical.GetV.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<GraphAlgebraPhysical.GetV.Builder>
        抛出:
        IOException
      • hasTag

        public boolean hasTag()
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
        指定者:
        hasTag 在接口中 GraphAlgebraPhysical.GetVOrBuilder
        返回:
        Whether the tag field is set.
      • getTag

        public com.google.protobuf.Int32Value getTag()
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
        指定者:
        getTag 在接口中 GraphAlgebraPhysical.GetVOrBuilder
        返回:
        The tag.
      • setTag

        public GraphAlgebraPhysical.GetV.Builder setTag​(com.google.protobuf.Int32Value value)
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
      • setTag

        public GraphAlgebraPhysical.GetV.Builder setTag​(com.google.protobuf.Int32Value.Builder builderForValue)
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
      • mergeTag

        public GraphAlgebraPhysical.GetV.Builder mergeTag​(com.google.protobuf.Int32Value value)
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
      • clearTag

        public GraphAlgebraPhysical.GetV.Builder clearTag()
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
      • getTagBuilder

        public com.google.protobuf.Int32Value.Builder getTagBuilder()
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
      • getTagOrBuilder

        public com.google.protobuf.Int32ValueOrBuilder getTagOrBuilder()
         The tag that refers to the edge/path where the end vertex will be retrieved
         
        .google.protobuf.Int32Value tag = 1;
        指定者:
        getTagOrBuilder 在接口中 GraphAlgebraPhysical.GetVOrBuilder
      • getOptValue

        public int getOptValue()
         Determine what vertex to get from the tagged object
         
        .physical.GetV.VOpt opt = 2;
        指定者:
        getOptValue 在接口中 GraphAlgebraPhysical.GetVOrBuilder
        返回:
        The enum numeric value on the wire for opt.
      • setOptValue

        public GraphAlgebraPhysical.GetV.Builder setOptValue​(int value)
         Determine what vertex to get from the tagged object
         
        .physical.GetV.VOpt opt = 2;
        参数:
        value - The enum numeric value on the wire for opt to set.
        返回:
        This builder for chaining.
      • clearOpt

        public GraphAlgebraPhysical.GetV.Builder clearOpt()
         Determine what vertex to get from the tagged object
         
        .physical.GetV.VOpt opt = 2;
        返回:
        This builder for chaining.
      • hasParams

        public boolean hasParams()
         The query parameters of getting vertices
         
        .algebra.QueryParams params = 3;
        指定者:
        hasParams 在接口中 GraphAlgebraPhysical.GetVOrBuilder
        返回:
        Whether the params field is set.
      • hasAlias

        public boolean hasAlias()
         The alias of this vertex
         
        .google.protobuf.Int32Value alias = 4;
        指定者:
        hasAlias 在接口中 GraphAlgebraPhysical.GetVOrBuilder
        返回:
        Whether the alias field is set.
      • getAlias

        public com.google.protobuf.Int32Value getAlias()
         The alias of this vertex
         
        .google.protobuf.Int32Value alias = 4;
        指定者:
        getAlias 在接口中 GraphAlgebraPhysical.GetVOrBuilder
        返回:
        The alias.
      • setAlias

        public GraphAlgebraPhysical.GetV.Builder setAlias​(com.google.protobuf.Int32Value value)
         The alias of this vertex
         
        .google.protobuf.Int32Value alias = 4;
      • setAlias

        public GraphAlgebraPhysical.GetV.Builder setAlias​(com.google.protobuf.Int32Value.Builder builderForValue)
         The alias of this vertex
         
        .google.protobuf.Int32Value alias = 4;
      • mergeAlias

        public GraphAlgebraPhysical.GetV.Builder mergeAlias​(com.google.protobuf.Int32Value value)
         The alias of this vertex
         
        .google.protobuf.Int32Value alias = 4;
      • getAliasBuilder

        public com.google.protobuf.Int32Value.Builder getAliasBuilder()
         The alias of this vertex
         
        .google.protobuf.Int32Value alias = 4;
      • setUnknownFields

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

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