policy property

  1. @TagNumber.new(1)
Policy get policy

Required. The policy to update.

To prevent conflicting updates, the etag value must match the value that is stored in IAM. If the etag values do not match, the request fails with a 409 error code and ABORTED status.

Implementation

@$pb.TagNumber(1)
Policy get policy => $_getN(0);
  1. @TagNumber.new(1)
set policy (Policy value)

Implementation

@$pb.TagNumber(1)
set policy(Policy value) => $_setField(1, value);