Package com.google.firestore.v1
Interface DocumentMaskOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentMask,DocumentMask.Builder
public interface DocumentMaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldPaths(int index) The list of field paths in the mask.com.google.protobuf.ByteStringgetFieldPathsBytes(int index) The list of field paths in the mask.intThe list of field paths in the mask.The list of field paths in the mask.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldPathsList
The list of field paths in the mask. See [Document.fields][google.firestore.v1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;- Returns:
- A list containing the fieldPaths.
-
getFieldPathsCount
int getFieldPathsCount()The list of field paths in the mask. See [Document.fields][google.firestore.v1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;- Returns:
- The count of fieldPaths.
-
getFieldPaths
The list of field paths in the mask. See [Document.fields][google.firestore.v1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;- Parameters:
index- The index of the element to return.- Returns:
- The fieldPaths at the given index.
-
getFieldPathsBytes
com.google.protobuf.ByteString getFieldPathsBytes(int index) The list of field paths in the mask. See [Document.fields][google.firestore.v1.Document.fields] for a field path syntax reference.
repeated string field_paths = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the fieldPaths at the given index.
-