public static interface Asset.IamPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPolicyBlob()
public abstract String getPolicyBlob()The JSON representation of the Policy associated with the asset. See https://cloud.google.com/iam/reference/rest/v1/Policy for format details.
string policy_blob = 1;
| Returns | |
|---|---|
| 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/reference/rest/v1/Policy for format details.
string policy_blob = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for policyBlob. |