parent property
Required. The parent resource name. In the format:
projects/{project_id}/databases/{database_id}/documents
.
Document resource names are not supported; only database resource names
can be specified.
Implementation
@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set parent($core.String v) {
$_setString(0, v);
}