container property

  1. @TagNumber.new(4)
String get container

Optional. The identifier of the container of this resource. For Google Cloud APIs, the resource container must be one of the following formats: - projects/<project-id or project-number> - folders/<folder-id> - organizations/<organization-id> For the policy enforcement on the container level (VPCSC and Location Policy check), this field takes precedence on the container extracted from name when presents.

Implementation

@$pb.TagNumber(4)
$core.String get container => $_getSZ(3);
  1. @TagNumber.new(4)
set container (String value)

Implementation

@$pb.TagNumber(4)
set container($core.String value) => $_setString(3, value);