diff --git a/google/cloud/bigquery_v2/types/__init__.py b/google/cloud/bigquery_v2/types/__init__.py index 00dc837c9..b76e65c65 100644 --- a/google/cloud/bigquery_v2/types/__init__.py +++ b/google/cloud/bigquery_v2/types/__init__.py @@ -16,6 +16,14 @@ # from .encryption_config import EncryptionConfiguration +from .model import ( + DeleteModelRequest, + GetModelRequest, + ListModelsRequest, + ListModelsResponse, + Model, + PatchModelRequest, +) from .model_reference import ModelReference from .standard_sql import ( StandardSqlDataType, @@ -23,26 +31,18 @@ StandardSqlStructType, ) from .table_reference import TableReference -from .model import ( - Model, - GetModelRequest, - PatchModelRequest, - DeleteModelRequest, - ListModelsRequest, - ListModelsResponse, -) __all__ = ( "EncryptionConfiguration", + "DeleteModelRequest", + "GetModelRequest", + "ListModelsRequest", + "ListModelsResponse", + "Model", + "PatchModelRequest", "ModelReference", "StandardSqlDataType", "StandardSqlField", "StandardSqlStructType", "TableReference", - "Model", - "GetModelRequest", - "PatchModelRequest", - "DeleteModelRequest", - "ListModelsRequest", - "ListModelsResponse", ) diff --git a/synth.metadata b/synth.metadata index 9412653c6..cab985521 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-bigquery.git", - "sha": "1823cadee3acf95c516d0479400e4175349ea199" + "sha": "f0259eb7ed4ff254ee238e87651992ff93481dae" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "e13001be33d69042a9505e698f792587a804a5cf", - "internalRef": "358152223" + "sha": "28a591963253d52ce3a25a918cafbdd9928de8cf", + "internalRef": "361662015" } }, { @@ -95,8 +95,6 @@ "MANIFEST.in", "docs/_static/custom.css", "docs/_templates/layout.html", - "docs/bigquery_v2/model_service.rst", - "docs/bigquery_v2/services.rst", "docs/bigquery_v2/types.rst", "docs/conf.py", "google/cloud/bigquery_v2/__init__.py", @@ -128,4 +126,4 @@ "setup.cfg", "testing/.gitignore" ] -} +} \ No newline at end of file