Skip to content

Commit

Permalink
[CHANGE ME] Re-generated datacatalog to pick up changes in the API or…
Browse files Browse the repository at this point in the history
… client library generator.
  • Loading branch information
yoshi-automation committed Jun 19, 2019
1 parent c7cf8ef commit 7c0eae0
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions datacatalog/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by synthtool. DO NOT EDIT!
[run]
branch = True

Expand Down
1 change: 1 addition & 0 deletions datacatalog/.flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by synthtool. DO NOT EDIT!
[flake8]
ignore = E203, E266, E501, W503
exclude =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ def __init__(
}

@classmethod
def create_channel(cls, address="datacatalog.googleapis.com:443", credentials=None):
def create_channel(
cls, address="datacatalog.googleapis.com:443", credentials=None, **kwargs
):
"""Create and return a gRPC channel object.
Args:
Expand All @@ -79,12 +81,14 @@ def create_channel(cls, address="datacatalog.googleapis.com:443", credentials=No
credentials identify this application to the service. If
none are specified, the client will attempt to ascertain
the credentials from the environment.
kwargs (dict): Keyword arguments, which are passed to the
channel creation.
Returns:
grpc.Channel: A gRPC channel object.
"""
return google.api_core.grpc_helpers.create_channel(
address, credentials=credentials, scopes=cls._OAUTH_SCOPES
address, credentials=credentials, scopes=cls._OAUTH_SCOPES, **kwargs
)

@property
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions datacatalog/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Generated by synthtool. DO NOT EDIT!

from __future__ import absolute_import
import os
import shutil
Expand Down
1 change: 1 addition & 0 deletions datacatalog/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Generated by synthtool. DO NOT EDIT!
[bdist_wheel]
universal = 1
10 changes: 5 additions & 5 deletions datacatalog/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-06-13T12:14:41.123707Z",
"updateTime": "2019-06-19T12:12:54.820072Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.24.1",
"dockerImage": "googleapis/artman@sha256:6018498e15310260dc9b03c9d576608908ed9fbabe42e1494ff3d827fea27b19"
"version": "0.28.0",
"dockerImage": "googleapis/artman@sha256:6ced5a36b08b82a328c69844e629300d58c14067f25cadab47f52542bdef7daf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "46bfd341116c385fd1671675f918da7d513b20c4",
"internalRef": "252913906"
"sha": "ac13167e31a20314aa05cc9911c95df250880485",
"internalRef": "253867808"
}
},
{
Expand Down

0 comments on commit 7c0eae0

Please sign in to comment.