|
37 | 37 | from google.cloud.bigquery.routine import RoutineReference |
38 | 38 | from google.cloud.bigquery.schema import SchemaField |
39 | 39 | from google.cloud.bigquery.table import _EmptyRowIterator |
40 | | -from google.cloud.bigquery.table import EncryptionConfiguration |
41 | 40 | from google.cloud.bigquery.table import _table_arg_to_table_ref |
42 | 41 | from google.cloud.bigquery.table import TableReference |
43 | 42 | from google.cloud.bigquery.table import Table |
44 | 43 | from google.cloud.bigquery.table import TimePartitioning |
45 | 44 | from google.cloud.bigquery import _helpers |
| 45 | +from google.cloud.bigquery.encryption_configuration import EncryptionConfiguration |
46 | 46 |
|
47 | 47 | _DONE_STATE = "DONE" |
48 | 48 | _STOPPED_REASON = "stopped" |
@@ -1040,7 +1040,7 @@ def create_disposition(self, value): |
1040 | 1040 |
|
1041 | 1041 | @property |
1042 | 1042 | def destination_encryption_configuration(self): |
1043 | | - """google.cloud.bigquery.table.EncryptionConfiguration: Custom |
| 1043 | + """google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom |
1044 | 1044 | encryption configuration for the destination table. |
1045 | 1045 |
|
1046 | 1046 | Custom encryption configuration (e.g., Cloud KMS keys) or :data:`None` |
@@ -1434,7 +1434,7 @@ def schema(self): |
1434 | 1434 |
|
1435 | 1435 | @property |
1436 | 1436 | def destination_encryption_configuration(self): |
1437 | | - """google.cloud.bigquery.table.EncryptionConfiguration: Custom |
| 1437 | + """google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom |
1438 | 1438 | encryption configuration for the destination table. |
1439 | 1439 |
|
1440 | 1440 | Custom encryption configuration (e.g., Cloud KMS keys) |
@@ -1638,7 +1638,7 @@ def write_disposition(self, value): |
1638 | 1638 |
|
1639 | 1639 | @property |
1640 | 1640 | def destination_encryption_configuration(self): |
1641 | | - """google.cloud.bigquery.table.EncryptionConfiguration: Custom |
| 1641 | + """google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom |
1642 | 1642 | encryption configuration for the destination table. |
1643 | 1643 |
|
1644 | 1644 | Custom encryption configuration (e.g., Cloud KMS keys) or :data:`None` |
@@ -1709,7 +1709,7 @@ def write_disposition(self): |
1709 | 1709 |
|
1710 | 1710 | @property |
1711 | 1711 | def destination_encryption_configuration(self): |
1712 | | - """google.cloud.bigquery.table.EncryptionConfiguration: Custom |
| 1712 | + """google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom |
1713 | 1713 | encryption configuration for the destination table. |
1714 | 1714 |
|
1715 | 1715 | Custom encryption configuration (e.g., Cloud KMS keys) or :data:`None` |
@@ -2041,7 +2041,7 @@ def __init__(self, **kwargs): |
2041 | 2041 |
|
2042 | 2042 | @property |
2043 | 2043 | def destination_encryption_configuration(self): |
2044 | | - """google.cloud.bigquery.table.EncryptionConfiguration: Custom |
| 2044 | + """google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom |
2045 | 2045 | encryption configuration for the destination table. |
2046 | 2046 |
|
2047 | 2047 | Custom encryption configuration (e.g., Cloud KMS keys) or :data:`None` |
@@ -2460,7 +2460,7 @@ def destination(self): |
2460 | 2460 |
|
2461 | 2461 | @property |
2462 | 2462 | def destination_encryption_configuration(self): |
2463 | | - """google.cloud.bigquery.table.EncryptionConfiguration: Custom |
| 2463 | + """google.cloud.bigquery.encryption_configuration.EncryptionConfiguration: Custom |
2464 | 2464 | encryption configuration for the destination table. |
2465 | 2465 |
|
2466 | 2466 | Custom encryption configuration (e.g., Cloud KMS keys) or :data:`None` |
|
0 commit comments