public static interface Asset.IamPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPolicyBlob()
The JSON representation of the Policy associated with the asset.
|
com.google.protobuf.ByteString |
getPolicyBlobBytes()
The JSON representation of the Policy associated with the asset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.