QueryRequest constructor

QueryRequest({
  1. ArrowSerializationOptions? arrowSerializationOptions,
  2. List<ConnectionProperty>? connectionProperties,
  3. bool? continuous,
  4. bool? createSession,
  5. DatasetReference? defaultDataset,
  6. EncryptionConfiguration? destinationEncryptionConfiguration,
  7. bool? dryRun,
  8. DataFormatOptions? formatOptions,
  9. String? jobCreationMode,
  10. String? jobTimeoutMs,
  11. String? kind,
  12. Map<String, String>? labels,
  13. String? location,
  14. int? maxResults,
  15. int? maxSlots,
  16. String? maximumBytesBilled,
  17. String? parameterMode,
  18. bool? preserveNulls,
  19. String? query,
  20. List<QueryParameter>? queryParameters,
  21. String? queryResultsFormat,
  22. String? requestId,
  23. String? reservation,
  24. int? timeoutMs,
  25. bool? useLegacySql,
  26. bool? useQueryCache,
  27. bool? writeIncrementalResults,
})

Implementation

QueryRequest({
  this.arrowSerializationOptions,
  this.connectionProperties,
  this.continuous,
  this.createSession,
  this.defaultDataset,
  this.destinationEncryptionConfiguration,
  this.dryRun,
  this.formatOptions,
  this.jobCreationMode,
  this.jobTimeoutMs,
  this.kind,
  this.labels,
  this.location,
  this.maxResults,
  this.maxSlots,
  this.maximumBytesBilled,
  this.parameterMode,
  this.preserveNulls,
  this.query,
  this.queryParameters,
  this.queryResultsFormat,
  this.requestId,
  this.reservation,
  this.timeoutMs,
  this.useLegacySql,
  this.useQueryCache,
  this.writeIncrementalResults,
});