Class Schema.ConstantType.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • clear

        public Schema.ConstantType.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • getDefaultInstanceForType

        public Schema.ConstantType getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Schema.ConstantType build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Schema.ConstantType buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Schema.ConstantType.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • setField

        public Schema.ConstantType.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • clearField

        public Schema.ConstantType.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • clearOneof

        public Schema.ConstantType.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • setRepeatedField

        public Schema.ConstantType.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • addRepeatedField

        public Schema.ConstantType.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • mergeFrom

        public Schema.ConstantType.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schema.ConstantType.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • mergeFrom

        public Schema.ConstantType.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schema.ConstantType.Builder>
        Throws:
        IOException
      • hasRelType

        public boolean hasRelType()
         Required
         This is the type of the constant and describes whatever is in the RelTuple value
         
        .relationalai.protocol.RelType rel_type = 1;
        Specified by:
        hasRelType in interface Schema.ConstantTypeOrBuilder
        Returns:
        Whether the relType field is set.
      • getRelType

        public Schema.RelType getRelType()
         Required
         This is the type of the constant and describes whatever is in the RelTuple value
         
        .relationalai.protocol.RelType rel_type = 1;
        Specified by:
        getRelType in interface Schema.ConstantTypeOrBuilder
        Returns:
        The relType.
      • setRelType

        public Schema.ConstantType.Builder setRelType​(Schema.RelType value)
         Required
         This is the type of the constant and describes whatever is in the RelTuple value
         
        .relationalai.protocol.RelType rel_type = 1;
      • mergeRelType

        public Schema.ConstantType.Builder mergeRelType​(Schema.RelType value)
         Required
         This is the type of the constant and describes whatever is in the RelTuple value
         
        .relationalai.protocol.RelType rel_type = 1;
      • clearRelType

        public Schema.ConstantType.Builder clearRelType()
         Required
         This is the type of the constant and describes whatever is in the RelTuple value
         
        .relationalai.protocol.RelType rel_type = 1;
      • getRelTypeBuilder

        public Schema.RelType.Builder getRelTypeBuilder()
         Required
         This is the type of the constant and describes whatever is in the RelTuple value
         
        .relationalai.protocol.RelType rel_type = 1;
      • hasValue

        public boolean hasValue()
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
        Specified by:
        hasValue in interface Schema.ConstantTypeOrBuilder
        Returns:
        Whether the value field is set.
      • getValue

        public Schema.RelTuple getValue()
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
        Specified by:
        getValue in interface Schema.ConstantTypeOrBuilder
        Returns:
        The value.
      • setValue

        public Schema.ConstantType.Builder setValue​(Schema.RelTuple value)
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
      • setValue

        public Schema.ConstantType.Builder setValue​(Schema.RelTuple.Builder builderForValue)
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
      • mergeValue

        public Schema.ConstantType.Builder mergeValue​(Schema.RelTuple value)
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
      • clearValue

        public Schema.ConstantType.Builder clearValue()
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
      • getValueBuilder

        public Schema.RelTuple.Builder getValueBuilder()
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
      • getValueOrBuilder

        public Schema.RelTupleOrBuilder getValueOrBuilder()
         The tuple contains only the values that are not constant.
         E.g. for decimal[64](3.14) only 3.14 is part of the data.
         Required
         
         Tuple because of e.g. specialize on Uniform distribution 
         
        .relationalai.protocol.RelTuple value = 2;
        Specified by:
        getValueOrBuilder in interface Schema.ConstantTypeOrBuilder
      • setUnknownFields

        public final Schema.ConstantType.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>
      • mergeUnknownFields

        public final Schema.ConstantType.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.ConstantType.Builder>