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': 'target_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'targetId'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '8': {}, '9': 2, '10': 'name', '17': true},
    {'1': 'rest_webhook', '3': 3, '4': 1, '5': 11, '6': '.zitadel.execution.v3alpha.SetRESTWebhook', '9': 0, '10': 'restWebhook'},
    {'1': 'rest_request_response', '3': 4, '4': 1, '5': 11, '6': '.zitadel.execution.v3alpha.SetRESTRequestResponse', '9': 0, '10': 'restRequestResponse'},
    {'1': 'timeout', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '8': {}, '9': 3, '10': 'timeout', '17': true},
    {'1': 'is_async', '3': 6, '4': 1, '5': 8, '9': 1, '10': 'isAsync'},
    {'1': 'interrupt_on_error', '3': 7, '4': 1, '5': 8, '9': 1, '10': 'interruptOnError'},
  ],
  '8': [
    {'1': 'target_type'},
    {'1': 'execution_type'},
    {'1': '_name'},
    {'1': '_timeout'},
  ],
};