Uses of Class
relationalai.protocol.Schema.RelInt128.Builder
-
Packages that use Schema.RelInt128.Builder Package Description relationalai.protocol -
-
Uses of Schema.RelInt128.Builder in relationalai.protocol
Methods in relationalai.protocol that return Schema.RelInt128.Builder Modifier and Type Method Description Schema.RelInt128.Builder
Schema.RelInt128.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. clear()
Schema.RelInt128.Builder
Schema.RelInt128.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. clearHighbits()
uint64 highbits = 1;
Schema.RelInt128.Builder
Schema.RelInt128.Builder. clearLowbits()
uint64 lowbits = 2;
Schema.RelInt128.Builder
Schema.RelInt128.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. clone()
Schema.RelInt128.Builder
Schema.PrimitiveValue.Builder. getInt128ValBuilder()
Not present in protobufSchema.RelInt128.Builder
Schema.RelInt128.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. mergeFrom(com.google.protobuf.Message other)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. mergeFrom(Schema.RelInt128 other)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Schema.RelInt128.Builder
Schema.RelInt128. newBuilder()
static Schema.RelInt128.Builder
Schema.RelInt128. newBuilder(Schema.RelInt128 prototype)
Schema.RelInt128.Builder
Schema.RelInt128. newBuilderForType()
protected Schema.RelInt128.Builder
Schema.RelInt128. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. setHighbits(long value)
uint64 highbits = 1;
Schema.RelInt128.Builder
Schema.RelInt128.Builder. setLowbits(long value)
uint64 lowbits = 2;
Schema.RelInt128.Builder
Schema.RelInt128.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Schema.RelInt128.Builder
Schema.RelInt128.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Schema.RelInt128.Builder
Schema.RelInt128. toBuilder()
Methods in relationalai.protocol with parameters of type Schema.RelInt128.Builder Modifier and Type Method Description Schema.PrimitiveValue.Builder
Schema.PrimitiveValue.Builder. setInt128Val(Schema.RelInt128.Builder builderForValue)
Not present in protobuf
-