Skip to content

Commit

Permalink
chore: upgrade gapic-generator-python to 0.42.2 (#543)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 361662015

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Mar 8 14:47:18 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf
Source-Link: googleapis/googleapis@28a5919
  • Loading branch information
yoshi-automation committed Mar 9, 2021
1 parent f0259eb commit 816934b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
28 changes: 14 additions & 14 deletions google/cloud/bigquery_v2/types/__init__.py
Expand Up @@ -16,33 +16,33 @@
#

from .encryption_config import EncryptionConfiguration
from .model import (
DeleteModelRequest,
GetModelRequest,
ListModelsRequest,
ListModelsResponse,
Model,
PatchModelRequest,
)
from .model_reference import ModelReference
from .standard_sql import (
StandardSqlDataType,
StandardSqlField,
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",
)
10 changes: 4 additions & 6 deletions synth.metadata
Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -128,4 +126,4 @@
"setup.cfg",
"testing/.gitignore"
]
}
}

0 comments on commit 816934b

Please sign in to comment.