Interface AccessControlActionOrBuilder (0.38.0)

public interface AccessControlActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperationType()

public abstract AccessControlAction.OperationType getOperationType()

Identifies the type of operation.

.google.cloud.contentwarehouse.v1.AccessControlAction.OperationType operation_type = 1;

Returns
Type Description
AccessControlAction.OperationType

The operationType.

getOperationTypeValue()

public abstract int getOperationTypeValue()

Identifies the type of operation.

.google.cloud.contentwarehouse.v1.AccessControlAction.OperationType operation_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for operationType.

getPolicy()

public abstract Policy getPolicy()

Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.

.google.iam.v1.Policy policy = 2;

Returns
Type Description
com.google.iam.v1.Policy

The policy.

getPolicyOrBuilder()

public abstract PolicyOrBuilder getPolicyOrBuilder()

Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.

.google.iam.v1.Policy policy = 2;

Returns
Type Description
com.google.iam.v1.PolicyOrBuilder

hasPolicy()

public abstract boolean hasPolicy()

Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.

.google.iam.v1.Policy policy = 2;

Returns
Type Description
boolean

Whether the policy field is set.