documentId property
The client-assigned document ID to use for this document.
Optional. If not specified, an ID will be assigned by the service.
Implementation
@$pb.TagNumber(3)
$core.String get documentId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set documentId($core.String v) {
$_setString(2, v);
}