parent property

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

Required. The parent resource whose buckets are to be listed:

"projects/[PROJECT_ID]/locations/[LOCATION_ID]"
"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]"

Note: The locations portion of the resource must be specified, but supplying the character - in place of LOCATION_ID will return all buckets.

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);