UpdateTargetRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateTargetRequestDescriptor instead')
const UpdateTargetRequest$json = {
  '1': 'UpdateTargetRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {
      '1': 'name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 1,
      '10': 'name',
      '17': true
    },
    {
      '1': 'rest_webhook',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v2beta.RESTWebhook',
      '9': 0,
      '10': 'restWebhook'
    },
    {
      '1': 'rest_call',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v2beta.RESTCall',
      '9': 0,
      '10': 'restCall'
    },
    {
      '1': 'rest_async',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v2beta.RESTAsync',
      '9': 0,
      '10': 'restAsync'
    },
    {
      '1': 'timeout',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '9': 2,
      '10': 'timeout',
      '17': true
    },
    {
      '1': 'endpoint',
      '3': 7,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 3,
      '10': 'endpoint',
      '17': true
    },
    {
      '1': 'expiration_signing_key',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': {},
      '9': 4,
      '10': 'expirationSigningKey',
      '17': true
    },
  ],
  '7': {},
  '8': [
    {'1': 'target_type'},
    {'1': '_name'},
    {'1': '_timeout'},
    {'1': '_endpoint'},
    {'1': '_expiration_signing_key'},
  ],
};