public static final class UpdatePolicyRequest.Builder extends GeneratedMessageV3.Builder<UpdatePolicyRequest.Builder> implements UpdatePolicyRequestOrBuilder
Request message for UpdatePolicy
.
Protobuf type google.iam.v2beta.UpdatePolicyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdatePolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public UpdatePolicyRequest build()
Returns
buildPartial()
public UpdatePolicyRequest buildPartial()
Returns
clear()
public UpdatePolicyRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdatePolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdatePolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPolicy()
public UpdatePolicyRequest.Builder clearPolicy()
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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public UpdatePolicyRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public UpdatePolicyRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getPolicy()
public 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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
Policy | The policy.
|
getPolicyBuilder()
public Policy.Builder getPolicyBuilder()
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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getPolicyOrBuilder()
public 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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
hasPolicy()
public 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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the policy field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(UpdatePolicyRequest other)
public UpdatePolicyRequest.Builder mergeFrom(UpdatePolicyRequest other)
Parameter
Returns
public UpdatePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public UpdatePolicyRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergePolicy(Policy value)
public UpdatePolicyRequest.Builder mergePolicy(Policy value)
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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdatePolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public UpdatePolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPolicy(Policy value)
public UpdatePolicyRequest.Builder setPolicy(Policy value)
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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setPolicy(Policy.Builder builderForValue)
public UpdatePolicyRequest.Builder setPolicy(Policy.Builder builderForValue)
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.v2beta.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdatePolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdatePolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides