missing property
A document name that was requested but does not exist. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}
.
Implementation
@$pb.TagNumber(2)
$core.String get missing => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set missing($core.String v) {
$_setString(1, v);
}