CreateVersionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createVersionRequestDescriptor instead')
const CreateVersionRequest$json = const {
  '1': 'CreateVersionRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'version',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3beta1.Version',
      '8': const {},
      '10': 'version'
    },
  ],
};