Uses of Class
feast.proto.core.EntityProto.Entity
-
Packages that use EntityProto.Entity Package Description feast.proto.core feast.registry -
-
Uses of EntityProto.Entity in feast.proto.core
Methods in feast.proto.core that return EntityProto.Entity Modifier and Type Method Description EntityProto.EntityEntityProto.Entity.Builder. build()EntityProto.EntityEntityProto.Entity.Builder. buildPartial()static EntityProto.EntityEntityProto.Entity. getDefaultInstance()EntityProto.EntityEntityProto.Entity.Builder. getDefaultInstanceForType()EntityProto.EntityEntityProto.Entity. getDefaultInstanceForType()EntityProto.EntityRegistryProto.Registry.Builder. getEntities(int index)repeated .feast.core.Entity entities = 1;EntityProto.EntityRegistryProto.Registry. getEntities(int index)repeated .feast.core.Entity entities = 1;EntityProto.EntityRegistryProto.RegistryOrBuilder. getEntities(int index)repeated .feast.core.Entity entities = 1;static EntityProto.EntityEntityProto.Entity. parseDelimitedFrom(InputStream input)static EntityProto.EntityEntityProto.Entity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityProto.EntityEntityProto.Entity. parseFrom(byte[] data)static EntityProto.EntityEntityProto.Entity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityProto.EntityEntityProto.Entity. parseFrom(com.google.protobuf.ByteString data)static EntityProto.EntityEntityProto.Entity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityProto.EntityEntityProto.Entity. parseFrom(com.google.protobuf.CodedInputStream input)static EntityProto.EntityEntityProto.Entity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityProto.EntityEntityProto.Entity. parseFrom(InputStream input)static EntityProto.EntityEntityProto.Entity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityProto.EntityEntityProto.Entity. parseFrom(ByteBuffer data)static EntityProto.EntityEntityProto.Entity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type EntityProto.Entity Modifier and Type Method Description List<EntityProto.Entity>RegistryProto.Registry.Builder. getEntitiesList()repeated .feast.core.Entity entities = 1;List<EntityProto.Entity>RegistryProto.Registry. getEntitiesList()repeated .feast.core.Entity entities = 1;List<EntityProto.Entity>RegistryProto.RegistryOrBuilder. getEntitiesList()repeated .feast.core.Entity entities = 1;com.google.protobuf.Parser<EntityProto.Entity>EntityProto.Entity. getParserForType()static com.google.protobuf.Parser<EntityProto.Entity>EntityProto.Entity. parser()Methods in feast.proto.core with parameters of type EntityProto.Entity Modifier and Type Method Description RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. addEntities(int index, EntityProto.Entity value)repeated .feast.core.Entity entities = 1;RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. addEntities(EntityProto.Entity value)repeated .feast.core.Entity entities = 1;EntityProto.Entity.BuilderEntityProto.Entity.Builder. mergeFrom(EntityProto.Entity other)static EntityProto.Entity.BuilderEntityProto.Entity. newBuilder(EntityProto.Entity prototype)RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. setEntities(int index, EntityProto.Entity value)repeated .feast.core.Entity entities = 1;Method parameters in feast.proto.core with type arguments of type EntityProto.Entity Modifier and Type Method Description RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. addAllEntities(Iterable<? extends EntityProto.Entity> values)repeated .feast.core.Entity entities = 1; -
Uses of EntityProto.Entity in feast.registry
Methods in feast.registry that return EntityProto.Entity Modifier and Type Method Description EntityProto.EntityRegistryServerOuterClass.ListEntitiesResponse.Builder. getEntities(int index)repeated .feast.core.Entity entities = 1;EntityProto.EntityRegistryServerOuterClass.ListEntitiesResponse. getEntities(int index)repeated .feast.core.Entity entities = 1;EntityProto.EntityRegistryServerOuterClass.ListEntitiesResponseOrBuilder. getEntities(int index)repeated .feast.core.Entity entities = 1;EntityProto.EntityRegistryServerGrpc.RegistryServerBlockingStub. getEntity(RegistryServerOuterClass.GetEntityRequest request)Entity RPCsMethods in feast.registry that return types with arguments of type EntityProto.Entity Modifier and Type Method Description List<EntityProto.Entity>RegistryServerOuterClass.ListEntitiesResponse.Builder. getEntitiesList()repeated .feast.core.Entity entities = 1;List<EntityProto.Entity>RegistryServerOuterClass.ListEntitiesResponse. getEntitiesList()repeated .feast.core.Entity entities = 1;List<EntityProto.Entity>RegistryServerOuterClass.ListEntitiesResponseOrBuilder. getEntitiesList()repeated .feast.core.Entity entities = 1;com.google.common.util.concurrent.ListenableFuture<EntityProto.Entity>RegistryServerGrpc.RegistryServerFutureStub. getEntity(RegistryServerOuterClass.GetEntityRequest request)Entity RPCsstatic io.grpc.MethodDescriptor<RegistryServerOuterClass.GetEntityRequest,EntityProto.Entity>RegistryServerGrpc. getGetEntityMethod()Methods in feast.registry with parameters of type EntityProto.Entity Modifier and Type Method Description RegistryServerOuterClass.ListEntitiesResponse.BuilderRegistryServerOuterClass.ListEntitiesResponse.Builder. addEntities(int index, EntityProto.Entity value)repeated .feast.core.Entity entities = 1;RegistryServerOuterClass.ListEntitiesResponse.BuilderRegistryServerOuterClass.ListEntitiesResponse.Builder. addEntities(EntityProto.Entity value)repeated .feast.core.Entity entities = 1;RegistryServerOuterClass.ListEntitiesResponse.BuilderRegistryServerOuterClass.ListEntitiesResponse.Builder. setEntities(int index, EntityProto.Entity value)repeated .feast.core.Entity entities = 1;Method parameters in feast.registry with type arguments of type EntityProto.Entity Modifier and Type Method Description RegistryServerOuterClass.ListEntitiesResponse.BuilderRegistryServerOuterClass.ListEntitiesResponse.Builder. addAllEntities(Iterable<? extends EntityProto.Entity> values)repeated .feast.core.Entity entities = 1;voidRegistryServerGrpc.RegistryServerImplBase. getEntity(RegistryServerOuterClass.GetEntityRequest request, io.grpc.stub.StreamObserver<EntityProto.Entity> responseObserver)Entity RPCsvoidRegistryServerGrpc.RegistryServerStub. getEntity(RegistryServerOuterClass.GetEntityRequest request, io.grpc.stub.StreamObserver<EntityProto.Entity> responseObserver)Entity RPCs
-