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