public static final class PropertyReference.Builder extends GeneratedMessage.Builder<PropertyReference.Builder> implements PropertyReferenceOrBuilderA reference to a property relative to the kind expressions.
Protobuf type google.datastore.v1.PropertyReference
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PropertyReference.BuilderImplements
PropertyReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PropertyReference build()| Returns | |
|---|---|
| Type | Description |
PropertyReference |
|
buildPartial()
public PropertyReference buildPartial()| Returns | |
|---|---|
| Type | Description |
PropertyReference |
|
clear()
public PropertyReference.Builder clear()| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
|
clearName()
public PropertyReference.Builder clearName()A reference to a property.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to entity property name limitations.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PropertyReference getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PropertyReference |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()A reference to a property.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to entity property name limitations.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()A reference to a property.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to entity property name limitations.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PropertyReference other)
public PropertyReference.Builder mergeFrom(PropertyReference other)| Parameter | |
|---|---|
| Name | Description |
other |
PropertyReference |
| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PropertyReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PropertyReference.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
|
setName(String value)
public PropertyReference.Builder setName(String value)A reference to a property.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to entity property name limitations.
string name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public PropertyReference.Builder setNameBytes(ByteString value)A reference to a property.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to entity property name limitations.
string name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
PropertyReference.Builder |
This builder for chaining. |