parent property

  1. @TagNumber.new(1)
String get parent

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);
  1. @TagNumber.new(1)
set parent (String value)

Implementation

@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);