public static final class DocumentMask.Builder extends GeneratedMessageV3.Builder<DocumentMask.Builder> implements DocumentMaskOrBuilder
A set of field paths on a document.
Used to restrict a get or update operation on a document to a subset of its
fields.
This is different from standard field masks, as this is always scoped to a
Document, and takes in account the dynamic
nature of Value.
Protobuf type google.firestore.v1.DocumentMask
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllFieldPaths(Iterable<String> values)
public DocumentMask.Builder addAllFieldPaths(Iterable<String> values)
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Parameter
Returns
addFieldPaths(String value)
public DocumentMask.Builder addFieldPaths(String value)
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Parameter
Name | Description |
value | String
The fieldPaths to add.
|
Returns
addFieldPathsBytes(ByteString value)
public DocumentMask.Builder addFieldPathsBytes(ByteString value)
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Parameter
Name | Description |
value | ByteString
The bytes of the fieldPaths to add.
|
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DocumentMask.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public DocumentMask build()
Returns
buildPartial()
public DocumentMask buildPartial()
Returns
clear()
public DocumentMask.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public DocumentMask.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearFieldPaths()
public DocumentMask.Builder clearFieldPaths()
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public DocumentMask.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public DocumentMask.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public DocumentMask getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getFieldPaths(int index)
public String getFieldPaths(int index)
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The fieldPaths at the given index.
|
getFieldPathsBytes(int index)
public ByteString getFieldPathsBytes(int index)
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the fieldPaths at the given index.
|
getFieldPathsCount()
public int getFieldPathsCount()
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Returns
Type | Description |
int | The count of fieldPaths.
|
getFieldPathsList()
public ProtocolStringList getFieldPathsList()
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(DocumentMask other)
public DocumentMask.Builder mergeFrom(DocumentMask other)
Parameter
Returns
public DocumentMask.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public DocumentMask.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DocumentMask.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DocumentMask.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setFieldPaths(int index, String value)
public DocumentMask.Builder setFieldPaths(int index, String value)
The list of field paths in the mask. See
Document.fields for a field path
syntax reference.
repeated string field_paths = 1;
Parameters
Name | Description |
index | int
The index to set the value at.
|
value | String
The fieldPaths to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DocumentMask.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DocumentMask.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides