Skip to content

Commit 816934b

Browse files
chore: upgrade gapic-generator-python to 0.42.2 (#543)
PiperOrigin-RevId: 361662015 Source-Author: Google APIs <[email protected]> Source-Date: Mon Mar 8 14:47:18 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf Source-Link: googleapis/googleapis@28a5919
1 parent f0259eb commit 816934b

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

google/cloud/bigquery_v2/types/__init__.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@
1616
#
1717

1818
from .encryption_config import EncryptionConfiguration
19+
from .model import (
20+
DeleteModelRequest,
21+
GetModelRequest,
22+
ListModelsRequest,
23+
ListModelsResponse,
24+
Model,
25+
PatchModelRequest,
26+
)
1927
from .model_reference import ModelReference
2028
from .standard_sql import (
2129
StandardSqlDataType,
2230
StandardSqlField,
2331
StandardSqlStructType,
2432
)
2533
from .table_reference import TableReference
26-
from .model import (
27-
Model,
28-
GetModelRequest,
29-
PatchModelRequest,
30-
DeleteModelRequest,
31-
ListModelsRequest,
32-
ListModelsResponse,
33-
)
3434

3535
__all__ = (
3636
"EncryptionConfiguration",
37+
"DeleteModelRequest",
38+
"GetModelRequest",
39+
"ListModelsRequest",
40+
"ListModelsResponse",
41+
"Model",
42+
"PatchModelRequest",
3743
"ModelReference",
3844
"StandardSqlDataType",
3945
"StandardSqlField",
4046
"StandardSqlStructType",
4147
"TableReference",
42-
"Model",
43-
"GetModelRequest",
44-
"PatchModelRequest",
45-
"DeleteModelRequest",
46-
"ListModelsRequest",
47-
"ListModelsResponse",
4848
)

synth.metadata

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery.git",
7-
"sha": "1823cadee3acf95c516d0479400e4175349ea199"
7+
"sha": "f0259eb7ed4ff254ee238e87651992ff93481dae"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "e13001be33d69042a9505e698f792587a804a5cf",
15-
"internalRef": "358152223"
14+
"sha": "28a591963253d52ce3a25a918cafbdd9928de8cf",
15+
"internalRef": "361662015"
1616
}
1717
},
1818
{
@@ -95,8 +95,6 @@
9595
"MANIFEST.in",
9696
"docs/_static/custom.css",
9797
"docs/_templates/layout.html",
98-
"docs/bigquery_v2/model_service.rst",
99-
"docs/bigquery_v2/services.rst",
10098
"docs/bigquery_v2/types.rst",
10199
"docs/conf.py",
102100
"google/cloud/bigquery_v2/__init__.py",
@@ -128,4 +126,4 @@
128126
"setup.cfg",
129127
"testing/.gitignore"
130128
]
131-
}
129+
}

0 commit comments

Comments
 (0)