public interface UpdatePolicyRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPolicy()
public abstract Policy getPolicy()
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.
.google.iam.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Policy |
The policy. |
getPolicyOrBuilder()
public abstract PolicyOrBuilder getPolicyOrBuilder()
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.
.google.iam.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PolicyOrBuilder |
hasPolicy()
public abstract boolean hasPolicy()
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.
.google.iam.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the policy field is set. |