Interface UpdatePolicyBindingRequestOrBuilder (1.52.0)

public interface UpdatePolicyBindingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicyBinding()

public abstract PolicyBinding getPolicyBinding()

Required. The policy binding to update.

The policy binding's name field is used to identify the policy binding to update.

.google.iam.v3.PolicyBinding policy_binding = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PolicyBinding

The policyBinding.

getPolicyBindingOrBuilder()

public abstract PolicyBindingOrBuilder getPolicyBindingOrBuilder()

Required. The policy binding to update.

The policy binding's name field is used to identify the policy binding to update.

.google.iam.v3.PolicyBinding policy_binding = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PolicyBindingOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. If set, validate the request and preview the update, but do not actually post it.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasPolicyBinding()

public abstract boolean hasPolicyBinding()

Required. The policy binding to update.

The policy binding's name field is used to identify the policy binding to update.

.google.iam.v3.PolicyBinding policy_binding = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the policyBinding field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.