UpdateKeyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateKeyRequestDescriptor instead')
const UpdateKeyRequest$json = {
  '1': 'UpdateKeyRequest',
  '2': [
    {
      '1': 'key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.api.apikeys.v2.Key',
      '8': {},
      '10': 'key'
    },
    {
      '1': 'update_mask',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.FieldMask',
      '10': 'updateMask'
    },
  ],
};