Interface RemoveIamPolicyRequestOrBuilder (1.4.0)

public interface RemoveIamPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResource()

public abstract String getResource()

Required. The resource on which IAM policy to be removed is attached to.

string resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Required. The resource on which IAM policy to be removed is attached to.

string resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for resource.