Interface RemoveIamPolicyResponseOrBuilder (2.42.0)

public interface RemoveIamPolicyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSuccess()

public abstract boolean getSuccess()

True if the policy is successfully removed.

bool success = 1;

Returns
TypeDescription
boolean

The success.