public interface DocumentMaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFieldPaths(int index)
The list of field paths in the mask.
|
com.google.protobuf.ByteString |
getFieldPathsBytes(int index)
The list of field paths in the mask.
|
int |
getFieldPathsCount()
The list of field paths in the mask.
|
List<String> |
getFieldPathsList()
The list of field paths in the mask.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> 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;
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;
String getFieldPaths(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;
index
- The index of the element to return.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;
index
- The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.