Uses of Class
com.google.datastore.v1.PropertyOrder.Builder
-
Uses of PropertyOrder.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyOrder.BuilderModifier and TypeMethodDescriptionQuery.Builder.addOrderBuilder()The order to apply to the query results (if empty, order is unspecified).Query.Builder.addOrderBuilder(int index) The order to apply to the query results (if empty, order is unspecified).PropertyOrder.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PropertyOrder.Builder.clear()PropertyOrder.Builder.clearDirection()The direction to order by.PropertyOrder.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PropertyOrder.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PropertyOrder.Builder.clearProperty()The property to order by.PropertyOrder.Builder.clone()Query.Builder.getOrderBuilder(int index) The order to apply to the query results (if empty, order is unspecified).PropertyOrder.Builder.mergeFrom(PropertyOrder other) PropertyOrder.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PropertyOrder.Builder.mergeFrom(com.google.protobuf.Message other) PropertyOrder.Builder.mergeProperty(PropertyReference value) The property to order by.final PropertyOrder.BuilderPropertyOrder.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static PropertyOrder.BuilderPropertyOrder.newBuilder()static PropertyOrder.BuilderPropertyOrder.newBuilder(PropertyOrder prototype) PropertyOrder.newBuilderForType()protected PropertyOrder.BuilderPropertyOrder.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PropertyOrder.Builder.setDirection(PropertyOrder.Direction value) The direction to order by.PropertyOrder.Builder.setDirectionValue(int value) The direction to order by.PropertyOrder.Builder.setProperty(PropertyReference value) The property to order by.PropertyOrder.Builder.setProperty(PropertyReference.Builder builderForValue) The property to order by.PropertyOrder.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final PropertyOrder.BuilderPropertyOrder.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PropertyOrder.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type PropertyOrder.BuilderModifier and TypeMethodDescriptionQuery.Builder.getOrderBuilderList()The order to apply to the query results (if empty, order is unspecified).Methods in com.google.datastore.v1 with parameters of type PropertyOrder.BuilderModifier and TypeMethodDescriptionQuery.Builder.addOrder(int index, PropertyOrder.Builder builderForValue) The order to apply to the query results (if empty, order is unspecified).Query.Builder.addOrder(PropertyOrder.Builder builderForValue) The order to apply to the query results (if empty, order is unspecified).Query.Builder.setOrder(int index, PropertyOrder.Builder builderForValue) The order to apply to the query results (if empty, order is unspecified).