Commit 32551b2
authored
bigquery: deprecate ambiguous usage of delete in BigQuery client. (#5052)
Now that datasets may contain resources other than just tables,
deleting a resource using only the string identifiers without
type information is ambiguous.1 parent 00380da commit 32551b2
1 file changed
Lines changed: 4 additions & 13 deletions
File tree
- google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
689 | 679 | | |
690 | 680 | | |
691 | 681 | | |
| 682 | + | |
692 | 683 | | |
693 | 684 | | |
694 | 685 | | |
| |||
0 commit comments