publicstaticfinalclass PropertyOrder.BuilderextendsGeneratedMessageV3.Builder<PropertyOrder.Builder>implementsPropertyOrderOrBuilder
The desired order for a specific property.
Protobuf type google.datastore.v1.PropertyOrder
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicPropertyOrder.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicPropertyOrderbuild()
buildPartial()
publicPropertyOrderbuildPartial()
clear()
publicPropertyOrder.Builderclear()
Overrides
clearDirection()
publicPropertyOrder.BuilderclearDirection()
The direction to order by. Defaults to ASCENDING.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
clearField(Descriptors.FieldDescriptor field)
publicPropertyOrder.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicPropertyOrder.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearProperty()
publicPropertyOrder.BuilderclearProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
clone()
publicPropertyOrder.Builderclone()
Overrides
getDefaultInstanceForType()
publicPropertyOrdergetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getDirection()
publicPropertyOrder.DirectiongetDirection()
The direction to order by. Defaults to ASCENDING.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
getDirectionValue()
publicintgetDirectionValue()
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()
publicPropertyReferencegetProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
getPropertyBuilder()
publicPropertyReference.BuildergetPropertyBuilder()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
getPropertyOrBuilder()
publicPropertyReferenceOrBuildergetPropertyOrBuilder()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
hasProperty()
publicbooleanhasProperty()
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
| Returns |
| Type |
Description |
boolean |
Whether the property field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(PropertyOrder other)
publicPropertyOrder.BuildermergeFrom(PropertyOrderother)
publicPropertyOrder.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicPropertyOrder.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeProperty(PropertyReference value)
publicPropertyOrder.BuildermergeProperty(PropertyReferencevalue)
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalPropertyOrder.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setDirection(PropertyOrder.Direction value)
publicPropertyOrder.BuildersetDirection(PropertyOrder.Directionvalue)
The direction to order by. Defaults to ASCENDING.
.google.datastore.v1.PropertyOrder.Direction direction = 2;
setDirectionValue(int value)
publicPropertyOrder.BuildersetDirectionValue(intvalue)
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
publicPropertyOrder.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setProperty(PropertyReference value)
publicPropertyOrder.BuildersetProperty(PropertyReferencevalue)
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
setProperty(PropertyReference.Builder builderForValue)
publicPropertyOrder.BuildersetProperty(PropertyReference.BuilderbuilderForValue)
The property to order by.
.google.datastore.v1.PropertyReference property = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicPropertyOrder.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalPropertyOrder.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides