Class PropertyOrder.Builder (2.19.2)

public static final class PropertyOrder.Builder extends GeneratedMessageV3.Builder<PropertyOrder.Builder> implements PropertyOrderOrBuilder

The desired order for a specific property.

Protobuf type google.datastore.v1.PropertyOrder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PropertyOrder.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PropertyOrder.Builder
Overrides

build()

public PropertyOrder build()
Returns
Type Description
PropertyOrder

buildPartial()

public PropertyOrder buildPartial()
Returns
Type Description
PropertyOrder

clear()

public PropertyOrder.Builder clear()
Returns
Type Description
PropertyOrder.Builder
Overrides

clearDirection()

public PropertyOrder.Builder clearDirection()

The direction to order by. Defaults to ASCENDING.

.google.datastore.v1.PropertyOrder.Direction direction = 2;

Returns
Type Description
PropertyOrder.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public PropertyOrder.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PropertyOrder.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PropertyOrder.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PropertyOrder.Builder
Overrides

clearProperty()

public PropertyOrder.Builder clearProperty()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
PropertyOrder.Builder

clone()

public PropertyOrder.Builder clone()
Returns
Type Description
PropertyOrder.Builder
Overrides

getDefaultInstanceForType()

public PropertyOrder getDefaultInstanceForType()
Returns
Type Description
PropertyOrder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDirection()

public PropertyOrder.Direction getDirection()

The direction to order by. Defaults to ASCENDING.

.google.datastore.v1.PropertyOrder.Direction direction = 2;

Returns
Type Description
PropertyOrder.Direction

The direction.

getDirectionValue()

public int getDirectionValue()

The direction to order by. Defaults to ASCENDING.

.google.datastore.v1.PropertyOrder.Direction direction = 2;

Returns
Type Description
int

The enum numeric value on the wire for direction.

getProperty()

public PropertyReference getProperty()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
PropertyReference

The property.

getPropertyBuilder()

public PropertyReference.Builder getPropertyBuilder()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
PropertyReference.Builder

getPropertyOrBuilder()

public PropertyReferenceOrBuilder getPropertyOrBuilder()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
PropertyReferenceOrBuilder

hasProperty()

public boolean hasProperty()

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Returns
Type Description
boolean

Whether the property field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PropertyOrder other)

public PropertyOrder.Builder mergeFrom(PropertyOrder other)
Parameter
Name Description
other PropertyOrder
Returns
Type Description
PropertyOrder.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PropertyOrder.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PropertyOrder.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PropertyOrder.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PropertyOrder.Builder
Overrides

mergeProperty(PropertyReference value)

public PropertyOrder.Builder mergeProperty(PropertyReference value)

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Parameter
Name Description
value PropertyReference
Returns
Type Description
PropertyOrder.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PropertyOrder.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PropertyOrder.Builder
Overrides

setDirection(PropertyOrder.Direction value)

public PropertyOrder.Builder setDirection(PropertyOrder.Direction value)

The direction to order by. Defaults to ASCENDING.

.google.datastore.v1.PropertyOrder.Direction direction = 2;

Parameter
Name Description
value PropertyOrder.Direction

The direction to set.

Returns
Type Description
PropertyOrder.Builder

This builder for chaining.

setDirectionValue(int value)

public PropertyOrder.Builder setDirectionValue(int value)

The direction to order by. Defaults to ASCENDING.

.google.datastore.v1.PropertyOrder.Direction direction = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for direction to set.

Returns
Type Description
PropertyOrder.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public PropertyOrder.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PropertyOrder.Builder
Overrides

setProperty(PropertyReference value)

public PropertyOrder.Builder setProperty(PropertyReference value)

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Parameter
Name Description
value PropertyReference
Returns
Type Description
PropertyOrder.Builder

setProperty(PropertyReference.Builder builderForValue)

public PropertyOrder.Builder setProperty(PropertyReference.Builder builderForValue)

The property to order by.

.google.datastore.v1.PropertyReference property = 1;

Parameter
Name Description
builderForValue PropertyReference.Builder
Returns
Type Description
PropertyOrder.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PropertyOrder.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PropertyOrder.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PropertyOrder.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PropertyOrder.Builder
Overrides