Interface AccessControlActionOrBuilder (0.37.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
TypeDescription
AccessControlAction.OperationType

The operationType.

getOperationTypeValue()

public abstract int getOperationTypeValue()

Identifies the type of operation.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the policy field is set.