Searched refs:propertyProto (Results 1 – 2 of 2) sorted by relevance
65 PropertyProto.Builder propertyProto = PropertyProto.newBuilder().setName(name); in toDocumentProto() local70 propertyProto.addStringValues(stringValues[j]); in toDocumentProto()75 propertyProto.addInt64Values(longValues[j]); in toDocumentProto()80 propertyProto.addDoubleValues(doubleValues[j]); in toDocumentProto()85 propertyProto.addBooleanValues(booleanValues[j]); in toDocumentProto()90 propertyProto.addBytesValues(ByteString.copyFrom(bytesValues[j])); in toDocumentProto()96 propertyProto.addDocumentValues(proto); in toDocumentProto()104 mProtoBuilder.addProperties(propertyProto); in toDocumentProto()
57 PropertyConfigProto propertyProto = toPropertyConfigProto(properties.get(i)); in toSchemaTypeConfigProto() local58 protoBuilder.addProperties(propertyProto); in toSchemaTypeConfigProto()