Uses of Enum
com.google.datastore.v1.EntityResult.ResultType
-
Uses of EntityResult.ResultType in com.google.datastore.v1
Methods in com.google.datastore.v1 that return EntityResult.ResultTypeModifier and TypeMethodDescriptionstatic EntityResult.ResultTypeEntityResult.ResultType.forNumber(int value) QueryResultBatch.Builder.getEntityResultType()The result type for every entity in `entity_results`.QueryResultBatch.getEntityResultType()The result type for every entity in `entity_results`.QueryResultBatchOrBuilder.getEntityResultType()The result type for every entity in `entity_results`.static EntityResult.ResultTypeEntityResult.ResultType.valueOf(int value) Deprecated.static EntityResult.ResultTypeEntityResult.ResultType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static EntityResult.ResultTypeReturns the enum constant of this type with the specified name.static EntityResult.ResultType[]EntityResult.ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.v1 that return types with arguments of type EntityResult.ResultTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<EntityResult.ResultType>EntityResult.ResultType.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type EntityResult.ResultTypeModifier and TypeMethodDescriptionQueryResultBatch.Builder.setEntityResultType(EntityResult.ResultType value) The result type for every entity in `entity_results`.