GrantAuthorization$json top-level constant

  1. @Deprecated('Use grantAuthorizationDescriptor instead')
Map<String, Object> const GrantAuthorization$json

Implementation

@$core.Deprecated('Use grantAuthorizationDescriptor instead')
const GrantAuthorization$json = const {
  '1': 'GrantAuthorization',
  '2': const [
    const {'1': 'granter', '3': 1, '4': 1, '5': 9, '10': 'granter'},
    const {'1': 'grantee', '3': 2, '4': 1, '5': 9, '10': 'grantee'},
    const {'1': 'authorization', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Any', '8': const {}, '10': 'authorization'},
    const {'1': 'expiration', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'expiration'},
  ],
};