public interface DocumentMaskOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldPaths(int index)
The list of field paths in the mask.
|
ByteString |
getFieldPathsBytes(int index)
The list of field paths in the mask.
|
int |
getFieldPathsCount()
The list of field paths in the mask.
|
java.util.List<java.lang.String> |
getFieldPathsList()
The list of field paths in the mask.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getFieldPathsList()
The list of field paths in the mask. See [Document.fields][google.firestore.v1beta1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;
int getFieldPathsCount()
The list of field paths in the mask. See [Document.fields][google.firestore.v1beta1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;
java.lang.String getFieldPaths(int index)
The list of field paths in the mask. See [Document.fields][google.firestore.v1beta1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;
ByteString getFieldPathsBytes(int index)
The list of field paths in the mask. See [Document.fields][google.firestore.v1beta1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;