Uses of Class
relationalai.protocol.Schema.ValueType
-
Packages that use Schema.ValueType Package Description relationalai.protocol -
-
Uses of Schema.ValueType in relationalai.protocol
Methods in relationalai.protocol that return Schema.ValueType Modifier and Type Method Description Schema.ValueType
Schema.ValueType.Builder. build()
Schema.ValueType
Schema.ValueType.Builder. buildPartial()
static Schema.ValueType
Schema.ValueType. getDefaultInstance()
Schema.ValueType
Schema.ValueType.Builder. getDefaultInstanceForType()
Schema.ValueType
Schema.ValueType. getDefaultInstanceForType()
Schema.ValueType
Schema.RelType.Builder. getValueType()
.relationalai.protocol.ValueType value_type = 3;
Schema.ValueType
Schema.RelType. getValueType()
.relationalai.protocol.ValueType value_type = 3;
Schema.ValueType
Schema.RelTypeOrBuilder. getValueType()
.relationalai.protocol.ValueType value_type = 3;
static Schema.ValueType
Schema.ValueType. parseDelimitedFrom(InputStream input)
static Schema.ValueType
Schema.ValueType. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.ValueType
Schema.ValueType. parseFrom(byte[] data)
static Schema.ValueType
Schema.ValueType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.ValueType
Schema.ValueType. parseFrom(com.google.protobuf.ByteString data)
static Schema.ValueType
Schema.ValueType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.ValueType
Schema.ValueType. parseFrom(com.google.protobuf.CodedInputStream input)
static Schema.ValueType
Schema.ValueType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.ValueType
Schema.ValueType. parseFrom(InputStream input)
static Schema.ValueType
Schema.ValueType. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.ValueType
Schema.ValueType. parseFrom(ByteBuffer data)
static Schema.ValueType
Schema.ValueType. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in relationalai.protocol that return types with arguments of type Schema.ValueType Modifier and Type Method Description com.google.protobuf.Parser<Schema.ValueType>
Schema.ValueType. getParserForType()
static com.google.protobuf.Parser<Schema.ValueType>
Schema.ValueType. parser()
Methods in relationalai.protocol with parameters of type Schema.ValueType Modifier and Type Method Description Schema.ValueType.Builder
Schema.ValueType.Builder. mergeFrom(Schema.ValueType other)
Schema.RelType.Builder
Schema.RelType.Builder. mergeValueType(Schema.ValueType value)
.relationalai.protocol.ValueType value_type = 3;
static Schema.ValueType.Builder
Schema.ValueType. newBuilder(Schema.ValueType prototype)
Schema.RelType.Builder
Schema.RelType.Builder. setValueType(Schema.ValueType value)
.relationalai.protocol.ValueType value_type = 3;
-