public static interface Asset.IamPolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
ByteString | The bytes for policyBlob. |