Policy$json top-level constant
Implementation
@$core.Deprecated('Use policyDescriptor instead')
const Policy$json = {
'1': 'Policy',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
{'1': 'uid', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'uid'},
{'1': 'kind', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'kind'},
{'1': 'display_name', '3': 4, '4': 1, '5': 9, '10': 'displayName'},
{
'1': 'annotations',
'3': 5,
'4': 3,
'5': 11,
'6': '.google.iam.v2beta.Policy.AnnotationsEntry',
'10': 'annotations'
},
{'1': 'etag', '3': 6, '4': 1, '5': 9, '10': 'etag'},
{
'1': 'create_time',
'3': 7,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'8': {},
'10': 'createTime'
},
{
'1': 'update_time',
'3': 8,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'8': {},
'10': 'updateTime'
},
{
'1': 'delete_time',
'3': 9,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'8': {},
'10': 'deleteTime'
},
{
'1': 'rules',
'3': 10,
'4': 3,
'5': 11,
'6': '.google.iam.v2beta.PolicyRule',
'10': 'rules'
},
],
'3': [Policy_AnnotationsEntry$json],
};