parent property
Required. The resource in which to create the log bucket:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]"
For example:
"projects/my-project/locations/global"
Implementation
@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);