Target$json top-level constant

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

Implementation

@$core.Deprecated('Use targetDescriptor instead')
const Target$json = {
  '1': 'Target',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {
      '1': 'creation_date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'change_date',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'changeDate'
    },
    {'1': 'name', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'rest_webhook',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v2beta.RESTWebhook',
      '9': 0,
      '10': 'restWebhook'
    },
    {
      '1': 'rest_call',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v2beta.RESTCall',
      '9': 0,
      '10': 'restCall'
    },
    {
      '1': 'rest_async',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v2beta.RESTAsync',
      '9': 0,
      '10': 'restAsync'
    },
    {
      '1': 'timeout',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '10': 'timeout'
    },
    {'1': 'endpoint', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'endpoint'},
    {'1': 'signing_key', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'signingKey'},
  ],
  '8': [
    {'1': 'target_type'},
  ],
};