Interface Asset.IamPolicyOrBuilder (2.45.0)

public static interface Asset.IamPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicyBlob()

public abstract String getPolicyBlob()

The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/docs/reference/rest/v1/Policy for format details.

string policy_blob = 1;

Returns
TypeDescription
String

The policyBlob.

getPolicyBlobBytes()

public abstract ByteString getPolicyBlobBytes()

The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/docs/reference/rest/v1/Policy for format details.

string policy_blob = 1;

Returns
TypeDescription
ByteString

The bytes for policyBlob.