AuditLog$json top-level constant

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

Implementation

@$core.Deprecated('Use auditLogDescriptor instead')
const AuditLog$json = const {
  '1': 'AuditLog',
  '2': const [
    const {'1': 'service_name', '3': 7, '4': 1, '5': 9, '10': 'serviceName'},
    const {'1': 'method_name', '3': 8, '4': 1, '5': 9, '10': 'methodName'},
    const {'1': 'resource_name', '3': 11, '4': 1, '5': 9, '10': 'resourceName'},
    const {'1': 'num_response_items', '3': 12, '4': 1, '5': 3, '10': 'numResponseItems'},
    const {'1': 'status', '3': 2, '4': 1, '5': 11, '6': '.google.rpc.Status', '10': 'status'},
    const {'1': 'authentication_info', '3': 3, '4': 1, '5': 11, '6': '.google.cloud.audit.AuthenticationInfo', '10': 'authenticationInfo'},
    const {'1': 'authorization_info', '3': 9, '4': 3, '5': 11, '6': '.google.cloud.audit.AuthorizationInfo', '10': 'authorizationInfo'},
    const {'1': 'request_metadata', '3': 4, '4': 1, '5': 11, '6': '.google.cloud.audit.RequestMetadata', '10': 'requestMetadata'},
    const {'1': 'request', '3': 16, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'request'},
    const {'1': 'response', '3': 17, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'response'},
    const {'1': 'service_data', '3': 15, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'serviceData'},
  ],
};