policyId property
The ID to use for this policy, which will become the final component of
the policy's resource name. The ID must contain 3 to 63 characters. It can
contain lowercase letters and numbers, as well as dashes (-) and periods
(.). The first character must be a lowercase letter.
Implementation
@$pb.TagNumber(3)
$core.String get policyId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set policyId($core.String value) => $_setString(2, value);