@@ -301,7 +301,7 @@ def _get_resource_config(cls, resource):
301301 def begin (self , client = None ):
302302 """API call: begin the job via a POST request
303303
304- See:
304+ See
305305 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/insert
306306
307307 :type client: :class:`~google.cloud.bigquery.client.Client` or
@@ -497,57 +497,57 @@ def output_rows(self):
497497 return int (statistics ['load' ]['outputRows' ])
498498
499499 allow_jagged_rows = _TypedProperty ('allow_jagged_rows' , bool )
500- """See:
500+ """See
501501 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.allowJaggedRows
502502 """
503503
504504 allow_quoted_newlines = _TypedProperty ('allow_quoted_newlines' , bool )
505- """See:
505+ """See
506506 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.allowQuotedNewlines
507507 """
508508
509509 create_disposition = CreateDisposition ('create_disposition' )
510- """See:
510+ """See
511511 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.createDisposition
512512 """
513513
514514 encoding = Encoding ('encoding' )
515- """See:
515+ """See
516516 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.encoding
517517 """
518518
519519 field_delimiter = _TypedProperty ('field_delimiter' , six .string_types )
520- """See:
520+ """See
521521 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.fieldDelimiter
522522 """
523523
524524 ignore_unknown_values = _TypedProperty ('ignore_unknown_values' , bool )
525- """See:
525+ """See
526526 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.ignoreUnknownValues
527527 """
528528
529529 max_bad_records = _TypedProperty ('max_bad_records' , six .integer_types )
530- """See:
530+ """See
531531 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.maxBadRecords
532532 """
533533
534534 quote_character = _TypedProperty ('quote_character' , six .string_types )
535- """See:
535+ """See
536536 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.quote
537537 """
538538
539539 skip_leading_rows = _TypedProperty ('skip_leading_rows' , six .integer_types )
540- """See:
540+ """See
541541 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.skipLeadingRows
542542 """
543543
544544 source_format = SourceFormat ('source_format' )
545- """See:
545+ """See
546546 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.sourceFormat
547547 """
548548
549549 write_disposition = WriteDisposition ('write_disposition' )
550- """See:
550+ """See
551551 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load.writeDisposition
552552 """
553553
@@ -672,12 +672,12 @@ def __init__(self, name, destination, sources, client):
672672 self ._configuration = _CopyConfiguration ()
673673
674674 create_disposition = CreateDisposition ('create_disposition' )
675- """See:
675+ """See
676676 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.copy.createDisposition
677677 """
678678
679679 write_disposition = WriteDisposition ('write_disposition' )
680- """See:
680+ """See
681681 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.copy.writeDisposition
682682 """
683683
@@ -795,22 +795,22 @@ def __init__(self, name, source, destination_uris, client):
795795 self ._configuration = _ExtractConfiguration ()
796796
797797 compression = Compression ('compression' )
798- """See:
798+ """See
799799 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.extract.compression
800800 """
801801
802802 destination_format = DestinationFormat ('destination_format' )
803- """See:
803+ """See
804804 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.extract.destinationFormat
805805 """
806806
807807 field_delimiter = _TypedProperty ('field_delimiter' , six .string_types )
808- """See:
808+ """See
809809 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.extract.fieldDelimiter
810810 """
811811
812812 print_header = _TypedProperty ('print_header' , bool )
813- """See:
813+ """See
814814 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.extract.printHeader
815815 """
816816
@@ -936,32 +936,32 @@ def __init__(self, name, query, client,
936936 self ._configuration = _AsyncQueryConfiguration ()
937937
938938 allow_large_results = _TypedProperty ('allow_large_results' , bool )
939- """See:
939+ """See
940940 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.allowLargeResults
941941 """
942942
943943 create_disposition = CreateDisposition ('create_disposition' )
944- """See:
944+ """See
945945 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.createDisposition
946946 """
947947
948948 default_dataset = _TypedProperty ('default_dataset' , Dataset )
949- """See:
949+ """See
950950 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.defaultDataset
951951 """
952952
953953 destination = _TypedProperty ('destination' , Table )
954- """See:
954+ """See
955955 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.destinationTable
956956 """
957957
958958 flatten_results = _TypedProperty ('flatten_results' , bool )
959- """See:
959+ """See
960960 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.flattenResults
961961 """
962962
963963 priority = QueryPriority ('priority' )
964- """See:
964+ """See
965965 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.priority
966966 """
967967
@@ -970,34 +970,34 @@ def __init__(self, name, query, client,
970970 udf_resources = UDFResourcesProperty ()
971971
972972 use_query_cache = _TypedProperty ('use_query_cache' , bool )
973- """See:
973+ """See
974974 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.useQueryCache
975975 """
976976
977977 use_legacy_sql = _TypedProperty ('use_legacy_sql' , bool )
978- """See:
978+ """See
979979 https://cloud.google.com/bigquery/docs/\
980980 reference/v2/jobs#configuration.query.useLegacySql
981981 """
982982
983983 dry_run = _TypedProperty ('dry_run' , bool )
984- """See:
984+ """See
985985 https://cloud.google.com/bigquery/docs/\
986986 reference/rest/v2/jobs#configuration.dryRun
987987 """
988988
989989 write_disposition = WriteDisposition ('write_disposition' )
990- """See:
990+ """See
991991 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.writeDisposition
992992 """
993993
994994 maximum_billing_tier = _TypedProperty ('maximum_billing_tier' , int )
995- """See:
995+ """See
996996 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.maximumBillingTier
997997 """
998998
999999 maximum_bytes_billed = _TypedProperty ('maximum_bytes_billed' , int )
1000- """See:
1000+ """See
10011001 https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.query.maximumBytesBilled
10021002 """
10031003
0 commit comments