Class UpdatePolicyRequest.Builder (1.33.0)

public static final class UpdatePolicyRequest.Builder extends GeneratedMessageV3.Builder<UpdatePolicyRequest.Builder> implements UpdatePolicyRequestOrBuilder

Request message for UpdatePolicy.

Protobuf type google.iam.v2.UpdatePolicyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdatePolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides

build()

public UpdatePolicyRequest build()
Returns
Type Description
UpdatePolicyRequest

buildPartial()

public UpdatePolicyRequest buildPartial()
Returns
Type Description
UpdatePolicyRequest

clear()

public UpdatePolicyRequest.Builder clear()
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdatePolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdatePolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdatePolicyRequest.Builder
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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdatePolicyRequest.Builder

clone()

public UpdatePolicyRequest.Builder clone()
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdatePolicyRequest getDefaultInstanceForType()
Returns
Type Description
UpdatePolicyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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.v2.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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Policy.Builder

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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PolicyOrBuilder

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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the policy field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdatePolicyRequest other)

public UpdatePolicyRequest.Builder mergeFrom(UpdatePolicyRequest other)
Parameter
Name Description
other UpdatePolicyRequest
Returns
Type Description
UpdatePolicyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdatePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdatePolicyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdatePolicyRequest.Builder
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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Policy
Returns
Type Description
UpdatePolicyRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdatePolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UpdatePolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdatePolicyRequest.Builder
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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Policy
Returns
Type Description
UpdatePolicyRequest.Builder

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.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Policy.Builder
Returns
Type Description
UpdatePolicyRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdatePolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdatePolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdatePolicyRequest.Builder
Overrides