parent property
The parent parameter's value depends on the target resource for the
request, namely
projects
or
organizations.
Each resource type's parent value format is described below:
-
projects.roles.create():projects/{PROJECT_ID}. This method creates project-level custom roles. Example request URL:https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles -
organizations.roles.create():organizations/{ORGANIZATION_ID}. This method creates organization-level custom roles. Example request URL:https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles
Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.
Implementation
@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);